1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/cortexm_common/include
Joakim Nohlgård 9ad9f400e6 cpu/cortexm_common: Remove register keyword from variables
register is deprecated when building C++11 code and removed in C++17,
using it will cause build failures with C++ and -Werror. The register
hint keyword is likely ignored in GCC anyway.
2016-06-01 16:12:38 +02:00
..
cmsis_armcc_V6.h cpu/cortexm_common: Whitespace fix CMSIS header 2016-03-14 22:08:33 +01:00
cmsis_armcc.h cortexm: CMSIS: Add extern "C" to CMSIS headers 2016-03-14 22:05:57 +01:00
cmsis_gcc.h cpu/cortexm_common: Remove register keyword from variables 2016-06-01 16:12:38 +02:00
core_cm0.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
core_cm0plus.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
core_cm3.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
core_cm4.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
core_cm7.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
core_cmFunc.h cortexm: CMSIS: Add extern "C" to CMSIS headers 2016-03-14 22:05:57 +01:00
core_cmInstr.h cortexm: CMSIS: Add extern "C" to CMSIS headers 2016-03-14 22:05:57 +01:00
core_cmSimd.h cpu/cortexm_common: Update CMSIS v4.5 2016-03-14 18:16:36 +01:00
cpu_conf_common.h cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h 2016-03-05 18:20:17 +01:00
cpu.h cpu/cortexm_common: Remove register keyword from variables 2016-06-01 16:12:38 +02:00
vectors_cortexm.h cpu/cortexm_common: only set naked attribute on DEVELHELP hardfault handler 2015-10-28 06:51:51 +01:00