Add code to assert() if non ISR safe API function is called from ISR in IAR and GCC CM3 and CM4F ports - Keil and tasking to follow.

This commit is contained in:
Richard Barry 2014-06-14 13:56:25 +00:00
parent 4723209074
commit 113220628f
7 changed files with 62 additions and 5 deletions

View file

@ -172,6 +172,7 @@ vPortStartFirstTask
msr msp, r0
/* Call SVC to start the first task. */
cpsie i
cpsie f
dsb
isb
svc 0