diff --git a/examples/abntcodi/Kconfig b/examples/abntcodi/Kconfig index 4154492ac..6f553153e 100644 --- a/examples/abntcodi/Kconfig +++ b/examples/abntcodi/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_ABNTCODI_PRIORITY config EXAMPLES_ABNTCODI_STACKSIZE int "ABNTCODI stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/adxl372_test/Kconfig b/examples/adxl372_test/Kconfig index 19e9c836a..9f04a5797 100644 --- a/examples/adxl372_test/Kconfig +++ b/examples/adxl372_test/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_ADXL372_TEST_PRIORITY config EXAMPLES_ADXL372_TEST_STACKSIZE int "adxl372_test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/alarm/Kconfig b/examples/alarm/Kconfig index b55c986e8..e36961f35 100644 --- a/examples/alarm/Kconfig +++ b/examples/alarm/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_ALARM_PRIORITY config EXAMPLES_ALARM_STACKSIZE int "Alarm stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_ALARM_DEVPATH string "RTC device path" diff --git a/examples/apds9960/Kconfig b/examples/apds9960/Kconfig index 0de5d404b..30caec2c5 100644 --- a/examples/apds9960/Kconfig +++ b/examples/apds9960/Kconfig @@ -31,6 +31,6 @@ config EXAMPLES_APDS9960_PRIORITY config EXAMPLES_APDS9960_STACKSIZE int "APDS-9960 Test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/audio_rttl/Kconfig b/examples/audio_rttl/Kconfig index 7cff98e86..2dae260b0 100644 --- a/examples/audio_rttl/Kconfig +++ b/examples/audio_rttl/Kconfig @@ -21,6 +21,6 @@ config EXAMPLES_AUDIO_SOUND_PRIORITY config EXAMPLES_AUDIO_SOUND_STACKSIZE int "Audio sound stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/battery/Kconfig b/examples/battery/Kconfig index 0f1a5eb82..3e532d3e6 100644 --- a/examples/battery/Kconfig +++ b/examples/battery/Kconfig @@ -28,5 +28,5 @@ config EXAMPLES_BATTERY_PRIORITY config EXAMPLES_BATTERY_STACKSIZE int "Battery stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/bmi160/Kconfig b/examples/bmi160/Kconfig index 019ca08f7..c84b3afda 100644 --- a/examples/bmi160/Kconfig +++ b/examples/bmi160/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_SIXAXIS_PRIORITY config EXAMPLES_SIXAXIS_STACKSIZE int "sixaxis stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/bmp180/Kconfig b/examples/bmp180/Kconfig index de96192f8..f2b63ac87 100644 --- a/examples/bmp180/Kconfig +++ b/examples/bmp180/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_BMP180_PRIORITY config EXAMPLES_BMP180_STACKSIZE int "BMP180 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/bridge/Kconfig b/examples/bridge/Kconfig index 93803129b..a499d307c 100644 --- a/examples/bridge/Kconfig +++ b/examples/bridge/Kconfig @@ -95,7 +95,7 @@ config EXAMPLES_BRIDGE_NET1_HOSTPORT config EXAMPLES_BRIDGE_NET1_STACKSIZE int "Network 1 daemon stacksize" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_BRIDGE_NET1_PRIORITY int "Network 1 daemon task priority" @@ -177,7 +177,7 @@ config EXAMPLES_BRIDGE_NET2_HOSTPORT config EXAMPLES_BRIDGE_NET2_STACKSIZE int "Network 2 daemon stacksize" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_BRIDGE_NET2_PRIORITY int "Network 2 daemon task priority" diff --git a/examples/buttons/Kconfig b/examples/buttons/Kconfig index c2731eb35..42150b37e 100644 --- a/examples/buttons/Kconfig +++ b/examples/buttons/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_BUTTONS_PRIORITY config EXAMPLES_BUTTONS_STACKSIZE int "Button stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_BUTTONS_DEVPATH string "Button device path" diff --git a/examples/canard/Kconfig b/examples/canard/Kconfig index b52a2a058..6595aee6a 100644 --- a/examples/canard/Kconfig +++ b/examples/canard/Kconfig @@ -43,6 +43,6 @@ config EXAMPLES_LIBCANARD_DAEMON_PRIORITY config EXAMPLES_LIBCANARD_STACKSIZE int "canard stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/charger/Kconfig b/examples/charger/Kconfig index b9a98f1d9..94629bed3 100644 --- a/examples/charger/Kconfig +++ b/examples/charger/Kconfig @@ -26,6 +26,6 @@ config EXAMPLES_CHARGER_PRIORITY config EXAMPLES_CHARGER_STACKSIZE int "charger stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/chrono/Kconfig b/examples/chrono/Kconfig index c6bc6eef0..26c02ee44 100644 --- a/examples/chrono/Kconfig +++ b/examples/chrono/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_CHRONO_PRIORITY config EXAMPLES_CHRONO_STACKSIZE int "Chrono stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/cpuhog/Kconfig b/examples/cpuhog/Kconfig index 12285c89a..9384eb52b 100644 --- a/examples/cpuhog/Kconfig +++ b/examples/cpuhog/Kconfig @@ -14,7 +14,7 @@ if EXAMPLES_CPUHOG config EXAMPLES_CPUHOG_STACKSIZE int "CPU hog stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_CPUHOG_PRIORITY int "CPU hog task priority" diff --git a/examples/dhtxx/Kconfig b/examples/dhtxx/Kconfig index 08e80ffd8..7ba8c504a 100644 --- a/examples/dhtxx/Kconfig +++ b/examples/dhtxx/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_DHTXX_PRIORITY config EXAMPLES_DHTXX_STACKSIZE int "Dhtxx stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/dsptest/Kconfig b/examples/dsptest/Kconfig index ddbf04817..4ecda4349 100644 --- a/examples/dsptest/Kconfig +++ b/examples/dsptest/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_DSPTEST_PRIORITY config EXAMPLES_DSPTEST_STACKSIZE int "Dsptest stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/embedlog/Kconfig b/examples/embedlog/Kconfig index f794642ae..8d92d7327 100644 --- a/examples/embedlog/Kconfig +++ b/examples/embedlog/Kconfig @@ -36,7 +36,7 @@ config EXAMPLES_EMBEDLOG_PRIORITY config EXAMPLES_EMBEDLOG_STACKSIZE int "embedlog example stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif #EXAMPLES_EMBEDLOG endif #SYSTEM_EMBEDLOG diff --git a/examples/fb/Kconfig b/examples/fb/Kconfig index 038c41aed..5029a89c1 100644 --- a/examples/fb/Kconfig +++ b/examples/fb/Kconfig @@ -38,6 +38,6 @@ config EXAMPLES_FB_PRIORITY config EXAMPLES_FB_STACKSIZE int "Stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/fboverlay/Kconfig b/examples/fboverlay/Kconfig index 92e1b9a3d..a13bfcf69 100644 --- a/examples/fboverlay/Kconfig +++ b/examples/fboverlay/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_FBOVERLAY_PRIORITY config EXAMPLES_FBOVERLAY_STACKSIZE int "Stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/flowc/Kconfig b/examples/flowc/Kconfig index 10269269c..793b67e41 100644 --- a/examples/flowc/Kconfig +++ b/examples/flowc/Kconfig @@ -64,7 +64,7 @@ config EXAMPLES_FLOWC_PRIORITY1 config EXAMPLES_FLOWC_STACKSIZE1 int "Target1 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_FLOWC_TARGET2 bool "Second endpoint is a target" @@ -91,7 +91,7 @@ config EXAMPLES_FLOWC_PRIORITY2 config EXAMPLES_FLOWC_STACKSIZE2 int "Target2 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_FLOWC_TARGET2 diff --git a/examples/ft80x/Kconfig b/examples/ft80x/Kconfig index cbc06f502..7921a02d1 100644 --- a/examples/ft80x/Kconfig +++ b/examples/ft80x/Kconfig @@ -46,6 +46,6 @@ config EXAMPLES_FT80X_PRIORITY config EXAMPLES_FT80X_STACKSIZE int "FT80x stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/ftpd/Kconfig b/examples/ftpd/Kconfig index b3637398c..b2edd881e 100644 --- a/examples/ftpd/Kconfig +++ b/examples/ftpd/Kconfig @@ -13,6 +13,6 @@ if EXAMPLES_FTPD config EXAMPLES_FTPD_STACKSIZE int "FTP Daemon Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/gpio/Kconfig b/examples/gpio/Kconfig index db97d088d..954076a9e 100644 --- a/examples/gpio/Kconfig +++ b/examples/gpio/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_GPIO_PRIORITY config EXAMPLES_GPIO_STACKSIZE int "GPIO stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/gps/Kconfig b/examples/gps/Kconfig index 9b4574215..c69d0549c 100644 --- a/examples/gps/Kconfig +++ b/examples/gps/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_GPS_PRIORITY config EXAMPLES_GPS_STACKSIZE int "GPS stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/hello/Kconfig b/examples/hello/Kconfig index 3ae096096..a35bddc23 100644 --- a/examples/hello/Kconfig +++ b/examples/hello/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_HELLO_PRIORITY config EXAMPLES_HELLO_STACKSIZE int "Hello stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/hidkbd/Kconfig b/examples/hidkbd/Kconfig index 6e2d5a5ed..381bbf70b 100644 --- a/examples/hidkbd/Kconfig +++ b/examples/hidkbd/Kconfig @@ -20,7 +20,7 @@ config EXAMPLES_HIDKBD_PROGNAME config EXAMPLES_HIDKBD_STACKSIZE int "Task stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_HIDKBD_DEFPRIO int "Task priority" diff --git a/examples/ina219/Kconfig b/examples/ina219/Kconfig index efa0d1e7d..c5fd86059 100644 --- a/examples/ina219/Kconfig +++ b/examples/ina219/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_INA219_PRIORITY config EXAMPLES_INA219_STACKSIZE int "INA219 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/ina226/Kconfig b/examples/ina226/Kconfig index 894ef81e1..289b30b5b 100644 --- a/examples/ina226/Kconfig +++ b/examples/ina226/Kconfig @@ -36,6 +36,6 @@ config EXAMPLES_INA226_PRIORITY config EXAMPLES_INA226_STACKSIZE int "INA226 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/ini_dumper/Kconfig b/examples/ini_dumper/Kconfig index 27f69974a..89a0c190b 100644 --- a/examples/ini_dumper/Kconfig +++ b/examples/ini_dumper/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_INI_DUMPER_PRIORITY config EXAMPLES_INI_DUMPER_STACKSIZE int "ini dumper example stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif #EXAMPLES_INI_DUMPER endif #SYSTEM_INI_DUMPER diff --git a/examples/ipforward/Kconfig b/examples/ipforward/Kconfig index 4ae0add9f..951eae3d5 100644 --- a/examples/ipforward/Kconfig +++ b/examples/ipforward/Kconfig @@ -40,6 +40,6 @@ config EXAMPLES_IPFORWARD_PRIORITY config EXAMPLES_IPFORWARD_STACKSIZE int "IP forwarding stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/leds/Kconfig b/examples/leds/Kconfig index 62465389d..6f1f09219 100644 --- a/examples/leds/Kconfig +++ b/examples/leds/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_LEDS_PRIORITY config EXAMPLES_LEDS_STACKSIZE int "LED stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_LEDS_DEVPATH string "LED device path" diff --git a/examples/lsm330spi_test/Kconfig b/examples/lsm330spi_test/Kconfig index 258f73630..5f5efee8d 100644 --- a/examples/lsm330spi_test/Kconfig +++ b/examples/lsm330spi_test/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_LSM330SPI_TEST_PRIORITY config EXAMPLES_LSM330SPI_TEST_STACKSIZE int "lsm330spi_test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/max31855/Kconfig b/examples/max31855/Kconfig index 7db092318..befbea82d 100644 --- a/examples/max31855/Kconfig +++ b/examples/max31855/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_MAX31855_PRIORITY config EXAMPLES_MAX31855_STACKSIZE int "max31855 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/mld/Kconfig b/examples/mld/Kconfig index af285c8d0..4816998bb 100644 --- a/examples/mld/Kconfig +++ b/examples/mld/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_MLD_PRIORITY config EXAMPLES_MLD_STACKSIZE int "MLD example stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_MLD_INIT bool "Initialize network" diff --git a/examples/modbusmaster/Kconfig b/examples/modbusmaster/Kconfig index f875270af..5ebead07a 100644 --- a/examples/modbusmaster/Kconfig +++ b/examples/modbusmaster/Kconfig @@ -24,7 +24,7 @@ config EXAMPLES_MODBUSMASTER_PRIORITY config EXAMPLES_MODBUSMASTER_STACKSIZE int "Modbus Master stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_MODBUSMASTER_PORT int "Modbus Master port (1 for /dev/ttyS1)" diff --git a/examples/mount/Kconfig b/examples/mount/Kconfig index 81e80eaa5..499e98d2b 100644 --- a/examples/mount/Kconfig +++ b/examples/mount/Kconfig @@ -35,7 +35,7 @@ if !EXAMPLES_MOUNT_BLOCKDEVICE config EXAMPLES_MOUNT_NSECTORS int "RAM disk number of sectors" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The number of "sectors" in the RAM disk used when EXAMPLES_MOUNT_BLOCKDEVICE is not selected. diff --git a/examples/netlink_route/Kconfig b/examples/netlink_route/Kconfig index 3632576d5..10c12eca5 100644 --- a/examples/netlink_route/Kconfig +++ b/examples/netlink_route/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_NETLINK_ROUTE_PRIORITY config EXAMPLES_NETLINK_ROUTE_STACKSIZE int "Stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/netloop/Kconfig b/examples/netloop/Kconfig index b24632025..38938fdcf 100644 --- a/examples/netloop/Kconfig +++ b/examples/netloop/Kconfig @@ -19,7 +19,7 @@ config EXAMPLES_NETLOOP_KEEPALIVE config EXAMPLES_NETLOOP_STACKSIZE int "Loopback test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NETLOOP_PRIORITY int "Loopback test task priority" diff --git a/examples/nettest/Kconfig b/examples/nettest/Kconfig index d7b76f5bc..5c3d31fea 100644 --- a/examples/nettest/Kconfig +++ b/examples/nettest/Kconfig @@ -31,7 +31,7 @@ config EXAMPLES_NETTEST_PROGNAME1 config EXAMPLES_NETTEST_STACKSIZE1 int "Target1 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NETTEST_PRIORITY1 int "Target1 priority" @@ -82,7 +82,7 @@ config EXAMPLES_NETTEST_PRIORITY2 config EXAMPLES_NETTEST_STACKSIZE2 int "Target2 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_NETTEST_TARGET2 endif # !EXAMPLES_NETTEST_LOOPBACK @@ -90,7 +90,7 @@ endif # !EXAMPLES_NETTEST_LOOPBACK if EXAMPLES_NETTEST_LOOPBACK config EXAMPLES_NETTEST_DAEMON_STACKSIZE int "Server daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NETTEST_DAEMON_PRIORITY int "Server daemon priority" diff --git a/examples/nx/Kconfig b/examples/nx/Kconfig index 440864662..7c5b834e2 100644 --- a/examples/nx/Kconfig +++ b/examples/nx/Kconfig @@ -81,7 +81,7 @@ comment "NX Server Options" config EXAMPLES_NX_STACKSIZE int "NX Server Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/nxhello/Kconfig b/examples/nxhello/Kconfig index d9140e72a..36c97cffa 100644 --- a/examples/nxhello/Kconfig +++ b/examples/nxhello/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_NXHELLO_PRIORITY config EXAMPLES_NXHELLO_STACKSIZE int "NX Hello stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NXHELLO_BPP int "Bits-Per-Pixel" @@ -80,7 +80,7 @@ comment "NX Server Options" config EXAMPLES_NXHELLO_LISTENER_STACKSIZE int "NX Server/Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/nximage/Kconfig b/examples/nximage/Kconfig index c0310d5a5..b1ca1bbc1 100644 --- a/examples/nximage/Kconfig +++ b/examples/nximage/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_NXIMAGE_PRIORITY config EXAMPLES_NXIMAGE_STACKSIZE int "NX Image stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NXIMAGE_BPP int "Bits-Per-Pixel" @@ -94,7 +94,7 @@ comment "NX Server Options" config EXAMPLES_NXIMAGE_LISTENER_STACKSIZE int "NX Server/Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/nxlines/Kconfig b/examples/nxlines/Kconfig index 84373315d..82bab9d49 100644 --- a/examples/nxlines/Kconfig +++ b/examples/nxlines/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_NXLINES_PRIORITY config EXAMPLES_NXLINES_STACKSIZE int "NX lines stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NXLINES_DEFAULT_COLORS bool "Use default colors" @@ -89,7 +89,7 @@ comment "NX Server Options" config EXAMPLES_NXLINES_LISTENER_STACKSIZE int "NX Server/Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/nxterm/Kconfig b/examples/nxterm/Kconfig index 44bc3b455..d9881638d 100644 --- a/examples/nxterm/Kconfig +++ b/examples/nxterm/Kconfig @@ -26,7 +26,7 @@ config EXAMPLES_NXTERM_PRIORITY config EXAMPLES_NXTERM_STACKSIZE int "NxTerm stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_NXTERM_LISTENERPRIO int "Listener priority" diff --git a/examples/nxtext/Kconfig b/examples/nxtext/Kconfig index ed3f68c22..d92c7fa15 100644 --- a/examples/nxtext/Kconfig +++ b/examples/nxtext/Kconfig @@ -108,7 +108,7 @@ comment "NX Server Options" config EXAMPLES_NXTEXT_STACKSIZE int "Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when starting the NX listener. Default 2048 diff --git a/examples/oneshot/Kconfig b/examples/oneshot/Kconfig index d453ac960..e244d289d 100644 --- a/examples/oneshot/Kconfig +++ b/examples/oneshot/Kconfig @@ -35,7 +35,7 @@ config EXAMPLES_ONESHOT_SIGNO config EXAMPLES_ONESHOT_STACKSIZE int "Oneshot timer stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- This is the stack size allocated when the oneshot timer task runs diff --git a/examples/pdcurses/Kconfig b/examples/pdcurses/Kconfig index 5ab088fce..60f38f0e8 100644 --- a/examples/pdcurses/Kconfig +++ b/examples/pdcurses/Kconfig @@ -17,6 +17,6 @@ config EXAMPLES_PDCURSES_PRIORITY config EXAMPLES_PDCURSES_STACKSIZE int "pdcurses stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/pf_ieee802154/Kconfig b/examples/pf_ieee802154/Kconfig index b43145283..a124f3d0d 100644 --- a/examples/pf_ieee802154/Kconfig +++ b/examples/pf_ieee802154/Kconfig @@ -25,7 +25,7 @@ config EXAMPLES_PFIEEE802154_PRIORITY1 config EXAMPLES_PFIEEE802154_STACKSIZE1 int "Target1 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_PFIEEE802154_PROGNAME2 string "Target2 program name" @@ -40,6 +40,6 @@ config EXAMPLES_PFIEEE802154_PRIORITY2 config EXAMPLES_PFIEEE802154_STACKSIZE2 int "Target2 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_PFIEEE802154 diff --git a/examples/popen/Kconfig b/examples/popen/Kconfig index 0292dfcf4..3b2eba29e 100644 --- a/examples/popen/Kconfig +++ b/examples/popen/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_POPEN_PRIORITY config EXAMPLES_POPEN_STACKSIZE int "Popen stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/pppd/Kconfig b/examples/pppd/Kconfig index bceb7e8bf..0701a1e4e 100644 --- a/examples/pppd/Kconfig +++ b/examples/pppd/Kconfig @@ -14,6 +14,6 @@ if EXAMPLES_PPPD config EXAMPLES_PPPD_STACKSIZE int "pppd example stack stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/pty_test/Kconfig b/examples/pty_test/Kconfig index be9b2caa3..8448693df 100644 --- a/examples/pty_test/Kconfig +++ b/examples/pty_test/Kconfig @@ -34,7 +34,7 @@ config EXAMPLES_PTYTEST_PRIORITY config EXAMPLES_PTYTEST_STACKSIZE int "PTYTest stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_PTYTEST_DAEMONPRIO int "PTY_Test daemon task priority" diff --git a/examples/pwfb/Kconfig b/examples/pwfb/Kconfig index 1feff751a..4c72205f3 100644 --- a/examples/pwfb/Kconfig +++ b/examples/pwfb/Kconfig @@ -108,7 +108,7 @@ config EXAMPLES_PWFB_PROGNAME config EXAMPLES_PWFB_CLIENT_STACKSIZE int "Example Main Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when starting the example main(). Default 2048 @@ -123,7 +123,7 @@ config EXAMPLES_PWFB_CLIENT_PRIO config EXAMPLES_PWFB_LISTENER_STACKSIZE int "Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/pwlines/Kconfig b/examples/pwlines/Kconfig index 74518b1d2..02dd2f82f 100644 --- a/examples/pwlines/Kconfig +++ b/examples/pwlines/Kconfig @@ -107,7 +107,7 @@ config EXAMPLES_PWLINES_PROGNAME config EXAMPLES_PWLINES_CLIENT_STACKSIZE int "Example Main Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when starting the example main(). Default 2048 @@ -122,7 +122,7 @@ config EXAMPLES_PWLINES_CLIENT_PRIO config EXAMPLES_PWLINES_LISTENER_STACKSIZE int "Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stacksize to use when creating the NX server. Default 2048 diff --git a/examples/rfid_readuid/Kconfig b/examples/rfid_readuid/Kconfig index 511fa9f9b..e117062b9 100644 --- a/examples/rfid_readuid/Kconfig +++ b/examples/rfid_readuid/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_RFID_READUID_PRIORITY config EXAMPLES_RFID_READUID_STACKSIZE int "RFID Read UID stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/rgbled/Kconfig b/examples/rgbled/Kconfig index 0c4ccf646..4feac3a4a 100644 --- a/examples/rgbled/Kconfig +++ b/examples/rgbled/Kconfig @@ -28,6 +28,6 @@ config EXAMPLES_RGBLED_PRIORITY config EXAMPLES_RGBLED_STACKSIZE int "RGBLED stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_RGBLED diff --git a/examples/serialblaster/Kconfig b/examples/serialblaster/Kconfig index 6b5668455..11822a70b 100644 --- a/examples/serialblaster/Kconfig +++ b/examples/serialblaster/Kconfig @@ -13,7 +13,7 @@ if EXAMPLES_SERIALBLASTER config EXAMPLES_SERIALBLASTER_STACKSIZE int "CPU hog stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_SERIALBLASTER_PRIORITY int "CPU hog task priority" diff --git a/examples/serialrx/Kconfig b/examples/serialrx/Kconfig index 5b5917e09..b04144ee9 100644 --- a/examples/serialrx/Kconfig +++ b/examples/serialrx/Kconfig @@ -13,7 +13,7 @@ if EXAMPLES_SERIALRX config EXAMPLES_SERIALRX_STACKSIZE int "Serial RX stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_SERIALRX_PRIORITY int "Serial RX task priority" diff --git a/examples/stat/Kconfig b/examples/stat/Kconfig index fb00e3278..1b349977b 100644 --- a/examples/stat/Kconfig +++ b/examples/stat/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_STAT_PRIORITY config EXAMPLES_STAT_STACKSIZE int "Stat stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/system/Kconfig b/examples/system/Kconfig index 39ed93cdd..886647845 100644 --- a/examples/system/Kconfig +++ b/examples/system/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_SYSTEM_PRIORITY config EXAMPLES_SYSTEM_STACKSIZE int "System stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/tcpblaster/Kconfig b/examples/tcpblaster/Kconfig index 470487c64..7b5304744 100644 --- a/examples/tcpblaster/Kconfig +++ b/examples/tcpblaster/Kconfig @@ -36,7 +36,7 @@ config EXAMPLES_TCPBLASTER_PROGNAME1 config EXAMPLES_TCPBLASTER_STACKSIZE1 int "Target1 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_TCPBLASTER_PRIORITY1 int "Target1 priority" @@ -106,7 +106,7 @@ config EXAMPLES_TCPBLASTER_PRIORITY2 config EXAMPLES_TCPBLASTER_STACKSIZE2 int "Target2 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_TCPBLASTER_TARGET2 endif # !EXAMPLES_TCPBLASTER_LOOPBACK @@ -114,7 +114,7 @@ endif # !EXAMPLES_TCPBLASTER_LOOPBACK if EXAMPLES_TCPBLASTER_LOOPBACK config EXAMPLES_TCPBLASTER_DAEMON_STACKSIZE int "Server daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_TCPBLASTER_DAEMON_PRIORITY int "Server daemon priority" diff --git a/examples/telnetd/Kconfig b/examples/telnetd/Kconfig index 5a5663e30..f53c77b06 100644 --- a/examples/telnetd/Kconfig +++ b/examples/telnetd/Kconfig @@ -45,7 +45,7 @@ config EXAMPLES_TELNETD_DAEMONPRIO config EXAMPLES_TELNETD_DAEMONSTACKSIZE int "Telnet daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Stack size allocated for the Telnet daemon. Default: 2048 @@ -57,7 +57,7 @@ config EXAMPLES_TELNETD_CLIENTPRIO config EXAMPLES_TELNETD_CLIENTSTACKSIZE int "Telnet client stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Stack size allocated for the Telnet client. Default: 2048 diff --git a/examples/timer/Kconfig b/examples/timer/Kconfig index c961d3580..6db7e7d6e 100644 --- a/examples/timer/Kconfig +++ b/examples/timer/Kconfig @@ -45,7 +45,7 @@ config EXAMPLES_TIMER_SIGNO config EXAMPLES_TIMER_STACKSIZE int "Timer stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- This is the stack size allocated when the timer task runs diff --git a/examples/udp/Kconfig b/examples/udp/Kconfig index 8233d71ad..4914f655c 100644 --- a/examples/udp/Kconfig +++ b/examples/udp/Kconfig @@ -32,7 +32,7 @@ config EXAMPLES_UDP_PRIORITY1 config EXAMPLES_UDP_STACKSIZE1 int "Target1 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_UDP_TARGET2 bool "Second endpoint is a target" @@ -60,7 +60,7 @@ config EXAMPLES_UDP_PRIORITY2 config EXAMPLES_UDP_STACKSIZE2 int "Target2 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # EXAMPLES_UDP_TARGET2 diff --git a/examples/udpblaster/Kconfig b/examples/udpblaster/Kconfig index 9e889c155..606de1d5b 100644 --- a/examples/udpblaster/Kconfig +++ b/examples/udpblaster/Kconfig @@ -21,7 +21,7 @@ config EXAMPLES_UDPBLASTER_PROGNAME config EXAMPLES_UDPBLASTER_STACKSIZE int "Nettest stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config EXAMPLES_UDPBLASTER_PRIORITY int "Nettest priority" diff --git a/examples/uid/Kconfig b/examples/uid/Kconfig index 302a66584..74be504cc 100644 --- a/examples/uid/Kconfig +++ b/examples/uid/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_UID_PRIORITY config EXAMPLES_UID_STACKSIZE int "UID/GID stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/userfs/Kconfig b/examples/userfs/Kconfig index 38c1f8fe4..b1d868f5a 100644 --- a/examples/userfs/Kconfig +++ b/examples/userfs/Kconfig @@ -24,6 +24,6 @@ config EXAMPLES_USERFS_PRIORITY config EXAMPLES_USERFS_STACKSIZE int "UserFS stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/veml6070/Kconfig b/examples/veml6070/Kconfig index 9746821ea..4e0bafbc5 100644 --- a/examples/veml6070/Kconfig +++ b/examples/veml6070/Kconfig @@ -25,6 +25,6 @@ config EXAMPLES_VEML6070_PRIORITY config EXAMPLES_VEML6070_STACKSIZE int "VEML6070 stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/examples/xbc_test/Kconfig b/examples/xbc_test/Kconfig index e0d17b28d..99f99f7e4 100644 --- a/examples/xbc_test/Kconfig +++ b/examples/xbc_test/Kconfig @@ -30,6 +30,6 @@ config EXAMPLES_XBC_TEST_PRIORITY config EXAMPLES_XBC_TEST_STACKSIZE int "XBox Controller Test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/graphics/nxwidgets/Kconfig b/graphics/nxwidgets/Kconfig index 46cf936ca..cfaefa7df 100644 --- a/graphics/nxwidgets/Kconfig +++ b/graphics/nxwidgets/Kconfig @@ -54,7 +54,7 @@ config NXWIDGETS_LISTENERPRIO config NXWIDGETS_LISTENERSTACK int "NX Listener Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- NX listener thread stack size (in multi-user mode). Default 2048 diff --git a/graphics/nxwm/Kconfig b/graphics/nxwm/Kconfig index 6914d7181..e8a319485 100644 --- a/graphics/nxwm/Kconfig +++ b/graphics/nxwm/Kconfig @@ -366,7 +366,7 @@ config NXWM_STARTWINDOW_PRIO config NXWM_STARTWINDOW_STACKSIZE int "StartWindow Task Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size to use when starting the StartWindow task. Default: 2048 bytes. @@ -396,7 +396,7 @@ config NXWM_NXTERM_PRIO config NXWM_NXTERM_STACKSIZE int "NxTerm Task Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size to use when starting the NxTerm task. Default: 2048 bytes. @@ -574,7 +574,7 @@ config NXWM_KEYBOARD_LISTENERPRIO config NXWM_KEYBOARD_LISTENERSTACK int "Keyboard Listener Task Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Keyboard listener thread stack size. Default: 1024 @@ -742,7 +742,7 @@ config NXWM_CALIBRATION_LISTENERPRIO config NXWM_CALIBRATION_LISTENERSTACK int "Calibration Task Stack Size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Calibration listener thread stack size. Default 2048 diff --git a/graphics/twm4nx/Kconfig b/graphics/twm4nx/Kconfig index f0f7c97c7..b1369db0a 100644 --- a/graphics/twm4nx/Kconfig +++ b/graphics/twm4nx/Kconfig @@ -32,7 +32,7 @@ config TWM4NX_PRIORITY config TWM4NX_STACKSIZE int "Twm4Nx stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config TWM4NX_REVMAJOR string "Twm4Nx major version number" diff --git a/netutils/ftpd/Kconfig b/netutils/ftpd/Kconfig index c3fe95ad8..07f4cda6d 100644 --- a/netutils/ftpd/Kconfig +++ b/netutils/ftpd/Kconfig @@ -14,6 +14,6 @@ if NETUTILS_FTPD config FTPD_WORKERSTACKSIZE int "FTPD client thread stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/netutils/libcurl4nx/Kconfig b/netutils/libcurl4nx/Kconfig index 173737771..d6466ffef 100644 --- a/netutils/libcurl4nx/Kconfig +++ b/netutils/libcurl4nx/Kconfig @@ -44,6 +44,6 @@ config LIBCURL4NX_MINRXBUFLEN config LIBCURL4NX_MAXRXBUFLEN int "Maximum RX buffer size for CURL4NXOPT_BUFFERSIZE" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/netutils/ntpclient/Kconfig b/netutils/ntpclient/Kconfig index 202b4112d..ce2be151a 100644 --- a/netutils/ntpclient/Kconfig +++ b/netutils/ntpclient/Kconfig @@ -28,7 +28,7 @@ config NETUTILS_NTPCLIENT_PORTNO config NETUTILS_NTPCLIENT_STACKSIZE int "NTP client daemon stack stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config NETUTILS_NTPCLIENT_SERVERPRIO int "NTP client daemon priority" diff --git a/netutils/thttpd/Kconfig b/netutils/thttpd/Kconfig index c714f0b70..8d7b40ecf 100644 --- a/netutils/thttpd/Kconfig +++ b/netutils/thttpd/Kconfig @@ -82,7 +82,7 @@ config THTTPD_CGI_PRIORITY config THTTPD_CGI_STACKSIZE int "CGI child stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Provides the default stack size of CGI child task (will be overridden by the stack size in the NXFLAT header) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index e87853c8b..abc96d69e 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -1154,7 +1154,7 @@ config NSH_TELNETD_DAEMONPRIO config NSH_TELNETD_DAEMONSTACKSIZE int "Telnet daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Stack size allocated for the Telnet daemon. Default: 2048 @@ -1166,7 +1166,7 @@ config NSH_TELNETD_CLIENTPRIO config NSH_TELNETD_CLIENTSTACKSIZE int "Telnet client stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Stack size allocated for the Telnet client. Default: 2048 diff --git a/system/cfgdata/Kconfig b/system/cfgdata/Kconfig index f79546efb..23eb9ebce 100644 --- a/system/cfgdata/Kconfig +++ b/system/cfgdata/Kconfig @@ -14,7 +14,7 @@ if SYSTEM_CFGDATA config SYSTEM_CFGDATA_STACKSIZE int "Builtin task stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Size of the task to configure when started cfgdata from NSH diff --git a/system/critmon/Kconfig b/system/critmon/Kconfig index 4922b3d4d..626b2bbd9 100644 --- a/system/critmon/Kconfig +++ b/system/critmon/Kconfig @@ -17,7 +17,7 @@ if SYSTEM_CRITMONITOR config SYSTEM_CRITMONITOR_STACKSIZE int "Critical section monitor stop/stop stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size to use the critmon_start/critmon_stop task. Default: 2048 @@ -29,7 +29,7 @@ config SYSTEM_CRITMONITOR_PRIORITY config SYSTEM_CRITMONITOR_DAEMON_STACKSIZE int "Critical section monitor daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size to use the critical section monitor daemon. Default: 2048 diff --git a/system/cu/Kconfig b/system/cu/Kconfig index 6ce6d7b8e..aa5693a09 100644 --- a/system/cu/Kconfig +++ b/system/cu/Kconfig @@ -37,7 +37,7 @@ config SYSTEM_CUTERM_DEFAULT_BAUD config SYSTEM_CUTERM_STACKSIZE int "CU terminal stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- This is the stack size that will be used when starting the CU terminal. diff --git a/system/dhcpc/Kconfig b/system/dhcpc/Kconfig index 3d18de278..f6794344d 100644 --- a/system/dhcpc/Kconfig +++ b/system/dhcpc/Kconfig @@ -26,6 +26,6 @@ config DHCPC_RENEW_PRIORITY config DHCPC_RENEW_STACKSIZE int "DHCPC stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/hexed/Kconfig b/system/hexed/Kconfig index 4e6c37fc3..5319c5f92 100644 --- a/system/hexed/Kconfig +++ b/system/hexed/Kconfig @@ -13,7 +13,7 @@ if SYSTEM_HEXED config SYSTEM_HEXED_STACKSIZE int "hexed stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The size of stack allocated for the hexed task. diff --git a/system/lzf/Kconfig b/system/lzf/Kconfig index 17c126224..dad84b9a2 100644 --- a/system/lzf/Kconfig +++ b/system/lzf/Kconfig @@ -42,6 +42,6 @@ config SYSTEM_LZF_PRIORITY config SYSTEM_LZF_STACKSIZE int "LZF tool stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/netdb/Kconfig b/system/netdb/Kconfig index c2d39ff80..0677dee8e 100644 --- a/system/netdb/Kconfig +++ b/system/netdb/Kconfig @@ -12,7 +12,7 @@ if SYSTEM_NETDB config SYSTEM_NETDB_STACKSIZE int "netdb task stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_NETDB_PRIORITY int "netdb task priority" diff --git a/system/nsh/Kconfig b/system/nsh/Kconfig index 8158cfd80..e92a29733 100644 --- a/system/nsh/Kconfig +++ b/system/nsh/Kconfig @@ -19,7 +19,7 @@ config SYSTEM_NSH_PRIORITY config SYSTEM_NSH_STACKSIZE int "Nuttx shell stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_NSH_SYMTAB bool "Register symbol table" diff --git a/system/ntpc/Kconfig b/system/ntpc/Kconfig index 946a40f81..30be27a06 100644 --- a/system/ntpc/Kconfig +++ b/system/ntpc/Kconfig @@ -20,6 +20,6 @@ config SYSTEM_NTPC_PRIORITY config SYSTEM_NTPC_STACKSIZE int "NTPC stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/nxplayer/Kconfig b/system/nxplayer/Kconfig index 39558bc10..3a7ac362f 100644 --- a/system/nxplayer/Kconfig +++ b/system/nxplayer/Kconfig @@ -15,7 +15,7 @@ if SYSTEM_NXPLAYER config NXPLAYER_MAINTHREAD_STACKSIZE int "NxPlayer main thread stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Stack size to use with the NxPlayer main thread. diff --git a/system/ping/Kconfig b/system/ping/Kconfig index 020a81ea9..78502b6d2 100644 --- a/system/ping/Kconfig +++ b/system/ping/Kconfig @@ -26,6 +26,6 @@ config SYSTEM_PING_PRIORITY config SYSTEM_PING_STACKSIZE int "Ping stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/ping6/Kconfig b/system/ping6/Kconfig index 35b08905a..2d76a2640 100644 --- a/system/ping6/Kconfig +++ b/system/ping6/Kconfig @@ -25,6 +25,6 @@ config SYSTEM_PING6_PRIORITY config SYSTEM_PING6_STACKSIZE int "Ping stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/psmq/Kconfig b/system/psmq/Kconfig index df20e6f06..d3d8178cd 100644 --- a/system/psmq/Kconfig +++ b/system/psmq/Kconfig @@ -59,7 +59,7 @@ config PSMQD_PRIORITY config PSMQD_STACKSIZE int "psmqd broker stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config PSMQ_TOOLS_PUB bool "Enable psmq_pub tool" @@ -76,7 +76,7 @@ config PSMQ_PUB_PRIORITY config PSMQ_PUB_STACKSIZE int "psmq_pub broker stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # PSMQ_TOOLS_PUB @@ -96,7 +96,7 @@ config PSMQ_SUB_PRIORITY config PSMQ_SUB_STACKSIZE int "psmq_sub broker stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # PSMQ_TOOLS_SUB endif # SYSTEM_PSMQ diff --git a/system/sched_note/Kconfig b/system/sched_note/Kconfig index 92186eeae..2b178786b 100644 --- a/system/sched_note/Kconfig +++ b/system/sched_note/Kconfig @@ -25,7 +25,7 @@ config SYSTEM_NOTE_PRIORITY config SYSTEM_NOTE_STACKSIZE int "Note daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_NOTE_BUFFERSIZE int "Note daemon I/O buffer size" diff --git a/system/setlogmask/Kconfig b/system/setlogmask/Kconfig index 4f1258fff..1f31eaf11 100644 --- a/system/setlogmask/Kconfig +++ b/system/setlogmask/Kconfig @@ -23,6 +23,6 @@ config SYSTEM_SETLOGMASK_PRIORITY config SYSTEM_SET_LOGMASK_STACKSIZE int "setlogmask stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/spi/Kconfig b/system/spi/Kconfig index ad8973f34..42b9bae6c 100644 --- a/system/spi/Kconfig +++ b/system/spi/Kconfig @@ -26,7 +26,7 @@ config SPITOOL_PRIORITY config SPITOOL_STACKSIZE int "Stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config SPITOOL_MINBUS int "Minimum bus number" diff --git a/system/stackmonitor/Kconfig b/system/stackmonitor/Kconfig index 8d4c42ba5..64cfed708 100644 --- a/system/stackmonitor/Kconfig +++ b/system/stackmonitor/Kconfig @@ -17,7 +17,7 @@ if SYSTEM_STACKMONITOR config SYSTEM_STACKMONITOR_STACKSIZE int "Stack monitor daemon stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size to use the stack monitor daemon. Default: 2048 diff --git a/system/taskset/Kconfig b/system/taskset/Kconfig index b28b865ad..a9e5d215e 100644 --- a/system/taskset/Kconfig +++ b/system/taskset/Kconfig @@ -24,6 +24,6 @@ config SYSTEM_TASKSET_PRIORITY config SYSTEM_TASKSET_STACKSIZE int "Taskset stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/system/telnet/Kconfig b/system/telnet/Kconfig index 5ad2dedc5..ba84a77b5 100644 --- a/system/telnet/Kconfig +++ b/system/telnet/Kconfig @@ -19,7 +19,7 @@ config SYSTEM_TELNET_CHATD_PROGNAME config SYSTEM_TELNET_CHATD_STACKSIZE int "Chat daemon stacksize" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_TELNET_CHATD_PRIORITY int "Chat daemon priority" @@ -44,7 +44,7 @@ config SYSTEM_TELNET_CLIENT_PROGNAME config SYSTEM_TELNET_CLIENT_STACKSIZE int "Telnet client stacksize" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_TELNET_CLIENT_PRIORITY int "Telnet client priority" diff --git a/system/usrsock_rpmsg/Kconfig b/system/usrsock_rpmsg/Kconfig index 0ba805119..9f6a9de4d 100644 --- a/system/usrsock_rpmsg/Kconfig +++ b/system/usrsock_rpmsg/Kconfig @@ -20,7 +20,7 @@ config SYSTEM_USRSOCK_RPMSG_PRIORITY config SYSTEM_USRSOCK_RPMSG_STACKSIZE int "usrsock task stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- The stack size allocated for the usrsock task. diff --git a/system/vi/Kconfig b/system/vi/Kconfig index cef46288b..c3b940561 100644 --- a/system/vi/Kconfig +++ b/system/vi/Kconfig @@ -73,7 +73,7 @@ config SYSTEM_VI_DEBUGLEVEL config SYSTEM_VI_STACKSIZE int "Builtin task stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE ---help--- Size of the task to configure when started VI from NSH diff --git a/system/zmodem/Kconfig b/system/zmodem/Kconfig index 7b449badc..90180a917 100644 --- a/system/zmodem/Kconfig +++ b/system/zmodem/Kconfig @@ -22,7 +22,7 @@ config SYSTEM_ZMODEM_PRIORITY config SYSTEM_ZMODEM_STACKSIZE int "rz/ez stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config SYSTEM_ZMODEM_DEVNAME string "Default Zmodem device" diff --git a/testing/fstest/Kconfig b/testing/fstest/Kconfig index 535ca70d7..d468f9d3d 100644 --- a/testing/fstest/Kconfig +++ b/testing/fstest/Kconfig @@ -24,7 +24,7 @@ config TESTING_FSTEST_PRIORITY config TESTING_FSTEST_STACKSIZE int "FS test stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config TESTING_FSTEST_MAXNAME int "Max name size" diff --git a/testing/mm/Kconfig b/testing/mm/Kconfig index 972ccb25d..9b30b0544 100644 --- a/testing/mm/Kconfig +++ b/testing/mm/Kconfig @@ -24,6 +24,6 @@ config TESTING_MM_PRIORITY config TESTING_MM_STACKSIZE int "Stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/testing/ostest/Kconfig b/testing/ostest/Kconfig index d840e25c8..d007a296b 100644 --- a/testing/ostest/Kconfig +++ b/testing/ostest/Kconfig @@ -103,7 +103,7 @@ config TESTING_OSTEST_FPUPRIORITY config TESTING_OSTEST_FPUSTACKSIZE int "FPU test thread stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif # !TESTING_OSTEST_FPUTESTDISABLE endif # ARCH_FPU && SCHED_WAITPID diff --git a/testing/scanftest/Kconfig b/testing/scanftest/Kconfig index 825661cce..c625b63f6 100644 --- a/testing/scanftest/Kconfig +++ b/testing/scanftest/Kconfig @@ -28,6 +28,6 @@ config TESTING_SCANFTEST_PRIORITY config TESTING_SCANFTEST_STACKSIZE int "Scanftest stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/testing/smp/Kconfig b/testing/smp/Kconfig index 746c5a14b..59af02f49 100644 --- a/testing/smp/Kconfig +++ b/testing/smp/Kconfig @@ -35,6 +35,6 @@ config TESTING_SMP_PRIORITY config TESTING_SMP_STACKSIZE int "SMP stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/wireless/bluetooth/btsak/Kconfig b/wireless/bluetooth/btsak/Kconfig index b64ff7008..0c52fb946 100644 --- a/wireless/bluetooth/btsak/Kconfig +++ b/wireless/bluetooth/btsak/Kconfig @@ -24,7 +24,7 @@ config BTSAK_PRIORITY config BTSAK_STACKSIZE int "btsak stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE if NET_6LOWPAN && !NET_BLUETOOTH diff --git a/wireless/gs2200m/Kconfig b/wireless/gs2200m/Kconfig index 6281b587e..8440fc310 100644 --- a/wireless/gs2200m/Kconfig +++ b/wireless/gs2200m/Kconfig @@ -23,6 +23,6 @@ config WIRELESS_GS2200M_PRIORITY config WIRELESS_GS2200M_STACKSIZE int "gs2200m stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE endif diff --git a/wireless/ieee802154/i8shark/Kconfig b/wireless/ieee802154/i8shark/Kconfig index 77f827b2c..8fa2ba36f 100644 --- a/wireless/ieee802154/i8shark/Kconfig +++ b/wireless/ieee802154/i8shark/Kconfig @@ -18,7 +18,7 @@ config IEEE802154_I8SHARK_DAEMON_PRIORITY config IEEE802154_I8SHARK_DAEMON_STACKSIZE int "i8shark stack size" - default 2048 + default DEFAULT_TASK_STACKSIZE config IEEE802154_I8SHARK_DEVPATH string "MAC char driver path" diff --git a/wireless/iwpan/Kconfig b/wireless/iwpan/Kconfig index 543e8a6b8..735b4d1eb 100644 --- a/wireless/iwpan/Kconfig +++ b/wireless/iwpan/Kconfig @@ -24,7 +24,7 @@ config WIRELESS_IWPAN_PROGNAME config WIRELESS_IWPAN_STACKSIZE int "Stack Size (bytes)" - default 2048 + default DEFAULT_TASK_STACKSIZE config WIRELESS_IWPAN_PRIORITY int "Command Priority" diff --git a/wireless/wapi/Kconfig b/wireless/wapi/Kconfig index 65c532aa6..309f3366d 100644 --- a/wireless/wapi/Kconfig +++ b/wireless/wapi/Kconfig @@ -30,7 +30,7 @@ config WIRELESS_WAPI_PROGNAME config WIRELESS_WAPI_STACKSIZE int "Stack Size (bytes)" - default 2048 + default DEFAULT_TASK_STACKSIZE config WIRELESS_WAPI_PRIORITY int "Command Priority"