FreeRTOS-Kernel/portable
Florian La Roche f4f2e1596b
Fix gcc warning in posix port (#1098)
Fix warning from "gcc -Wsign-compare" in the file
portable/ThirdParty/GCC/Posix/port.c since PTHREAD_STACK_MIN
is used from system headers.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
2024-06-29 11:20:45 -04:00
..
ARMClang
ARMv8M fix typo gab -> gap and adjust indentation level (#1097) 2024-06-29 11:37:15 +05:30
BCC/16BitDOS
CCS
CodeWarrior
Common Add Stream Batching Buffer (#916) 2024-04-17 20:24:00 +05:30
GCC fix typo gab -> gap and adjust indentation level (#1097) 2024-06-29 11:37:15 +05:30
IAR fix typo gab -> gap and adjust indentation level (#1097) 2024-06-29 11:37:15 +05:30
Keil
MemMang fix typo gab -> gap and adjust indentation level (#1097) 2024-06-29 11:37:15 +05:30
MikroC/ARM_CM4F
MPLAB
MSVC-MingW Add missing Extern "C" to MSVC portmacro.h 2024-05-29 14:03:51 -07:00
oWatcom/16BitDOS
Paradigm/Tern_EE
Renesas
Rowley
RVDS
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 Fix gcc warning in posix port (#1098) 2024-06-29 11:20:45 -04:00
WizC/PIC18
CMakeLists.txt Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045) 2024-04-29 20:51:35 +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.