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
|
# use efm32_coretemp if the feature is used
|
||||||
USEMODULE += $(filter efm32_coretemp, $(FEATURES_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_transport_%
|
||||||
PSEUDOMODULES += suit_storage_%
|
PSEUDOMODULES += suit_storage_%
|
||||||
PSEUDOMODULES += sys_bus_%
|
PSEUDOMODULES += sys_bus_%
|
||||||
|
PSEUDOMODULES += vdd_lc_filter_%
|
||||||
PSEUDOMODULES += wakaama_objects_%
|
PSEUDOMODULES += wakaama_objects_%
|
||||||
PSEUDOMODULES += wifi_enterprise
|
PSEUDOMODULES += wifi_enterprise
|
||||||
PSEUDOMODULES += xtimer_on_ztimer
|
PSEUDOMODULES += xtimer_on_ztimer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user