mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: introduce VDD_LC_FILTER_x feature
This commit is contained in:
parent
87240837fa
commit
f69fcc162b
@ -57,3 +57,6 @@ endif
|
||||
|
||||
# use efm32_coretemp if the feature is used
|
||||
USEMODULE += $(filter efm32_coretemp, $(FEATURES_USED))
|
||||
|
||||
# if LC filter(s) is attached to the CPUs voltage regulator, use it
|
||||
USEMODULE += $(filter vdd_lc_filter_%,$(FEATURES_USED))
|
||||
|
@ -147,6 +147,7 @@ PSEUDOMODULES += stm32mp1_eng_mode
|
||||
PSEUDOMODULES += suit_transport_%
|
||||
PSEUDOMODULES += suit_storage_%
|
||||
PSEUDOMODULES += sys_bus_%
|
||||
PSEUDOMODULES += vdd_lc_filter_%
|
||||
PSEUDOMODULES += wakaama_objects_%
|
||||
PSEUDOMODULES += wifi_enterprise
|
||||
PSEUDOMODULES += xtimer_on_ztimer
|
||||
|
Loading…
Reference in New Issue
Block a user