Skip to content

Commit

Permalink
Dont use configRUN_FREERTOS_SECURE_ONLY for s3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Nov 11, 2024
1 parent c8371e1 commit 492e3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/silabs/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */

#define configENABLE_FPU 1
#define configENABLE_MPU 0
#ifndef _SILICON_LABS_32B_SERIES_3
/* FreeRTOS Secure Side Only and TrustZone Security Extension */
#define configRUN_FREERTOS_SECURE_ONLY 1
#endif
#define configENABLE_TRUSTZONE 0
/* FreeRTOS MPU specific definitions. */
#define configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS (0)
Expand Down

0 comments on commit 492e3b9

Please sign in to comment.