]> begriffs open source - freertos/commit
Complete the new comtest_strings.c file.
authorRichard Barry <ribarry@amazon.com>
Mon, 20 Jun 2011 19:40:50 +0000 (19:40 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 20 Jun 2011 19:40:50 +0000 (19:40 +0000)
commit41080613169150ae9e995effeae6821e5c49a146
tree08cb093c6152d69aa451f1d92b8893b562175c44
parenta4de9fa8f60a48421de2e00a90e266f0403b309a
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.
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/.cproject
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/comtest_strings.c
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/port.c
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portasm.S
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h
Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/serial.c