mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/6201/head
parent
cdb2ec21c1
commit
c37f25a090
|
@ -54,4 +54,7 @@
|
|||
# define OS_PRIVILEGE_MODE 0
|
||||
#endif
|
||||
|
||||
#define OS_IDLE_THREAD_TZ_MOD_ID 1
|
||||
#define OS_TIMER_THREAD_TZ_MOD_ID 1
|
||||
|
||||
#endif /* MBED_RTX_CONF_H */
|
||||
|
|
Loading…
Reference in New Issue