Skip to content

Commit

Permalink
ext: hal: make TI HAL a zephyr module
Browse files Browse the repository at this point in the history
Move TI HAL to a module repository:
https://github.com/zephyrproject-rtos/hal_ti

managed by west.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and galak committed Aug 21, 2019
1 parent d479534 commit f156e95
Show file tree
Hide file tree
Showing 518 changed files with 3 additions and 395,654 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
/ext/hal/microchip/ @franciscomunoz @albertofloyd @scottwcpg
/ext/hal/nordic/ @carlescufi @anangl
/ext/hal/nxp/ @MaureenHelm
/ext/hal/ti/simplelink/ @vanti
/ext/lib/crypto/tinycrypt/ @ceolin
/include/ @nashif @carlescufi @galak @MaureenHelm
/include/drivers/adc.h @anangl
Expand Down
3 changes: 0 additions & 3 deletions drivers/wifi/simplelink/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
if(CONFIG_WIFI_SIMPLELINK)
zephyr_include_directories(
.
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/kernel/zephyr/dpl
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source
$ENV{ZEPHYR_BASE}/ext/hal/ti/simplelink/source/ti/drivers/net/wifi/porting
$ENV{ZEPHYR_BASE}/subsys/net/lib/tls_credentials
)
zephyr_sources(
Expand Down
1 change: 0 additions & 1 deletion ext/hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ add_subdirectory(cmsis)
add_subdirectory(nordic)
add_subdirectory(nxp)
add_subdirectory(openisa)
add_subdirectory(ti)
add_subdirectory_ifdef(CONFIG_HAS_ALTERA_HAL altera)
add_subdirectory(microchip)
2 changes: 0 additions & 2 deletions ext/hal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ source "ext/hal/nxp/imx/Kconfig"

source "ext/hal/openisa/vega_sdk_riscv/Kconfig"

source "ext/hal/ti/simplelink/Kconfig"

endmenu
1 change: 0 additions & 1 deletion ext/hal/ti/CMakeLists.txt

This file was deleted.

60 changes: 0 additions & 60 deletions ext/hal/ti/simplelink/CMakeLists.txt

This file was deleted.

90 changes: 0 additions & 90 deletions ext/hal/ti/simplelink/README

This file was deleted.

20 changes: 0 additions & 20 deletions ext/hal/ti/simplelink/kernel/zephyr/dpl/ClockP_zephyr.c

This file was deleted.

160 changes: 0 additions & 160 deletions ext/hal/ti/simplelink/kernel/zephyr/dpl/HwiP_zephyr.c

This file was deleted.

Loading

0 comments on commit f156e95

Please sign in to comment.