summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:17:20 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:17:20 +0200
commit460ecf074d133cbe026cbddb7cf5fad1180c9831 (patch)
tree2beb0cfa84698dbb723c7c62acec703fad3437da /src/app
parentcf3ba89c46301bb8c0a1eda470c353801117fc0b (diff)
Set loop/wakeup/ostream either via .config or via app/commandline
Diffstat (limited to 'src/app')
-rw-r--r--src/app/blinkencat3/Makefile.inc2
-rw-r--r--src/app/bme680-max44009-logger/Makefile.inc2
-rw-r--r--src/app/ccs811test/Makefile.inc2
-rw-r--r--src/app/countertest/Makefile.inc2
-rw-r--r--src/app/datalogger/Makefile.inc2
-rw-r--r--src/app/ledblink/Makefile.inc2
-rw-r--r--src/app/loratest/Makefile.inc2
-rw-r--r--src/app/luxlog/Makefile.inc2
-rw-r--r--src/app/nrf24l01test/Makefile.inc2
-rw-r--r--src/app/sharp96test/Makefile.inc2
-rw-r--r--src/app/shell/Makefile.inc4
-rw-r--r--src/app/ssd1306test/Makefile.inc2
-rw-r--r--src/app/sysinfo/Makefile.inc2
-rw-r--r--src/app/timertest/Makefile.inc2
-rw-r--r--src/app/transactiontest/Makefile.inc2
-rw-r--r--src/app/waittest/Makefile.inc2
-rw-r--r--src/app/wetterstation/Makefile.inc2
-rw-r--r--src/app/ws2812b_dmap/Makefile.inc2
-rw-r--r--src/app/ws2812b_uart/Makefile.inc2
19 files changed, 20 insertions, 20 deletions
diff --git a/src/app/blinkencat3/Makefile.inc b/src/app/blinkencat3/Makefile.inc
index 1e6ffd2..9e6fc3c 100644
--- a/src/app/blinkencat3/Makefile.inc
+++ b/src/app/blinkencat3/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,neopixel
endif
diff --git a/src/app/bme680-max44009-logger/Makefile.inc b/src/app/bme680-max44009-logger/Makefile.inc
index 226bc40..e31f936 100644
--- a/src/app/bme680-max44009-logger/Makefile.inc
+++ b/src/app/bme680-max44009-logger/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,i2c
CONFIG_driver_bme680 = y
CONFIG_driver_max44009 = y
diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc
index 933df6b..3c0ee21 100644
--- a/src/app/ccs811test/Makefile.inc
+++ b/src/app/ccs811test/Makefile.inc
@@ -7,5 +7,5 @@
ifdef app
override arch_drivers += ,i2c
CONFIG_driver_ccS811 = y
- CONFIG_loop = y
+ loop = 1
endif
diff --git a/src/app/countertest/Makefile.inc b/src/app/countertest/Makefile.inc
index 836882a..905f8e0 100644
--- a/src/app/countertest/Makefile.inc
+++ b/src/app/countertest/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,counter
endif
diff --git a/src/app/datalogger/Makefile.inc b/src/app/datalogger/Makefile.inc
index d2a9de5..df4e6f3 100644
--- a/src/app/datalogger/Makefile.inc
+++ b/src/app/datalogger/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,i2c
endif
diff --git a/src/app/ledblink/Makefile.inc b/src/app/ledblink/Makefile.inc
index c10dce5..0eea52a 100644
--- a/src/app/ledblink/Makefile.inc
+++ b/src/app/ledblink/Makefile.inc
@@ -5,5 +5,5 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
endif
diff --git a/src/app/loratest/Makefile.inc b/src/app/loratest/Makefile.inc
index c10dce5..0eea52a 100644
--- a/src/app/loratest/Makefile.inc
+++ b/src/app/loratest/Makefile.inc
@@ -5,5 +5,5 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
endif
diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc
index bb965e3..0d3e2df 100644
--- a/src/app/luxlog/Makefile.inc
+++ b/src/app/luxlog/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,i2c
CONFIG_driver_max44009 = y
endif
diff --git a/src/app/nrf24l01test/Makefile.inc b/src/app/nrf24l01test/Makefile.inc
index 150b887..9e58868 100644
--- a/src/app/nrf24l01test/Makefile.inc
+++ b/src/app/nrf24l01test/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override timer_s = 1
override arch_drivers += ,spi
CONFIG_driver_nrf24l01 = y
diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc
index b0c74ef..c8ffb78 100644
--- a/src/app/sharp96test/Makefile.inc
+++ b/src/app/sharp96test/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,spi
CONFIG_driver_sharp96 = y
endif
diff --git a/src/app/shell/Makefile.inc b/src/app/shell/Makefile.inc
index 0cc1dcf..daadae0 100644
--- a/src/app/shell/Makefile.inc
+++ b/src/app/shell/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- override undefine CONFIG_loop
- CONFIG_wakeup = y
+ override undefine loop
+ wakeup = 1
override arch_drivers += ,stdin
endif
diff --git a/src/app/ssd1306test/Makefile.inc b/src/app/ssd1306test/Makefile.inc
index 9a32d56..ebdcbd8 100644
--- a/src/app/ssd1306test/Makefile.inc
+++ b/src/app/ssd1306test/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,i2c
CONFIG_driver_ssd1306 = y
CONFIG_driver_ssd1306_width = 128
diff --git a/src/app/sysinfo/Makefile.inc b/src/app/sysinfo/Makefile.inc
index c10dce5..0eea52a 100644
--- a/src/app/sysinfo/Makefile.inc
+++ b/src/app/sysinfo/Makefile.inc
@@ -5,5 +5,5 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
endif
diff --git a/src/app/timertest/Makefile.inc b/src/app/timertest/Makefile.inc
index cf91e0c..e2fe07f 100644
--- a/src/app/timertest/Makefile.inc
+++ b/src/app/timertest/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override timer_s = 1
override arch_drivers += ,timer
endif
diff --git a/src/app/transactiontest/Makefile.inc b/src/app/transactiontest/Makefile.inc
index d1766bb..f7ab9e6 100644
--- a/src/app/transactiontest/Makefile.inc
+++ b/src/app/transactiontest/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override timer_s = 1
endif
diff --git a/src/app/waittest/Makefile.inc b/src/app/waittest/Makefile.inc
index cf91e0c..e2fe07f 100644
--- a/src/app/waittest/Makefile.inc
+++ b/src/app/waittest/Makefile.inc
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override timer_s = 1
override arch_drivers += ,timer
endif
diff --git a/src/app/wetterstation/Makefile.inc b/src/app/wetterstation/Makefile.inc
index c10dce5..0eea52a 100644
--- a/src/app/wetterstation/Makefile.inc
+++ b/src/app/wetterstation/Makefile.inc
@@ -5,5 +5,5 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
endif
diff --git a/src/app/ws2812b_dmap/Makefile.inc b/src/app/ws2812b_dmap/Makefile.inc
index 643d85e..daa2e4f 100644
--- a/src/app/ws2812b_dmap/Makefile.inc
+++ b/src/app/ws2812b_dmap/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,stdin,neopixel
endif
diff --git a/src/app/ws2812b_uart/Makefile.inc b/src/app/ws2812b_uart/Makefile.inc
index 643d85e..daa2e4f 100644
--- a/src/app/ws2812b_uart/Makefile.inc
+++ b/src/app/ws2812b_uart/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
+ loop = 1
override arch_drivers += ,stdin,neopixel
endif