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_common \
|
||||||
periph_flexcomm \
|
periph_flexcomm \
|
||||||
periph_gpio_mux \
|
periph_gpio_mux \
|
||||||
|
periph_i2c_hw \
|
||||||
|
periph_i2c_sw \
|
||||||
periph_rtc_ms \
|
periph_rtc_ms \
|
||||||
periph_mcg \
|
periph_mcg \
|
||||||
periph_wdog \
|
periph_wdog \
|
||||||
|
periph_flash \
|
||||||
periph_rtc_rtt \
|
periph_rtc_rtt \
|
||||||
|
periph_rtt_hw_rtc \
|
||||||
|
periph_rtt_hw_sys \
|
||||||
periph_clic \
|
periph_clic \
|
||||||
periph_coretimer \
|
periph_coretimer \
|
||||||
periph_plic \
|
periph_plic \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user