Skip to content

Commit

Permalink
Merge pull request #18132 from maribu/makefiles/features_modules.inc.mk
Browse files Browse the repository at this point in the history
build system: no periph_init for periph_gpio_ll*
  • Loading branch information
maribu authored May 25, 2022
2 parents 31b8518 + dc47528 commit e79965e
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions makefiles/features_modules.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,28 @@ USEMODULE += $(PERIPH_FEATURES)

# Add all USED periph_% init modules unless they are blacklisted
PERIPH_IGNORE_MODULES := \
periph_init% \
periph_clic \
periph_common \
periph_coretimer \
periph_flash \
periph_flexcomm \
periph_gpio_ll \
periph_gpio_ll_irq \
periph_gpio_ll_irq_level_triggered_high \
periph_gpio_ll_irq_level_triggered_low \
periph_gpio_ll_irq_unmask \
periph_gpio_mux \
periph_i2c_hw \
periph_i2c_sw \
periph_rtc_ms \
periph_init% \
periph_mcg \
periph_wdog \
periph_flash \
periph_plic \
periph_rtc_ms \
periph_rtc_rtt \
periph_rtt_hw_rtc \
periph_rtt_hw_sys \
periph_clic \
periph_coretimer \
periph_plic \
periph_spi_on_qspi
periph_spi_on_qspi \
periph_wdog \
#
PERIPH_MODULES := $(filter-out $(PERIPH_IGNORE_MODULES),\
$(filter periph_%,$(USEMODULE)))
Expand Down

0 comments on commit e79965e

Please sign in to comment.