mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
>All of them are features of each ESP SoC and have not to be configured by the board definition. Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com> Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
14 lines
411 B
Makefile
14 lines
411 B
Makefile
# 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 += periph_cpuid
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
FEATURES_PROVIDED += periph_pm
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += ssp
|