FreeRTOS-RISCV/FreeRTOSv10.2.1/FreeRTOS/Source/portable
Eyck Jentzsch 4d8973e20b Initial version 2019-06-28 23:08:36 +02:00
..
ARMv8M Initial version 2019-06-28 23:08:36 +02:00
BCC/16BitDOS Initial version 2019-06-28 23:08:36 +02:00
CCS Initial version 2019-06-28 23:08:36 +02:00
CodeWarrior Initial version 2019-06-28 23:08:36 +02:00
Common Initial version 2019-06-28 23:08:36 +02:00
GCC Initial version 2019-06-28 23:08:36 +02:00
IAR Initial version 2019-06-28 23:08:36 +02:00
Keil Initial version 2019-06-28 23:08:36 +02:00
MPLAB Initial version 2019-06-28 23:08:36 +02:00
MSVC-MingW Initial version 2019-06-28 23:08:36 +02:00
MemMang Initial version 2019-06-28 23:08:36 +02:00
MikroC/ARM_CM4F Initial version 2019-06-28 23:08:36 +02:00
Paradigm/Tern_EE Initial version 2019-06-28 23:08:36 +02:00
RVDS Initial version 2019-06-28 23:08:36 +02:00
Renesas Initial version 2019-06-28 23:08:36 +02:00
Rowley Initial version 2019-06-28 23:08:36 +02:00
SDCC/Cygnal Initial version 2019-06-28 23:08:36 +02:00
Softune Initial version 2019-06-28 23:08:36 +02:00
Tasking/ARM_CM4F Initial version 2019-06-28 23:08:36 +02:00
ThirdParty Initial version 2019-06-28 23:08:36 +02:00
WizC/PIC18 Initial version 2019-06-28 23:08:36 +02:00
oWatcom/16BitDOS Initial version 2019-06-28 23:08:36 +02:00
readme.txt Initial version 2019-06-28 23:08:36 +02:00

readme.txt

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.