@@ -31,6 +31,7 @@ choice ARDUINO_RUNNING_CORE
31
31
bool "CORE 1"
32
32
config ARDUINO_RUN_NO_AFFINITY
33
33
bool "BOTH"
34
+ depends on !CONFIG_FREERTOS_UNICORE
34
35
35
36
endchoice
36
37
@@ -58,6 +59,7 @@ choice ARDUINO_EVENT_RUNNING_CORE
58
59
bool "CORE 1"
59
60
config ARDUINO_EVENT_RUN_NO_AFFINITY
60
61
bool "BOTH"
62
+ depends on !CONFIG_FREERTOS_UNICORE
61
63
62
64
endchoice
63
65
@@ -67,21 +69,6 @@ config ARDUINO_EVENT_RUNNING_CORE
67
69
default 1 if ARDUINO_EVENT_RUN_CORE1
68
70
default -1 if ARDUINO_EVENT_RUN_NO_AFFINITY
69
71
70
- choice ARDUINO_UDP_RUNNING_CORE
71
- bool "Core on which Arduino's UDP is running"
72
- default ARDUINO_UDP_RUN_CORE1
73
- help
74
- Select on which core Arduino's UDP run
75
-
76
- config ARDUINO_UDP_RUN_CORE0
77
- bool "CORE 0"
78
- config ARDUINO_UDP_RUN_CORE1
79
- bool "CORE 1"
80
- config ARDUINO_UDP_RUN_NO_AFFINITY
81
- bool "BOTH"
82
-
83
- endchoice
84
-
85
72
choice ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE
86
73
bool "Core on which Arduino's Serial Event task is running"
87
74
default ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY
@@ -94,6 +81,7 @@ choice ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE
94
81
bool "CORE 1"
95
82
config ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY
96
83
bool "BOTH"
84
+ depends on !CONFIG_FREERTOS_UNICORE
97
85
98
86
endchoice
99
87
@@ -121,6 +109,22 @@ config ARDUINO_UDP_TASK_PRIORITY
121
109
help
122
110
Select at what priority you want the UDP task to run.
123
111
112
+ choice ARDUINO_UDP_RUNNING_CORE
113
+ bool "Core on which Arduino's UDP is running"
114
+ default ARDUINO_UDP_RUN_CORE1
115
+ help
116
+ Select on which core Arduino's UDP run
117
+
118
+ config ARDUINO_UDP_RUN_CORE0
119
+ bool "CORE 0"
120
+ config ARDUINO_UDP_RUN_CORE1
121
+ bool "CORE 1"
122
+ config ARDUINO_UDP_RUN_NO_AFFINITY
123
+ bool "BOTH"
124
+ depends on !CONFIG_FREERTOS_UNICORE
125
+
126
+ endchoice
127
+
124
128
config ARDUINO_UDP_RUNNING_CORE
125
129
int
126
130
default 0 if ARDUINO_UDP_RUN_CORE0
0 commit comments