FreeRTOS_stm32

所属分类:单片机开发
开发工具:C/C++
文件大小:377KB
下载次数:11
上传日期:2014-09-09 14:45:30
上 传 者edgesoul
说明:  FreeRTOS7.0移植到STM32F10X代码,程序创建4个LED灯任务永远演示FreeRTOS的强大调度功能
(Transplantation of FreeRTOS7.0 into the STM32F10X code, the program to create 4 LED lights will demonstrate the powerful FreeRTOS task scheduling function)

文件列表:
FreeRTOS_stm32_6.3\FreeRTOS\croutine.c (15123, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\croutine.h (28675, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\FreeRTOS.h (15542, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\FreeRTOSConfig.h (5101, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\list.h (13201, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\mpu_wrappers.h (6664, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\portable.h (12032, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\projdefs.h (3778, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\queue.h (44443, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\semphr.h (28280, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\StackMacros.h (8832, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\task.h (46824, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\include\timers.h (44520, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\list.c (8548, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\portable\heap_1.c (5791, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\portable\heap_2.c (10883, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\portable\heap_3.c (4355, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\portable\port.c (10036, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\portable\portmacro.h (5462, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\queue.c (51572, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\tasks.c (81489, 2011-04-09)
FreeRTOS_stm32_6.3\FreeRTOS\timers.c (24866, 2011-04-09)
FreeRTOS_stm32_6.3\Libraries\core_cm3.c (17273, 2010-06-07)
FreeRTOS_stm32_6.3\Libraries\core_cm3.h (85714, 2011-02-09)
FreeRTOS_stm32_6.3\Libraries\inc\misc.h (8982, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_adc.h (21690, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_bkp.h (7555, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_can.h (27559, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_cec.h (6573, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_crc.h (2162, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_dac.h (15233, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_dbgmcu.h (3818, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_dma.h (20754, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_exti.h (6824, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_flash.h (25445, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_fsmc.h (27016, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_gpio.h (20175, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_i2c.h (30029, 2011-03-10)
FreeRTOS_stm32_6.3\Libraries\inc\stm32f10x_iwdg.h (3828, 2011-03-10)
... ...

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.

近期下载者

相关文件


收藏者