Skip to content

Commit

Permalink
Add loop task stack size config to Kconfig
Browse files Browse the repository at this point in the history
Follow up for #4564
  • Loading branch information
me-no-dev authored Dec 2, 2020
1 parent 7d5bf9e commit d1a4b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ config ARDUINO_RUNNING_CORE
default 1 if ARDUINO_RUN_CORE1
default -1 if ARDUINO_RUN_NO_AFFINITY

config ARDUINO_LOOP_STACK_SIZE
int "Loop thread stack size"
default 8192
help
Amount of stack available for the Arduino task.

choice ARDUINO_EVENT_RUNNING_CORE
bool "Core on which Arduino's event handler is running"
default ARDUINO_EVENT_RUN_CORE1
Expand Down

0 comments on commit d1a4b3b

Please sign in to comment.