mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cf482c5d46
- 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
17 lines
461 B
Makefile
17 lines
461 B
Makefile
CPU_ARCH = xtensa
|
|
|
|
# MCU defined features that are provided independent on board definitions
|
|
|
|
FEATURES_PROVIDED += arch_32bit
|
|
FEATURES_PROVIDED += arch_esp
|
|
FEATURES_PROVIDED += cpp
|
|
FEATURES_PROVIDED += esp_now
|
|
FEATURES_PROVIDED += esp_spiffs
|
|
FEATURES_PROVIDED += esp_wifi
|
|
FEATURES_PROVIDED += libstdcpp
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
FEATURES_PROVIDED += periph_pm
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += ssp
|