1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/kconfig/app.config
2021-02-23 19:16:34 +01:00

12 lines
329 B
Plaintext

# enable configuring message 1 via kconfig
CONFIG_KCONFIG_APP_MSG_1=y
# change message 1 text
CONFIG_APP_MSG_1_TEXT="Message 1 defined in app.config file"
# enable printing message 2
CONFIG_APP_MSG_2=y
# enable configuration of external modules via kconfig
CONFIG_KCONFIG_EXTERNAL_MODULE_1=y
CONFIG_KCONFIG_EXTERNAL_MODULE_2=y