2020-06-08 12:00:44 +02:00
|
|
|
CPU_FAM = esp8266
|
2022-07-18 08:27:12 +02:00
|
|
|
CPU_ARCH = xtensa
|
|
|
|
CPU_CORE = xtensa-l106
|
2020-06-08 12:00:44 +02:00
|
|
|
|
2018-09-05 02:39:50 +02:00
|
|
|
# MCU defined features that are provided independent on board definitions
|
|
|
|
|
2019-12-12 13:46:20 +01:00
|
|
|
include $(RIOTCPU)/esp_common/Makefile.features
|
|
|
|
|
2018-05-04 15:44:29 +02:00
|
|
|
FEATURES_PROVIDED += arch_esp8266
|
2021-11-18 17:17:51 +01:00
|
|
|
|
|
|
|
# This configuration enables modules that are only available when using Kconfig
|
|
|
|
# module modelling
|
|
|
|
ifeq (1, $(TEST_KCONFIG))
|
|
|
|
KCONFIG_ADD_CONFIG += $(RIOTCPU)/esp8266/esp8266.config
|
|
|
|
endif
|