Richard Barry 75ffac21d7 Changes to core code and port layer:
+ Add configASSERT() into ARM Cortex-M ports to check the number of priority
      bit settings.
    + Clear the 'control' register before starting ARM Cortex-M4F ports in case
      the FPU is used before the scheduler is started.  This just saves a few
      bytes on the main stack as it prevents space being left for a later save
      of FPU registers.
    + Added xSemaphoreGetMutexHolderFromISR().
    + Corrected use of portNVIC_PENDSVSET to portNVIC_PENDSVSET_BIT in MPU ports.
2016-08-16 11:38:58 +00:00
..
2016-05-20 18:05:46 +00:00
2015-12-08 20:22:58 +00:00
2016-05-20 18:05:46 +00:00
2015-12-08 20:22:58 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +00:00
2016-05-20 18:05:46 +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.