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

makefiles/features_modules: ignore non-init periphs

This commit is contained in:
MrKevinWeiss 2022-08-16 10:57:04 +02:00
parent f7569b57e4
commit 29c6fecab3
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -14,7 +14,10 @@ PERIPH_IGNORE_MODULES := \
periph_clic \
periph_common \
periph_coretimer \
periph_eth \
periph_eth_common \
periph_flash \
periph_flashpage_in_address_space \
periph_flexcomm \
periph_gpio_ll \
periph_gpio_ll_irq \
@ -27,12 +30,15 @@ PERIPH_IGNORE_MODULES := \
periph_init% \
periph_mcg \
periph_mcg_lite \
periph_nvm \
periph_plic \
periph_rtc_ms \
periph_rtc_rtt \
periph_rtt_hw_rtc \
periph_rtt_hw_sys \
periph_spi_on_qspi \
periph_uart_collision \
periph_uart_rxstart_irq \
periph_wdog \
#
PERIPH_MODULES := $(filter-out $(PERIPH_IGNORE_MODULES),\