You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
13 years ago
..
Freescale_Code Get web server and run time stats working in the Kinetis K60 demo. 14 years ago
webserver Update headers for the FreeRTOS V7.0.2 release. 14 years ago
FreeRTOSConfig.h Update headers for the FreeRTOS V7.0.2 release. 14 years ago
ParTest.c Update headers for the FreeRTOS V7.0.2 release. 14 years ago
RTOSDemo.ewd Comment K60 demo code, ready for release. 14 years ago
RTOSDemo.ewp 14 years ago
RTOSDemo.eww Start creating the K60 demo directory structure. 14 years ago
main-full.c Added: /* This is called from the context switch, so will be called from a 13 years ago
main_blinky.c Update headers for the FreeRTOS V7.0.2 release. 14 years ago
uIP_Task.c Update headers for the FreeRTOS V7.0.2 release. 14 years ago