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
Richard Barry 0063b29cdf Prepare for V9.0.0 release.
+ Set flash wait states on MSP432 demos.
+ Remove use of obsolete IO library in PIC32 demos.
+ Remove obsolete item left on stack of first task to run in the Cortex-M0 ports.
+ Correct IA32 GCC vPortExitCritical() implementation when configMAX_API_CALL_INTERRUPT_PRIORITY == portMAX_PRIORITY.
2016-05-19 13:28:12 +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 Prepare for V9.0.0 release. 2016-05-19 13:28:12 +00:00
IAR Prepare for V9.0.0 release. 2016-05-19 13:28:12 +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 Prepare for V9.0.0 release. 2016-05-19 13:28:12 +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.