mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Add extra debug comment into list.c.
This commit is contained in:
parent
1cfb7b77e5
commit
e6903dac61
2 changed files with 1306 additions and 1 deletions
|
@ -161,7 +161,8 @@ portTickType xValueOfInsertion;
|
|||
interrupt priories, which can seem counter intuitive. See
|
||||
configMAX_SYSCALL_INTERRUPT_PRIORITY on http://www.freertos.org/a00110.html
|
||||
3) Calling an API function from within a critical section or when
|
||||
the scheduler is suspended.
|
||||
the scheduler is suspended, or calling an API function that does
|
||||
not end in "FromISR" from an interrupt.
|
||||
4) Using a queue or semaphore before it has been initialised or
|
||||
before the scheduler has been started (are interrupts firing
|
||||
before vTaskStartScheduler() has been called?).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue