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

cpu/esp8266: common periph features moved to cpu/esp_common

This commit is contained in:
Gunar Schorcht 2021-12-23 10:34:40 +01:00
parent 27decbc6c1
commit 6f7ba3500d
2 changed files with 0 additions and 8 deletions

View File

@ -14,10 +14,6 @@ config CPU_FAM_ESP8266
select CPU_CORE_XTENSA_L106
select HAS_ARCH_ESP8266
select HAS_CPU_ESP8266
select HAS_PERIPH_RTC
select HAS_PERIPH_RTT
select HAS_PERIPH_RTT_OVERFLOW
select HAS_PERIPH_RTT_SET_COUNTER
select PACKAGE_ESP8266_SDK if TEST_KCONFIG
select MODULE_ESP_SDK if TEST_KCONFIG

View File

@ -5,10 +5,6 @@ CPU_FAM = esp8266
include $(RIOTCPU)/esp_common/Makefile.features
FEATURES_PROVIDED += arch_esp8266
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt_overflow
FEATURES_PROVIDED += periph_rtt_set_counter
# This configuration enables modules that are only available when using Kconfig
# module modelling