Skip to content

Commit 878fbb7

Browse files
Enable FPU support for freeRTOS (project-chip#33443)
1 parent cf2d2bd commit 878fbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/FreeRTOSConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
197197
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 48
198198
#endif // SLI_SI91X_MCU_INTERFACE
199199

200-
#define configENABLE_FPU 0
200+
#define configENABLE_FPU 1
201201
#define configENABLE_MPU 0
202202
/* FreeRTOS Secure Side Only and TrustZone Security Extension */
203203
#define configRUN_FREERTOS_SECURE_ONLY 1

0 commit comments

Comments
 (0)