Skip to content

Commit db57d13

Browse files
committed
Added options to Kconfig
1 parent 6389d64 commit db57d13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: Kconfig.projbuild

+12
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@ choice ARDUINO_UDP_RUNNING_CORE
8282

8383
endchoice
8484

85+
config ARDUINO_SERIAL_EVENT_TASK_STACK_SIZE
86+
int "Serial Event task stack size"
87+
default 2048
88+
help
89+
Amount of stack available for the Serial Event task.
90+
91+
config ARDUINO_SERIAL_EVENT_TASK_PRIORITY
92+
int "Priority of the Serial Event task"
93+
default 24
94+
help
95+
Select at what priority you want the Serial Event task to run.
96+
8597
config ARDUINO_UDP_TASK_PRIORITY
8698
int "Priority of the UDP task"
8799
default 3

0 commit comments

Comments
 (0)