You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bazel/config/BUILD.bazel
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,17 @@ string_flag(
151
151
],
152
152
)
153
153
154
+
# PICO_BAZEL_CONFIG: PICO_ASYNC_CONTEXT_IMPL, The default implementation for pico_async_context to link, type=string, default=threadsafe_background, group=build
155
+
string_flag(
156
+
name="PICO_ASYNC_CONTEXT_IMPL",
157
+
build_setting_default="threadsafe_background",
158
+
values= [
159
+
"poll",
160
+
"threadsafe_background",
161
+
"freertos",
162
+
],
163
+
)
164
+
154
165
# PICO_BAZEL_CONFIG: PICO_BINARY_INFO_ENABLED, Whether to include binary info in final firmware, type=bool, default=1, group=pico_stdlib
0 commit comments