FreeRTOS-Kernel/portable
Joseph Julicher ddd50d9a80
added portPOINTER_SIZE_TYPE and SIZE_MAX definition to PIC24/dsPIC port ()
* added portPOINTER_SIZE_TYPE definition to PIC24/dsPIC port

* Added SIZE_MAX definition to PIC24/dsPIC33
..
ARMClang Normalize line endings and whitespace in source files
ARMv8M Cortex-M35P: Add Cortex-M35P port ()
BCC/16BitDOS Added support of 64bit events. ()
CCS Interrupt priority assert improvements for CM3/4/7 ()
CodeWarrior Added support of 64bit events. ()
Common Normalize line endings and whitespace in source files
GCC Interrupt priority assert improvements for CM3/4/7 ()
IAR Interrupt priority assert improvements for CM3/4/7 ()
Keil Normalize line endings and whitespace in source files
MPLAB added portPOINTER_SIZE_TYPE and SIZE_MAX definition to PIC24/dsPIC port ()
MSVC-MingW Do not call exit() on MSVC Port when calling vPortEndScheduler ()
MemMang Feature/fixing clang gnu compiler warnings ()
MikroC/ARM_CM4F Interrupt priority assert improvements for CM3/4/7 ()
Paradigm/Tern_EE Added support of 64bit events. ()
RVDS Interrupt priority assert improvements for CM3/4/7 ()
Renesas Added support of 64bit events. ()
Rowley Added support of 64bit events. ()
SDCC/Cygnal Added support of 64bit events. ()
Softune Added support of 64bit events. ()
Tasking/ARM_CM4F Interrupt priority assert improvements for CM3/4/7 ()
ThirdParty Add Thread Local Storage (TLS) support using Picolibc functions ()
WizC/PIC18 Added support of 64bit events. ()
oWatcom/16BitDOS Added support of 64bit events. ()
CMakeLists.txt Cortex-M35P: Add Cortex-M35P port ()
readme.txt Normalize line endings and whitespace in source files

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 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.