From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:17:20 +0200 Subject: Set loop/wakeup/ostream either via .config or via app/commandline --- src/app/blinkencat3/Makefile.inc | 2 +- src/app/bme680-max44009-logger/Makefile.inc | 2 +- src/app/ccs811test/Makefile.inc | 2 +- src/app/countertest/Makefile.inc | 2 +- src/app/datalogger/Makefile.inc | 2 +- src/app/ledblink/Makefile.inc | 2 +- src/app/loratest/Makefile.inc | 2 +- src/app/luxlog/Makefile.inc | 2 +- src/app/nrf24l01test/Makefile.inc | 2 +- src/app/sharp96test/Makefile.inc | 2 +- src/app/shell/Makefile.inc | 4 ++-- src/app/ssd1306test/Makefile.inc | 2 +- src/app/sysinfo/Makefile.inc | 2 +- src/app/timertest/Makefile.inc | 2 +- src/app/transactiontest/Makefile.inc | 2 +- src/app/waittest/Makefile.inc | 2 +- src/app/wetterstation/Makefile.inc | 2 +- src/app/ws2812b_dmap/Makefile.inc | 2 +- src/app/ws2812b_uart/Makefile.inc | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) (limited to 'src/app') 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 -- cgit v1.2.3