1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/fe310
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/fe310: migrate to inlined irq API 2020-06-26 10:48:56 +02:00
ldscripts cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00
nano cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00
periph cpu/fe310: implement driver for watchdog 2020-04-07 14:37:55 +02:00
vendor
clock.c cpu/fe310: rework clock initialization 2020-01-10 16:41:33 +01:00
context_frame.c
cpu.c cpu/fe310: restore flash initialization in cpu_init 2020-01-10 16:51:10 +01:00
intr.S
irq_arch.c cpu/fe310: migrate to inlined irq API 2020-06-26 10:48:56 +02:00
Kconfig build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile
Makefile.dep cpu/fe310: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
Makefile.features build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile.include cpu/fe310: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
panic.c
start.S
thread_arch.c cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00