Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE
This commit changes only ones with the default 2048 and leaves the others. E.g. this leaves SYSTEM_RAMTEST_STACKSIZE, whose default is 1024. I guess those need to be inspected one-by-one.
This commit is contained in:
parent
c304624fab
commit
e7156be066
@ -25,6 +25,6 @@ config EXAMPLES_ABNTCODI_PRIORITY
|
||||
|
||||
config EXAMPLES_ABNTCODI_STACKSIZE
|
||||
int "ABNTCODI stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -28,5 +28,5 @@ config EXAMPLES_BATTERY_PRIORITY
|
||||
|
||||
config EXAMPLES_BATTERY_STACKSIZE
|
||||
int "Battery stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
endif
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_SIXAXIS_PRIORITY
|
||||
|
||||
config EXAMPLES_SIXAXIS_STACKSIZE
|
||||
int "sixaxis stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_BMP180_PRIORITY
|
||||
|
||||
config EXAMPLES_BMP180_STACKSIZE
|
||||
int "BMP180 stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -43,6 +43,6 @@ config EXAMPLES_LIBCANARD_DAEMON_PRIORITY
|
||||
|
||||
config EXAMPLES_LIBCANARD_STACKSIZE
|
||||
int "canard stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -26,6 +26,6 @@ config EXAMPLES_CHARGER_PRIORITY
|
||||
|
||||
config EXAMPLES_CHARGER_STACKSIZE
|
||||
int "charger stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_CHRONO_PRIORITY
|
||||
|
||||
config EXAMPLES_CHRONO_STACKSIZE
|
||||
int "Chrono stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_DHTXX_PRIORITY
|
||||
|
||||
config EXAMPLES_DHTXX_STACKSIZE
|
||||
int "Dhtxx stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_DSPTEST_PRIORITY
|
||||
|
||||
config EXAMPLES_DSPTEST_STACKSIZE
|
||||
int "Dsptest stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -38,6 +38,6 @@ config EXAMPLES_FB_PRIORITY
|
||||
|
||||
config EXAMPLES_FB_STACKSIZE
|
||||
int "Stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_FBOVERLAY_PRIORITY
|
||||
|
||||
config EXAMPLES_FBOVERLAY_STACKSIZE
|
||||
int "Stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -46,6 +46,6 @@ config EXAMPLES_FT80X_PRIORITY
|
||||
|
||||
config EXAMPLES_FT80X_STACKSIZE
|
||||
int "FT80x stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -13,6 +13,6 @@ if EXAMPLES_FTPD
|
||||
|
||||
config EXAMPLES_FTPD_STACKSIZE
|
||||
int "FTP Daemon Stack Size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_GPIO_PRIORITY
|
||||
|
||||
config EXAMPLES_GPIO_STACKSIZE
|
||||
int "GPIO stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_GPS_PRIORITY
|
||||
|
||||
config EXAMPLES_GPS_STACKSIZE
|
||||
int "GPS stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_HELLO_PRIORITY
|
||||
|
||||
config EXAMPLES_HELLO_STACKSIZE
|
||||
int "Hello stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_INA219_PRIORITY
|
||||
|
||||
config EXAMPLES_INA219_STACKSIZE
|
||||
int "INA219 stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -36,6 +36,6 @@ config EXAMPLES_INA226_PRIORITY
|
||||
|
||||
config EXAMPLES_INA226_STACKSIZE
|
||||
int "INA226 stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -40,6 +40,6 @@ config EXAMPLES_IPFORWARD_PRIORITY
|
||||
|
||||
config EXAMPLES_IPFORWARD_STACKSIZE
|
||||
int "IP forwarding stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_MAX31855_PRIORITY
|
||||
|
||||
config EXAMPLES_MAX31855_STACKSIZE
|
||||
int "max31855 stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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)"
|
||||
|
@ -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.
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_NETLINK_ROUTE_PRIORITY
|
||||
|
||||
config EXAMPLES_NETLINK_ROUTE_STACKSIZE
|
||||
int "Stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -17,6 +17,6 @@ config EXAMPLES_PDCURSES_PRIORITY
|
||||
|
||||
config EXAMPLES_PDCURSES_STACKSIZE
|
||||
int "pdcurses stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_POPEN_PRIORITY
|
||||
|
||||
config EXAMPLES_POPEN_STACKSIZE
|
||||
int "Popen stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -14,6 +14,6 @@ if EXAMPLES_PPPD
|
||||
|
||||
config EXAMPLES_PPPD_STACKSIZE
|
||||
int "pppd example stack stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_STAT_PRIORITY
|
||||
|
||||
config EXAMPLES_STAT_STACKSIZE
|
||||
int "Stat stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_SYSTEM_PRIORITY
|
||||
|
||||
config EXAMPLES_SYSTEM_STACKSIZE
|
||||
int "System stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_UID_PRIORITY
|
||||
|
||||
config EXAMPLES_UID_STACKSIZE
|
||||
int "UID/GID stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -24,6 +24,6 @@ config EXAMPLES_USERFS_PRIORITY
|
||||
|
||||
config EXAMPLES_USERFS_STACKSIZE
|
||||
int "UserFS stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config EXAMPLES_VEML6070_PRIORITY
|
||||
|
||||
config EXAMPLES_VEML6070_STACKSIZE
|
||||
int "VEML6070 stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -14,6 +14,6 @@ if NETUTILS_FTPD
|
||||
|
||||
config FTPD_WORKERSTACKSIZE
|
||||
int "FTPD client thread stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -26,6 +26,6 @@ config DHCPC_RENEW_PRIORITY
|
||||
|
||||
config DHCPC_RENEW_STACKSIZE
|
||||
int "DHCPC stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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.
|
||||
|
||||
|
@ -42,6 +42,6 @@ config SYSTEM_LZF_PRIORITY
|
||||
|
||||
config SYSTEM_LZF_STACKSIZE
|
||||
int "LZF tool stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -20,6 +20,6 @@ config SYSTEM_NTPC_PRIORITY
|
||||
|
||||
config SYSTEM_NTPC_STACKSIZE
|
||||
int "NTPC stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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.
|
||||
|
||||
|
@ -26,6 +26,6 @@ config SYSTEM_PING_PRIORITY
|
||||
|
||||
config SYSTEM_PING_STACKSIZE
|
||||
int "Ping stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,6 +25,6 @@ config SYSTEM_PING6_PRIORITY
|
||||
|
||||
config SYSTEM_PING6_STACKSIZE
|
||||
int "Ping stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -23,6 +23,6 @@ config SYSTEM_SETLOGMASK_PRIORITY
|
||||
|
||||
config SYSTEM_SET_LOGMASK_STACKSIZE
|
||||
int "setlogmask stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -24,6 +24,6 @@ config SYSTEM_TASKSET_PRIORITY
|
||||
|
||||
config SYSTEM_TASKSET_STACKSIZE
|
||||
int "Taskset stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -24,6 +24,6 @@ config TESTING_MM_PRIORITY
|
||||
|
||||
config TESTING_MM_STACKSIZE
|
||||
int "Stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user