Name Date Size #Lines LOC

..--

ARMClang/H06-Mar-2024-32

ARMv8M/H06-Mar-2024-23,86017,452

BCC/16BitDOS/H06-Mar-2024-943401

CCS/H06-Mar-2024-3,2721,564

CodeWarrior/H06-Mar-2024-1,271551

Common/H06-Mar-2024-7,6015,593

GCC/H06-Mar-2024-108,39366,894

IAR/H06-Mar-2024-97,39259,139

Keil/H06-Mar-2024-21

MPLAB/H06-Mar-2024-5,3332,888

MSVC-MingW/H06-Mar-2024-865404

MemMang/H06-Mar-2024-1,786985

MikroC/ARM_CM4F/H06-Mar-2024-1,106524

Paradigm/Tern_EE/H06-Mar-2024-824358

RVDS/H06-Mar-2024-9,6395,315

Renesas/H06-Mar-2024-4,2522,217

Rowley/H06-Mar-2024-496187

SDCC/Cygnal/H06-Mar-2024-539273

Softune/H06-Mar-2024-1,175569

Tasking/ARM_CM4F/H06-Mar-2024-646335

ThirdParty/H06-Mar-2024-19,81810,388

WizC/PIC18/H06-Mar-2024-1,193602

oWatcom/16BitDOS/H06-Mar-2024-1,038446

CMakeLists.txtHD06-Mar-202442.7 KiB1,043808

readme.txtHD06-Mar-2024846 2013

readme.txt

1Each real time kernel port consists of three files that contain the core kernel
2components and are common to every port, and one or more files that are
3specific to a particular microcontroller and/or compiler.
4
5
6+ The FreeRTOS/Source/Portable/MemMang directory contains the five sample
7memory allocators as described on the https://www.FreeRTOS.org WEB site.
8
9+ The other directories each contain files specific to a particular
10microcontroller or compiler, where the directory name denotes the compiler
11specific files the directory contains.
12
13
14
15For example, if you are interested in the [compiler] port for the [architecture]
16microcontroller, then the port specific files are contained in
17FreeRTOS/Source/Portable/[compiler]/[architecture] directory.  If this is the
18only port you are interested in then all the other directories can be
19ignored.
20