FreeRTOS

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:373KB
下载次数:0
上传日期:2018-06-11 16:10:44
上 传 者xianwei_yang
说明:  一个基于单板设备的小型操作系统,没有内存管理
(A small operating system based on a single board device without memory management.)

文件列表:
FreeRTOS (0, 2016-02-26)
FreeRTOS\License (0, 2016-02-26)
FreeRTOS\License\license.txt (20768, 2015-03-25)
FreeRTOS\Quick_Start_Guide.url (144, 2015-03-25)
FreeRTOS\Source (0, 2016-02-26)
FreeRTOS\Source\CMSIS_RTOS (0, 2016-02-26)
FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c (44272, 2015-03-27)
FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h (47960, 2015-03-27)
FreeRTOS\Source\croutine.c (15767, 2015-03-25)
FreeRTOS\Source\event_groups.c (23992, 2015-03-25)
FreeRTOS\Source\include (0, 2016-02-26)
FreeRTOS\Source\include\FreeRTOS.h (26154, 2015-03-25)
FreeRTOS\Source\include\FreeRTOSConfig_template.h (8306, 2015-03-27)
FreeRTOS\Source\include\StackMacros.h (9444, 2015-03-25)
FreeRTOS\Source\include\croutine.h (29129, 2015-03-25)
FreeRTOS\Source\include\deprecated_definitions.h (10164, 2015-03-25)
FreeRTOS\Source\include\event_groups.h (29345, 2015-03-25)
FreeRTOS\Source\include\list.h (21066, 2015-03-25)
FreeRTOS\Source\include\mpu_wrappers.h (7712, 2015-03-25)
FreeRTOS\Source\include\portable.h (8490, 2015-03-25)
FreeRTOS\Source\include\projdefs.h (5249, 2015-03-25)
FreeRTOS\Source\include\queue.h (63013, 2015-03-25)
FreeRTOS\Source\include\semphr.h (34105, 2015-03-25)
FreeRTOS\Source\include\task.h (84186, 2015-03-25)
FreeRTOS\Source\include\timers.h (54402, 2015-03-25)
FreeRTOS\Source\list.c (10989, 2015-03-25)
FreeRTOS\Source\portable (0, 2016-02-26)
FreeRTOS\Source\portable\GCC (0, 2016-02-26)
FreeRTOS\Source\portable\GCC\ARM_CM0 (0, 2016-02-26)
FreeRTOS\Source\portable\GCC\ARM_CM0\port.c (21741, 2015-03-27)
FreeRTOS\Source\portable\GCC\ARM_CM0\portmacro.h (7206, 2015-03-27)
FreeRTOS\Source\portable\GCC\ARM_CM3 (0, 2016-02-26)
FreeRTOS\Source\portable\GCC\ARM_CM3\port.c (29216, 2015-03-27)
FreeRTOS\Source\portable\GCC\ARM_CM3\portmacro.h (8987, 2015-03-25)
FreeRTOS\Source\portable\GCC\ARM_CM3_MPU (0, 2016-02-26)
FreeRTOS\Source\portable\GCC\ARM_CM3_MPU\port.c (46217, 2015-03-25)
FreeRTOS\Source\portable\GCC\ARM_CM3_MPU\portmacro.h (9186, 2015-03-25)
FreeRTOS\Source\portable\GCC\ARM_CM4F (0, 2016-02-26)
FreeRTOS\Source\portable\GCC\ARM_CM4F\port.c (30041, 2015-03-27)
... ...

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 directory contains the three files that are common to every port - list.c, queue.c and tasks.c. The kernel is contained within these three files. croutine.c implements the optional co-routine functionality - which is normally only used on very memory limited systems. + The FreeRTOS/Source/Portable directory contains the files that are specific to a particular microcontroller and or compiler. + The FreeRTOS/Source/include directory contains the real time kernel header files. See the readme file in the FreeRTOS/Source/Portable directory for more information.

近期下载者

相关文件


收藏者