FreeRTOS-Kernel/portable
Soren Ptak cb196ddbb1
Revert Portable/WizC Formatting (#888)
* Revert formatting on WizC ports

* Fix spelling mistakes

---------

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
2023-11-23 17:34:07 +05:30
..
ARMClang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARMv8M Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
BCC/16BitDOS CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
CCS Revert formatting on CCS port files (#881) 2023-11-23 15:39:09 +05:30
CodeWarrior Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
Common Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
GCC Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
IAR Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
Keil Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MemMang CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
MikroC/ARM_CM4F Revert the formatting changes on MikroC ports. (#882) 2023-11-23 15:50:15 +05:30
MPLAB Revert Portable/MPLAB Formatting (#883) 2023-11-23 15:59:40 +05:30
MSVC-MingW CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
oWatcom/16BitDOS CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
Paradigm/Tern_EE CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
Renesas CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
Rowley Revert formatting on Rowley ports (#884) 2023-11-23 16:23:55 +05:30
RVDS Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
SDCC/Cygnal Revert formatting on SDCC ports (#885) 2023-11-23 16:44:36 +05:30
Softune Revert Portable/Softune Formatting (#886) 2023-11-23 17:09:28 +05:30
Tasking/ARM_CM4F Revert formatting on Tasking ports (#887) 2023-11-23 17:21:23 +05:30
template Update example cmake project path (#851) 2023-10-23 14:50:41 +05:30
ThirdParty bugfix: correct computation of stack size on Mac Posix port (#816) 2023-10-03 11:30:33 +05:30
WizC/PIC18 Revert Portable/WizC Formatting (#888) 2023-11-23 17:34:07 +05:30
CMakeLists.txt aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) 2023-10-31 10:06:39 +05:30
readme.txt Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00

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.