FreeRTOS-Kernel/portable
David Chalco 3604527e3b
Update version number to 10.4.1 ()
..
ARMClang Re-sync with upstream and stripping away none kernel related.
ARMv8M Update version number to 10.4.1 ()
BCC/16BitDOS Update version number to 10.4.1 ()
CCS Update version number to 10.4.1 ()
CodeWarrior Update version number to 10.4.1 ()
Common Update version number to 10.4.1 ()
GCC Update version number to 10.4.1 ()
IAR Update version number to 10.4.1 ()
Keil Re-sync with upstream and stripping away none kernel related.
MPLAB Update version number to 10.4.1 ()
MSVC-MingW Update version number to 10.4.1 ()
MemMang Update version number to 10.4.1 ()
MikroC/ARM_CM4F Update version number to 10.4.1 ()
Paradigm/Tern_EE Update version number to 10.4.1 ()
RVDS Update version number to 10.4.1 ()
Renesas Update version number to 10.4.1 ()
Rowley Update version number to 10.4.1 ()
SDCC/Cygnal Update version number to 10.4.1 ()
Softune Update version number to 10.4.1 ()
Tasking/ARM_CM4F Update version number to 10.4.1 ()
ThirdParty Update version number to 10.4.1 ()
WizC/PIC18 Update version number to 10.4.1 ()
oWatcom/16BitDOS Update version number to 10.4.1 ()
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.