Skip to content

Commit d1a4b3b

Browse files
authored
Add loop task stack size config to Kconfig
Follow up for #4564
1 parent 7d5bf9e commit d1a4b3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Kconfig.projbuild

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ config ARDUINO_RUNNING_CORE
4040
default 1 if ARDUINO_RUN_CORE1
4141
default -1 if ARDUINO_RUN_NO_AFFINITY
4242

43+
config ARDUINO_LOOP_STACK_SIZE
44+
int "Loop thread stack size"
45+
default 8192
46+
help
47+
Amount of stack available for the Arduino task.
48+
4349
choice ARDUINO_EVENT_RUNNING_CORE
4450
bool "Core on which Arduino's event handler is running"
4551
default ARDUINO_EVENT_RUN_CORE1

0 commit comments

Comments
 (0)