diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/donothing/Kconfig | 2 | ||||
-rw-r--r-- | src/app/energybench/Kconfig | 2 | ||||
-rw-r--r-- | src/app/loratest/Kconfig | 2 | ||||
-rw-r--r-- | src/app/transactiontest/Kconfig | 2 | ||||
-rw-r--r-- | src/app/ws2812b_dmap/Kconfig | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/src/app/donothing/Kconfig b/src/app/donothing/Kconfig new file mode 100644 index 0000000..900c0fd --- /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 0000000..03c97a6 --- /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 0000000..cba8106 --- /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 0000000..bb4c20a --- /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 0000000..ac65edf --- /dev/null +++ b/src/app/ws2812b_dmap/Kconfig @@ -0,0 +1,2 @@ +prompt "dmap WS2812b" +depends on arch_arduino_nano && meta_driver_neopixel |