Richard Barry d3e053568d MSP430:
Add additional NOPs as required by hardware manual.

Microblaze:
Previously a task inherited the exception enable state from the context from which xTaskCreate() was called.  Now tasks all have exceptions enabled if they are enabled in the hardware.

Windows/GCC:
Improve the implementation of portGET_HIGHEST_PRIORITY.

Common code:
Simplify the pointer use in xQueueGenericCreate()

Demo apps: 
Remove jpg images that were used to create web pages.
Fix capitalisation issues in some demos where some header files are incldued with the wrong case, preventing building on Linux.
Remove the Microblaze demos that are using obsolete tools.
Update main_blinky for the Windows port demo to include a software timer example.
2015-07-26 16:41:12 +00:00
..
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00
2015-07-26 16:41:12 +00:00

Links to a documentation page for each demo are provided on the following
URL: http://www.freertos.org/a00090.html

Each RTOS port has a demo application to demonstrate it's use.

+ The Demo/Common directory contains the demo application files as described on 
the http://www.FreeRTOS.org WEB site.  Each file creates one or more tasks.
The files in the Demo/Common directory are used by every demo application for
every port.

+ All the other directories contain a project or makefile for the demo
application targeted at a particular microcontroller.  


For example, if you are interested in the ATMega323 demo application for
the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the 
relevant makefile.  The makefile includes files from the Demo/ATMega323 
and the Demo/Common directories.  If this is the only port you are 
interested in then all the other directories can be ignored.