]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
Add warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig.h header files that configMAX_S...
[freertos] / FreeRTOS / Demo / CORTEX_M4F_Infineon_XMC4500_Tasking / FreeRTOSConfig.h
index b15a25bd0cae9814c63929294dda418c8bd0fc51..ecc22e6645a1127fc72e43479a7a9d99262f16a9 100644 (file)
@@ -154,6 +154,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