mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18008 from aabadie/pr/pkg/corejson_kconfig
pkg/corejson: fix missing kconfig import + model test application configuration
This commit is contained in:
commit
2c3dc581bc
@ -13,6 +13,7 @@ rsource "cifra/Kconfig"
|
||||
rsource "cmsis-dsp/Kconfig"
|
||||
rsource "cmsis-nn/Kconfig"
|
||||
rsource "cn-cbor/Kconfig"
|
||||
rsource "corejson/Kconfig"
|
||||
rsource "driver_atwinc15x0/Kconfig"
|
||||
rsource "driver_bme680/Kconfig"
|
||||
rsource "driver_sx126x/Kconfig"
|
||||
|
1
tests/pkg_corejson/app.config.test
Normal file
1
tests/pkg_corejson/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_COREJSON=y
|
Loading…
Reference in New Issue
Block a user