You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“page-backed thread heap” -> “static process heap” -> “insecure global heap”
The sample https://github.com/ARMmbed/mbed-os-example-uvisor-thread gives how to specify page-backed thread heap or static process heap as box thread heap. But how to specify insecure global heap as box thread heap even though it is insecure?
The text was updated successfully, but these errors were encountered:
In https://github.com/ARMmbed/uvisor/raw/docs/uvisor-rtos-docs.pdf, it mentions allocation fallback scheme:
The sample https://github.com/ARMmbed/mbed-os-example-uvisor-thread gives how to specify page-backed thread heap or static process heap as box thread heap. But how to specify insecure global heap as box thread heap even though it is insecure?
The text was updated successfully, but these errors were encountered: