mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Merge pull request #17238 from leandrolanzieri/pr/cpu/lpc1768/model_kconfig
cpu/lpc1768: model kconfig
This commit is contained in:
commit
4ffeb65213
1
.murdock
1
.murdock
@ -12,6 +12,7 @@ cc1352-launchpad
|
||||
cc2650-launchpad
|
||||
dwm1001
|
||||
hifive1
|
||||
mbed_lpc1768
|
||||
native
|
||||
nrf52840dk
|
||||
nucleo-f072rb
|
||||
|
||||
@ -15,3 +15,5 @@ config BOARD_MBED_LPC1768
|
||||
select HAS_PERIPH_GPIO_IRQ
|
||||
select HAS_PERIPH_TIMER
|
||||
select HAS_PERIPH_UART
|
||||
|
||||
select HAVE_SAUL_GPIO
|
||||
|
||||
@ -15,3 +15,5 @@ config BOARD_SEEEDUINO_ARCH_PRO
|
||||
select HAS_PERIPH_GPIO_IRQ
|
||||
select HAS_PERIPH_TIMER
|
||||
select HAS_PERIPH_UART
|
||||
|
||||
select HAVE_SAUL_GPIO
|
||||
|
||||
@ -8,3 +8,9 @@ FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += periph_pm
|
||||
|
||||
include $(RIOTCPU)/cortexm_common/Makefile.features
|
||||
|
||||
# This configuration enables modules that are only available when using Kconfig
|
||||
# module modelling
|
||||
ifeq (1, $(TEST_KCONFIG))
|
||||
KCONFIG_ADD_CONFIG += $(RIOTCPU)/lpc1768/lpc1768.config
|
||||
endif
|
||||
|
||||
1
cpu/lpc1768/lpc1768.config
Normal file
1
cpu/lpc1768/lpc1768.config
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_MODULE_PM_LAYERED=y
|
||||
Loading…
x
Reference in New Issue
Block a user