Microblaze: Add a port optimised task selection implementation to the Microblaze port.

Windows port:  Add code to ensure Windows threads are truely suspended before resuming another thread.
Typo correction to the task notification standard demo task.
Correct case of some include file names to fix build issues on Linux.
This commit is contained in:
Richard Barry 2015-06-24 15:10:03 +00:00
parent cfb8223232
commit 8a1450effc
32 changed files with 156 additions and 4410 deletions

View file

@ -185,7 +185,8 @@ int main( void )
/* Start the trace recording - the recording is written to a file if
configASSERT() is called. */
printf( "\r\nTrace started. Hit a key to dump trace file to disk.\r\n" );
printf( "\r\nTrace started.\r\nThe trace will be dumped to disk if a call to configASSERT() fails.\r\n" );
printf( "Uncomment the call to kbhit() in this file to also dump trace with a key press.\r\n" );
uiTraceStart();
/* The mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is described at the top