wolfssl-freertos/FreeRTOS-Classic/FreeRTOS/Source/portable
Kareem 2f85ce02f1 Update example pvPortRealloc example. 2023-07-19 15:26:48 -07:00
..
BCC/16BitDOS Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
CCS Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
CodeWarrior Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Common Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
GCC Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
IAR Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Keil Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
MPLAB Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
MSVC-MingW Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
MemMang Update example pvPortRealloc example. 2023-07-19 15:26:48 -07:00
MikroC/ARM_CM4F Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Paradigm/Tern_EE Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
RVDS Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Renesas Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Rowley Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
SDCC/Cygnal Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Softune Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
Tasking/ARM_CM4F Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
WizC/PIC18 Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
oWatcom/16BitDOS Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00
readme.txt Intial FreeRTOS v10.0.1 2018-04-11 12:10:58 -07:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.