Skip to content

Commit

Permalink
modules: cmsis: Add CMSIS-Core(A) configurations
Browse files Browse the repository at this point in the history
This commit updates the west.yml to point to the commit that adds the
CMSIS-Core(A) and defines the configurations to enable it, in
preparation for the AArch32 Cortex-A architecture support in Zephyr.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio authored and ioannisg committed Apr 9, 2020
1 parent 35cad08 commit f40fc4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions modules/Kconfig.cmsis
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@

config HAS_CMSIS_CORE
bool
select HAS_CMSIS_CORE_M if CPU_CORTEX_M
select HAS_CMSIS_CORE_A if CPU_CORTEX_A
select HAS_CMSIS_CORE_R if CPU_CORTEX_R
select HAS_CMSIS_CORE_M if CPU_CORTEX_M

if HAS_CMSIS_CORE

config HAS_CMSIS_CORE_M
config HAS_CMSIS_CORE_A
bool

config HAS_CMSIS_CORE_R
bool

config HAS_CMSIS_CORE_M
bool

endif
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ manifest:
# Please add items below based on alphabetical order
projects:
- name: cmsis
revision: a2b82e79bd8ac156fb283d5f52fa0a2373962cf9
revision: 026671fc99ef7e3ca94a575f89210fce5a94747d
path: modules/hal/cmsis
- name: hal_atmel
revision: c6825eab4a3eabe901d25259080f1f3661c8a7b6
Expand Down

0 comments on commit f40fc4a

Please sign in to comment.