mbed-os/cmsis/TARGET_CORTEX_M
Kevin Bracey f04904c6e8 CM3: Make ACTLR bit definitions conditional
The ACTLR register itself is conditional on chip revision, but its
bit definitions were always defined.

Make the the bit definitions also conditional, so it is possible to
produce portable code that sets DISDEFWBUF if available:

    #ifdef SCnSCB_ACTLR_DISDEFWBUF_Msk
       SCnSCB->ACTLR |= SCnSCB_ACTLR_DISDEFWBUF_Msk;
    #endif

(cherry-picked from CMSIS b2b04dbeece0a046556bfc320bef6b20bef3f16f)
2018-12-13 16:31:53 +02:00
..
TOOLCHAIN_ARM Error and fault handling changes for crash reporting 2018-11-16 13:59:59 -06:00
TOOLCHAIN_GCC Error and fault handling changes for crash reporting 2018-11-16 13:59:59 -06:00
TOOLCHAIN_IAR Error and fault handling changes for crash reporting 2018-11-16 13:59:59 -06:00
arm_math.h CMSIS/RTX: Reintroduce arm_math.h 2018-08-25 20:41:10 -05:00
cmsis_armcc.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
cmsis_armclang.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
cmsis_compiler.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
cmsis_gcc.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
cmsis_iccarm.h Fix CMSIS __RESTRICT define for IAR 2018-08-25 20:41:12 -05:00
cmsis_version.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00
core_armv8mbl.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_armv8mml.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm0.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm0plus.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm1.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm3.h CM3: Make ACTLR bit definitions conditional 2018-12-13 16:31:53 +02:00
core_cm4.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm7.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm23.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_cm33.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_sc000.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
core_sc300.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
mbed_fault_handler.c mbed_fault_handler: fix build warning 2018-12-11 14:59:36 -06:00
mbed_fault_handler.h Error and fault handling changes for crash reporting 2018-11-16 13:59:59 -06:00
mbed_tz_context.c CMSIS/RTX: Patch to conditionally compile 2018-08-25 20:41:10 -05:00
mpu_armv7.h Fix the CMSIS macro ARM_MPU_RASR 2018-09-18 17:50:21 -05:00
mpu_armv8.h [CMSIS_5]: Updated to 0b521765 2018-08-25 20:41:00 -05:00
tz_context.h [CMSIS_5]: Updated to 49ac527a 2018-05-14 12:18:20 +01:00