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

8 lines
255 B
Makefile
Raw Normal View History

# Features that are provided by the CPU independent on the board
FEATURES_PROVIDED += cpp
2018-10-08 12:20:49 +02:00
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_pm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer