Huaqi Fang 29a1f80b33 OS: cleanup rtos port for n100 пре 1 година
..
GCC 29a1f80b33 OS: cleanup rtos port for n100 пре 1 година
IAR 29a1f80b33 OS: cleanup rtos port for n100 пре 1 година
MemMang 1391b96b2b OS/FreeRTOS: Fix compiler warning reported by clang пре 2 година
port.c 95d873d892 OS: Backup changes to RTOS support пре 2 година
portmacro.h 95d873d892 OS: Backup changes to RTOS support пре 2 година
readme.txt 48ca0ea6f6 misc: Initial commit of Nuclei SDK for Nuclei N/NX processors пре 6 година

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 http://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.