kernel_v10.4.1
rtos 

所属分类:单片机开发
开发工具:C/C++
文件大小:2092KB
下载次数:0
上传日期:2021-02-03 08:59:44
上 传 者HOOK2021
说明:  RTOS的源码和使用手册,比较详细的介绍了使用的API和注意点.
(source code and usermanual)

文件列表:
kernel_v10.4.1 (0, 2020-11-07)
kernel_v10.4.1\croutine.c (16081, 2020-09-23)
kernel_v10.4.1\event_groups.c (31884, 2020-09-23)
kernel_v10.4.1\include (0, 2020-11-07)
kernel_v10.4.1\include\atomic.h (13224, 2020-09-23)
kernel_v10.4.1\include\croutine.h (28782, 2020-09-23)
kernel_v10.4.1\include\deprecated_definitions.h (7763, 2020-09-23)
kernel_v10.4.1\include\event_groups.h (31893, 2020-09-23)
kernel_v10.4.1\include\FreeRTOS.h (46744, 2020-09-23)
kernel_v10.4.1\include\list.h (19717, 2020-09-23)
kernel_v10.4.1\include\message_buffer.h (38719, 2020-09-23)
kernel_v10.4.1\include\mpu_prototypes.h (18234, 2020-09-23)
kernel_v10.4.1\include\mpu_wrappers.h (11446, 2020-09-23)
kernel_v10.4.1\include\portable.h (9191, 2020-09-23)
kernel_v10.4.1\include\projdefs.h (6360, 2020-09-23)
kernel_v10.4.1\include\queue.h (65354, 2020-09-23)
kernel_v10.4.1\include\semphr.h (49588, 2020-09-23)
kernel_v10.4.1\include\StackMacros.h (1570, 2020-09-23)
kernel_v10.4.1\include\stack_macros.h (8431, 2020-09-23)
kernel_v10.4.1\include\stream_buffer.h (39640, 2020-09-23)
kernel_v10.4.1\include\task.h (135025, 2020-09-23)
kernel_v10.4.1\include\timers.h (62761, 2020-09-23)
kernel_v10.4.1\lexicon.txt (31437, 2020-09-23)
kernel_v10.4.1\list.c (9694, 2020-09-23)
kernel_v10.4.1\portable (0, 2020-11-07)
kernel_v10.4.1\portable\ARMClang (0, 2020-11-07)
kernel_v10.4.1\portable\ARMClang\Use-the-GCC-ports.txt (163, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\copy_files.py (3995, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M\non_secure (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\non_secure\port.c (51301, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23 (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23\portasm.c (25540, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23\portmacro.h (13117, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23_NTZ (0, 2020-11-07)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23_NTZ\portasm.c (19641, 2020-09-23)
kernel_v10.4.1\portable\ARMv8M\non_secure\portable\GCC\ARM_CM23_NTZ\portmacro.h (13117, 2020-09-23)
... ...

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.

近期下载者

相关文件


收藏者