mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-04 18:52:31 -05:00
critical section. xTaskGetTickCountFromISR() contains its own critical section, and the ISR safe critical sections are not designed to nest, so reset the critical section. */ portSET_INTERRUPT_MASK_FROM_ISR(); in main.c. |
||
|---|---|---|
| .. | ||
| Freescale_Code | ||
| webserver | ||
| FreeRTOSConfig.h | ||
| main-full.c | ||
| main_blinky.c | ||
| ParTest.c | ||
| RTOSDemo.ewd | ||
| RTOSDemo.ewp | ||
| RTOSDemo.eww | ||
| uIP_Task.c | ||