File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
CORTEX_MPU_M3_MPS2_QEMU_GCC Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ FreeRTOS/Source/tasks.c for limitations. */
93
93
#define configKERNEL_INTERRUPT_PRIORITY ( 255 ) /* All eight bits as QEMU doesn't model the priority bits. */
94
94
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
95
95
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
96
- #define configMAX_SYSCALL_INTERRUPT_PRIORITY ( 5 )
96
+ #define configMAX_SYSCALL_INTERRUPT_PRIORITY ( 4 )
97
97
98
98
/* Use the Cortex-M3 optimised task selection rather than the generic C code
99
99
version. */
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ unsigned long ulGetRunTimeCounterValue( void ); /* Prototype of function that re
121
121
122
122
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
123
123
* See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
124
- #define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
124
+ #define configMAX_SYSCALL_INTERRUPT_PRIORITY 4
125
125
#define configMAC_INTERRUPT_PRIORITY 5
126
126
127
127
/* Prototype for the function used to print out. In this case it prints to the
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ unsigned long ulGetRunTimeCounterValue( void ); /* Prototype of function that re
106
106
107
107
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
108
108
* See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
109
- #define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
109
+ #define configMAX_SYSCALL_INTERRUPT_PRIORITY 4
110
110
#define configMAC_INTERRUPT_PRIORITY 5
111
111
112
112
#define configENFORCE_SYSTEM_CALLS_FROM_KERNEL_ONLY ( 1 )
You can’t perform that action at this time.
0 commit comments