1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/Makefile.features

10 lines
299 B
Makefile
Raw Normal View History

2018-09-05 02:39:50 +02:00
# MCU defined features that are provided independent on board definitions
2018-05-04 15:44:29 +02:00
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_esp8266
2019-09-05 13:35:58 +02:00
FEATURES_PROVIDED += cpp
2018-09-05 02:39:50 +02:00
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pm
FEATURES_PROVIDED += periph_timer