This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Source/portable
2016-04-20 15:42:34 +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
GCC Update the MPU port so it supports all the public functions found in V9.0.0rc2. 2016-04-20 15:42:34 +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 version number to 9.0.0rc2. 2016-03-30 12:20:36 +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 xTaskGetTaskHandle() changed to xTaskGetHandle(). 2016-04-15 11:48:07 +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.