diff --git a/src/app/donothing/Kconfig b/src/app/donothing/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..900c0fd2805122d0360d0169bfd11424f9422eea --- /dev/null +++ b/src/app/donothing/Kconfig @@ -0,0 +1,2 @@ +prompt "Do Nothing" +depends on !loop && !wakeup diff --git a/src/app/energybench/Kconfig b/src/app/energybench/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..03c97a674bfcc837bd3180bd880eb9e534981f9f --- /dev/null +++ b/src/app/energybench/Kconfig @@ -0,0 +1,2 @@ +prompt "Energy Consumption Benchmark" +depends on !loop && !wakeup diff --git a/src/app/loratest/Kconfig b/src/app/loratest/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..cba8106c89767006cbfbc10f32e9ff99749d6faa --- /dev/null +++ b/src/app/loratest/Kconfig @@ -0,0 +1,2 @@ +prompt "LoRaWAN test" +depends on arch_msp430fr5994lp diff --git a/src/app/transactiontest/Kconfig b/src/app/transactiontest/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..bb4c20ac58208369479adb5f6aada48af309720d --- /dev/null +++ b/src/app/transactiontest/Kconfig @@ -0,0 +1,2 @@ +prompt "Transaction Test" +depends on loop && !wakeup && driver_sharp96 && meta_driver_spi diff --git a/src/app/ws2812b_dmap/Kconfig b/src/app/ws2812b_dmap/Kconfig new file mode 100644 index 0000000000000000000000000000000000000000..ac65edfa9ef48071ae4bcf20d852da18aeacc8d6 --- /dev/null +++ b/src/app/ws2812b_dmap/Kconfig @@ -0,0 +1,2 @@ +prompt "dmap WS2812b" +depends on arch_arduino_nano && meta_driver_neopixel