1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

makefiles/features_modules: do not generate init for ESP RTT

This avoids the generation of the unneeded modules
periph_init_rtt_hw_rtc and periph_init_rtt_hw_sys.
This commit is contained in:
Leandro Lanzieri 2021-11-18 14:51:34 +01:00
parent 59d3f0bcc6
commit aec9d7a8e5
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -16,10 +16,15 @@ ifneq (,$(filter periph_init, $(USEMODULE)))
periph_common \
periph_flexcomm \
periph_gpio_mux \
periph_i2c_hw \
periph_i2c_sw \
periph_rtc_ms \
periph_mcg \
periph_wdog \
periph_flash \
periph_rtc_rtt \
periph_rtt_hw_rtc \
periph_rtt_hw_sys \
periph_clic \
periph_coretimer \
periph_plic \