Commit 62f4479
committed
Changes for FreeRTOS library
Ensure all the priority bits are assigned to be preempt priority
bits by calling NVIC_PriorityGroupConfig( NVIC_PriorityGroup_4 );
before the RTOS is started.
See https://www.freertos.org/RTOS-Cortex-M3-M4.html
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>1 parent 6ddb5c6 commit 62f4479
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments