FreeRTOS-Kernel/portable
Oliver Mueller a4aaf4e1a1
Add configuration include to secure_heap.c
Enables actually changing the size of the secure heal
2024-09-09 21:15:24 +02:00
..
ARMClang
ARMv8M Add configuration include to secure_heap.c 2024-09-09 21:15:24 +02:00
BCC/16BitDOS
CCRH/F1Kx Add CC-RH port for Renesas F1Kx devices (#1100) 2024-08-09 11:21:21 +05:30
CCS Remove hardware dependence in portmacros.h (#1112) 2024-08-19 11:31:30 +05:30
CodeWarrior
Common Update config macro for xTaskGetCurrentTaskHandle (#1136) 2024-09-04 15:01:42 +05:30
GCC Fix IA32 compilation with common IRQ entry disabled (#1137) 2024-09-09 12:54:38 +05:30
IAR Remove hardware dependence in portmacros.h (#1112) 2024-08-19 11:31:30 +05:30
Keil
MemMang Add heap protector to allocted heap blocks (#1125) 2024-08-20 18:34:43 +05:30
MikroC/ARM_CM4F Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
MPLAB
MSVC-MingW Pend a yield in portPRE_TASK_DELETE_HOOK (#1132) 2024-08-29 08:51:35 -07:00
oWatcom/16BitDOS
Paradigm/Tern_EE
Renesas
Rowley
RVDS Update broken links in readme and comments (#1110) 2024-08-05 16:00:47 +05:30
SDCC/Cygnal
Softune
Tasking/ARM_CM4F
template Add Noreturn attribute in template port for static analysis (#1060) 2024-05-16 21:11:05 +05:30
ThirdParty Add portMEMORY_BARRIER defination to fix over-optimization in xTaskResumeAll. (#1116) 2024-08-12 17:06:47 +05:30
WizC/PIC18
CMakeLists.txt Update CMakeLists.txt to proper name for the ports (#1129) 2024-08-22 10:03:58 +05:30
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.