FreeRTOS-Kernel/portable
Joseph Julicher 736f2302ae
deprecating the mcf5235 port ()
..
ARMClang Re-sync with upstream and stripping away none kernel related.
ARMv8M Wrap macros in do { ... } while( 0 ) ()
BCC/16BitDOS [AUTO][RELEASE]: Bump file header version to "10.4.3"
CCS Wrap macros in do { ... } while( 0 ) ()
CodeWarrior Wrap macros in do { ... } while( 0 ) ()
Common [AUTO][RELEASE]: Bump file header version to "10.4.3"
GCC deprecating the mcf5235 port ()
IAR Wrap macros in do { ... } while( 0 ) ()
Keil Re-sync with upstream and stripping away none kernel related.
MPLAB Wrap macros in do { ... } while( 0 ) ()
MSVC-MingW [AUTO][RELEASE]: Bump file header version to "10.4.3"
MemMang [kernel & MemMang] use space to replace tab and remove meaningless space in the end of each line ()
MikroC/ARM_CM4F Wrap macros in do { ... } while( 0 ) ()
Paradigm/Tern_EE [AUTO][RELEASE]: Bump file header version to "10.4.3"
RVDS Wrap macros in do { ... } while( 0 ) ()
Renesas Wrap macros in do { ... } while( 0 ) ()
Rowley Wrap macros in do { ... } while( 0 ) ()
SDCC/Cygnal [AUTO][RELEASE]: Bump file header version to "10.4.3"
Softune [AUTO][RELEASE]: Bump file header version to "10.4.3"
Tasking/ARM_CM4F [AUTO][RELEASE]: Bump file header version to "10.4.3"
ThirdParty Wrap macros in do { ... } while( 0 ) ()
WizC/PIC18 [AUTO][RELEASE]: Bump file header version to "10.4.3"
oWatcom/16BitDOS [AUTO][RELEASE]: Bump file header version to "10.4.3"
readme.txt Style: Change FreeRTOS websites in comments ()

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 https://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.