Skip to content

Commit 583d696

Browse files
committed
rp2350 freRTOS
1 parent 88e83f4 commit 583d696

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pico_w/wifi/freertos/FreeRTOSConfig_examples_common.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ to exclude the API function. */
150150
#define INCLUDE_xTaskResumeFromISR 1
151151
#define INCLUDE_xQueueGetMutexHolder 1
152152

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+
153161
/* A header file that defines trace macro can be included here. */
154162

155163
#endif /* FREERTOS_CONFIG_H */

0 commit comments

Comments
 (0)