1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common
Marian Buschsieweke cf482c5d46
build system: Add libstdcpp feature and doc
- Add libstdcpp feature to indicate a platform is providing a libstdc++
  implementation ready for use
- The existing cpp feature now only indicates a working C++ toolchain without
  libstdc++. (E.g. still useful for the Arduino compatibility layer.)
- Added libstdcpp as required feature were needed
- Added some documentation on C++ on RIOT
2020-07-15 11:45:22 +02:00
..
include cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
ldscripts cpu/sam0_common: hook up low power RAM as extra heap 2020-02-20 17:11:25 +01:00
periph cpu: cortexm: provide periph_pm for all cortexm 2017-11-06 12:01:19 +01:00
cortexm_init.c cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
Kconfig build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile cpu: cortexm: fix LTO issue for shared vector table (see #5774) 2017-10-20 22:19:44 +02:00
Makefile.dep cpu/cortexm: Add 'cortexm_fpu' as a DEFAULT_MODULE if possible 2020-04-01 09:46:29 +02:00
Makefile.features build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile.include cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
mpu.c cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
panic.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
thread_arch.c cpu/cortexm_common: Fix cpu_switch_context_exit() 2020-07-03 12:48:42 +02:00
vectors_cortexm.c cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00