1
0
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:
Kevin "Tristate Tom" Weiss 2021-11-22 10:46:54 +01:00 committed by GitHub
commit 4ffeb65213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,7 @@ cc1352-launchpad
cc2650-launchpad
dwm1001
hifive1
mbed_lpc1768
native
nrf52840dk
nucleo-f072rb

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
CONFIG_MODULE_PM_LAYERED=y