mbed-os/features/FEATURE_UVISOR/targets
Milosch Meriac 5d6c316597 uVisor: Enforce thread switch atomicity
The system hook thread_switch gets called both through the SVC and
though the PendSV, which can get interrupted by the SVC.
Since calls to the uVisor API are not re-entrant, we need to wrap this
function in an atomic section to prevent faults.
2016-09-26 23:09:36 -07:00
..
TARGET_UVISOR_SUPPORTED uVisor: Enforce thread switch atomicity 2016-09-26 23:09:36 -07:00
TARGET_UVISOR_UNSUPPORTED Add initial uvisor release library 2016-06-10 17:01:29 +01:00