]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
Add warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig.h header files that configMAX_S...
[freertos] / FreeRTOS / Demo / CORTEX_M4F_Infineon_XMC4500_GCC_Atollic / src / FreeRTOSConfig.h
index 90cd91c992fa3efb850b32eb5f547498d3a2f560..ff8e4d762199b77661c09e3ec497d10464325b3a 100644 (file)
@@ -153,6 +153,8 @@ PRIORITY THAN THIS! (higher priorities are lower numeric values. */
 /* Interrupt priorities used by the kernel port layer itself.  These are generic\r
 to all Cortex-M ports, and do not rely on any particular library functions. */\r
 #define configKERNEL_INTERRUPT_PRIORITY                ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
+/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!\r
+See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */\r
 #define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )\r
        \r
 /* Normal assert() semantics without relying on the provision of an assert.h\r