FreeRTOS-Kernel/Demo/CORTEX_Kinetis_K60_Tower_IAR
Richard Barry b8c1195c40 Added: /* This is called from the context switch, so will be called from a
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.
2011-11-13 21:13:26 +00:00
..
Freescale_Code Get web server and run time stats working in the Kinetis K60 demo. 2011-07-10 21:10:11 +00:00
webserver Update headers for the FreeRTOS V7.0.2 release. 2011-09-20 18:22:39 +00:00
FreeRTOSConfig.h Update headers for the FreeRTOS V7.0.2 release. 2011-09-20 18:22:39 +00:00
main-full.c Added: /* This is called from the context switch, so will be called from a 2011-11-13 21:13:26 +00:00
main_blinky.c Update headers for the FreeRTOS V7.0.2 release. 2011-09-20 18:22:39 +00:00
ParTest.c Update headers for the FreeRTOS V7.0.2 release. 2011-09-20 18:22:39 +00:00
RTOSDemo.ewd Comment K60 demo code, ready for release. 2011-07-11 12:06:57 +00:00
RTOSDemo.ewp 2011-07-23 21:12:53 +00:00
RTOSDemo.eww Start creating the K60 demo directory structure. 2011-07-08 08:57:54 +00:00
uIP_Task.c Update headers for the FreeRTOS V7.0.2 release. 2011-09-20 18:22:39 +00:00