cpu/esp: add feature arch_esp for all ESP SoCs

There are common features that can be used by ESP32 as well as ESP8266, for example the `esp_wifi` module. To be able to test for any ESP SoC, feature `arch_esp` is introduced.
This commit is contained in:
Gunar Schorcht 2020-06-27 11:30:59 +02:00
parent 81b7709ee3
commit e247ced04c

View File

@ -1,6 +1,7 @@
# MCU defined features that are provided independent on board definitions
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_esp
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng