Skip to content

Commit

Permalink
arm: Remove CMSIS from the tree and use a module
Browse files Browse the repository at this point in the history
Use an external CMSIS repo instead of keeping a copy in ext/hal.

Closes zephyrproject-rtos#23373

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi authored and hakehuang committed Apr 30, 2020
1 parent 46bfca0 commit d96d69c
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 40,157 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
/dts/posix/ @aescolar @vanwinkeljan @daor-oti
/dts/bindings/sensor/*bme680* @BoschSensortec
/dts/bindings/sensor/st* @avisconti
/ext/hal/cmsis/ @MaureenHelm @galak @stephanosio
/ext/lib/crypto/tinycrypt/ @ceolin
/include/ @nashif @carlescufi @galak @MaureenHelm
/include/drivers/adc.h @anangl
Expand Down
1 change: 0 additions & 1 deletion ext/hal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
add_subdirectory(cmsis)
add_subdirectory_ifdef(CONFIG_HAS_ALTERA_HAL altera)
2 changes: 0 additions & 2 deletions ext/hal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ menu "HALs"

source "ext/hal/altera/Kconfig"

source "ext/hal/cmsis/Kconfig"

endmenu
59 changes: 0 additions & 59 deletions ext/hal/README

This file was deleted.

4 changes: 0 additions & 4 deletions ext/hal/cmsis/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions ext/hal/cmsis/Core/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d96d69c

Please sign in to comment.