summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 13:53:10 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 13:53:10 +0200
commit6f5cc7029e8edc5bc21bc0e7eb17f57aa57ef223 (patch)
tree2b71e18ea0e957bf0202dae26ebd657b2ee35987
parent992497a821a8bb3c6b5b089c2ddb963d80be889d (diff)
Add more app dependencies
-rw-r--r--src/app/donothing/Kconfig2
-rw-r--r--src/app/energybench/Kconfig2
-rw-r--r--src/app/loratest/Kconfig2
-rw-r--r--src/app/transactiontest/Kconfig2
-rw-r--r--src/app/ws2812b_dmap/Kconfig2
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