FreeRTOS-Kernel/FreeRTOS/Source/portable
Richard Barry e10647f9c0 Increase the test coverage of the GCC MPU demo that runs in the Keil simulator.
Add an MPU demo that uses the Keil simulator that also uses the Keil compiler.
Correct a few version numbers for files recently added to the repository.
2016-05-18 19:51:14 +00:00
..
BCC/16BitDOS Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
CCS xTaskGetTaskHandle() changed to xTaskGetHandle(). 2016-04-15 11:48:07 +00:00
CodeWarrior Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Common Increase the test coverage of the GCC MPU demo that runs in the Keil simulator. 2016-05-18 19:51:14 +00:00
GCC Add GCC ARM Cortex-M4F MPU port. 2016-05-18 10:41:28 +00:00
IAR Update the MPU port so it supports all the public functions found in V9.0.0rc2. 2016-04-20 15:42:34 +00:00
Keil Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
MemMang Update some more standard demos for use on 64-bit architectures. 2016-05-06 12:40:27 +00:00
MikroC/ARM_CM4F Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools. 2016-04-25 17:24:54 +00:00
MPLAB Update the MPU port so it supports all the public functions found in V9.0.0rc2. 2016-04-20 15:42:34 +00:00
MSVC-MingW Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project that runs in the Keil simulator to allow development and testing. 2016-04-18 10:49:24 +00:00
oWatcom/16BitDOS Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Paradigm/Tern_EE Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Renesas Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Rowley Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
RVDS Add GCC ARM Cortex-M4F MPU port. 2016-05-18 10:41:28 +00:00
SDCC/Cygnal Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Softune Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
Tasking/ARM_CM4F xTaskGetTaskHandle() changed to xTaskGetHandle(). 2016-04-15 11:48:07 +00:00
WizC/PIC18 Update version number to 9.0.0rc2. 2016-03-30 12:20:36 +00:00
readme.txt Core kernel code changes: 2016-02-14 11:58:11 +00:00

Each real time kernel port consists of three files that contain the core kernel
components and are common to every port, and one or more files that are
specific to a particular microcontroller and/or compiler.


+ The FreeRTOS/Source/Portable/MemMang directory contains the five sample
memory allocators as described on the http://www.FreeRTOS.org WEB site.

+ The other directories each contain files specific to a particular
microcontroller or compiler, where the directory name denotes the compiler
specific files the directory contains.



For example, if you are interested in the [compiler] port for the [architecture]
microcontroller, then the port specific files are contained in
FreeRTOS/Source/Portable/[compiler]/[architecture] directory.  If this is the
only port you are interested in then all the other directories can be
ignored.