Skip to content

Commit 9fa0a52

Browse files
author
Deepika
committed
Default values for Trustzone Idle/Timer thread updated
Default value for timer/idle thread trustzone identifier is 0, updated it to 1 to allow threads to access secure functions when timer is secure device.
1 parent 4e89c92 commit 9fa0a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rtos/TARGET_CORTEX/mbed_rtx_conf.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@
5454
# define OS_PRIVILEGE_MODE 0
5555
#endif
5656

57+
#define OS_IDLE_THREAD_TZ_MOD_ID 1
58+
#define OS_TIMER_THREAD_TZ_MOD_ID 1
59+
5760
#endif /* MBED_RTX_CONF_H */

0 commit comments

Comments
 (0)