ext: hal: cmsis: Update references to HAS_CMSIS to HAS_CMSIS_CORE.
This commit updates all references to HAS_CMSIS to use HAS_CMSIS_CORE instead. With the changes introduced to allow multiple CMSIS variants to be specified, the latter is semantically equivalent to the former. For more details, see issue #19717. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
ad05b79a89
commit
bb14d8c5e5
12 changed files with 12 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
config ASF
|
||||
bool
|
||||
select HAS_CMSIS
|
||||
select HAS_CMSIS_CORE
|
||||
depends on SOC_FAMILY_SAM || SOC_FAMILY_SAM0
|
||||
|
||||
config ATMEL_WINC1500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue