We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e83f4 commit 583d696Copy full SHA for 583d696
pico_w/wifi/freertos/FreeRTOSConfig_examples_common.h
@@ -150,6 +150,14 @@ to exclude the API function. */
150
#define INCLUDE_xTaskResumeFromISR 1
151
#define INCLUDE_xQueueGetMutexHolder 1
152
153
+#if PICO_RP2350
154
+#define configENABLE_MPU 0
155
+#define configENABLE_TRUSTZONE 0
156
+#define configRUN_FREERTOS_SECURE_ONLY 1
157
+#define configENABLE_FPU 1
158
+#define configMAX_SYSCALL_INTERRUPT_PRIORITY 16
159
+#endif
160
+
161
/* A header file that defines trace macro can be included here. */
162
163
#endif /* FREERTOS_CONFIG_H */
0 commit comments