mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +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:
parent
59d3f0bcc6
commit
aec9d7a8e5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user