We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5bf9e commit d1a4b3bCopy full SHA for d1a4b3b
Kconfig.projbuild
@@ -40,6 +40,12 @@ config ARDUINO_RUNNING_CORE
40
default 1 if ARDUINO_RUN_CORE1
41
default -1 if ARDUINO_RUN_NO_AFFINITY
42
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
+
49
choice ARDUINO_EVENT_RUNNING_CORE
50
bool "Core on which Arduino's event handler is running"
51
default ARDUINO_EVENT_RUN_CORE1
0 commit comments