From e247ced04cf7bf8e20c8b1374f0d7d0e7289b68f Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 27 Jun 2020 11:30:59 +0200 Subject: [PATCH] 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. --- cpu/esp_common/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/esp_common/Makefile.features b/cpu/esp_common/Makefile.features index 7539b394f8..1aa900c6c8 100644 --- a/cpu/esp_common/Makefile.features +++ b/cpu/esp_common/Makefile.features @@ -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