FreeRTOS-Kernel/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource
Richard Barry 4108061316 Complete the new comtest_strings.c file.
Somewhat optimise the calling of vTaskSwitchContext() from interrupts in the new MicroBlaze port to ensure it does not get called multiple times when more than one peripheral is called from the same interrupt.
2011-06-20 19:40:50 +00:00
..
Demo_Source Complete the new comtest_strings.c file. 2011-06-20 19:40:50 +00:00
FreeRTOS_Source Complete the new comtest_strings.c file. 2011-06-20 19:40:50 +00:00
src Remove the heap used with the new MicroBlaze demo. As heap_2.c is being used, the heap area set up in the linker script is not required. 2011-06-13 14:39:22 +00:00
.cproject Complete the new comtest_strings.c file. 2011-06-20 19:40:50 +00:00
.project Add autogenerated test source code to the new MicroBlaze project. 2011-05-31 18:14:58 +00:00
CreateProjectDirectoryStructure.bat Add the comtest_strings.c and serial.c files - Tx is workings, but both files are still a work in progress. 2011-06-19 13:15:47 +00:00
FreeRTOSConfig.h Update register test tasks to include a manual yield. Include the death tasks in main-full.c. Decrease the RAM allocated to the heap in FreeRTOSConfig.h. 2011-06-13 14:41:18 +00:00
main-blinky.c Add the comtest_strings.c and serial.c files - Tx is workings, but both files are still a work in progress. 2011-06-19 13:15:47 +00:00
main-full.c Add in the comtest test tasks to the MicroBlaze demo. 2011-06-19 21:19:33 +00:00
ParTest.c MicroBlaze projects: Split build configurations into blinky and full. Implement partest.c. Everything still a work in progress. 2011-06-06 21:01:42 +00:00
RegisterTests.c Update register test tasks to include a manual yield. Include the death tasks in main-full.c. Decrease the RAM allocated to the heap in FreeRTOSConfig.h. 2011-06-13 14:41:18 +00:00
serial.c Complete the new comtest_strings.c file. 2011-06-20 19:40:50 +00:00