Commit Graph

13 Commits (82fb90c4160c5432a8fb48c6faa3b45724acf45b)

Author SHA1 Message Date
Richard Barry e3276fc282 Change version numbers to V7.1.0. 13 years ago
Richard Barry 000b4ba783 Remove all printf() statements from Kinetis demo as they prevent the code running when the debugger is not attached. 13 years ago
Richard Barry 93e72e5036 Correct the prototype of the function call vApplicationStackOverflowHook(). 13 years ago
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
Richard Barry cc61126025 Update headers for the FreeRTOS V7.0.2 release. 14 years ago
Richard Barry 9beca8b1b1 14 years ago
Richard Barry ad57e919b5 Minor typo in comment corrected in the Kinetis main-full.c. 14 years ago
Richard Barry a089537b02 Comment K60 demo code, ready for release. 14 years ago
Richard Barry dcb8df1fce Get web server and run time stats working in the Kinetis K60 demo. 14 years ago
Richard Barry 326b6a2c95 Ethernet working in the Kinetis K60 demo. 14 years ago
Richard Barry 9d181af847 Add Full build configuration to the Kinetis demo. Still a work in progress. 14 years ago
Richard Barry 862f99832d Start creating the K60 demo directory structure. 14 years ago
Richard Barry d0e8c36aa2 Start creating the K60 demo directory structure. 14 years ago