template_freeRTOS

所属分类:处理器开发
开发工具:C/C++
文件大小:4271KB
下载次数:4
上传日期:2015-11-24 20:45:02
上 传 者wantchooseant
说明:  基于MDK为stm32f103设置的freeRTOS的示例工程,其中主函数包含一个控制GPIO的示例,可以作为进一步开发的模板。
(a template project based on MDK generated for stm32f103 with freeRTOS.)

文件列表:
proj1\CMSIS\core_cm3.c (17273, 2010-06-07)
proj1\CMSIS\core_cm3.h (85714, 2011-02-09)
proj1\CMSIS\stm32f10x.h (633941, 2011-03-10)
proj1\CMSIS\system_stm32f10x.c (36557, 2011-03-10)
proj1\CMSIS\system_stm32f10x.h (2085, 2011-03-10)
proj1\Headers\FreeRTOSConfig.h (6133, 2015-10-16)
proj1\Headers\stm32f10x_conf.h (3307, 2015-11-07)
proj1\Headers\stm32f10x_ip_dbg.h (1781, 2015-11-07)
proj1\Headers\stm32f10x_it.h (2086, 2011-04-04)
proj1\Libraries\inc\misc.h (8982, 2011-03-10)
proj1\Libraries\inc\stm32f10x_adc.h (21690, 2011-03-10)
proj1\Libraries\inc\stm32f10x_bkp.h (7555, 2011-03-10)
proj1\Libraries\inc\stm32f10x_can.h (27559, 2011-03-10)
proj1\Libraries\inc\stm32f10x_cec.h (6573, 2011-03-10)
proj1\Libraries\inc\stm32f10x_crc.h (2162, 2011-03-10)
proj1\Libraries\inc\stm32f10x_dac.h (15233, 2011-03-10)
proj1\Libraries\inc\stm32f10x_dbgmcu.h (3818, 2011-03-10)
proj1\Libraries\inc\stm32f10x_dma.h (20754, 2011-03-10)
proj1\Libraries\inc\stm32f10x_exti.h (6824, 2011-03-10)
proj1\Libraries\inc\stm32f10x_flash.h (25445, 2011-03-10)
proj1\Libraries\inc\stm32f10x_fsmc.h (27016, 2011-03-10)
proj1\Libraries\inc\stm32f10x_gpio.h (20175, 2011-03-10)
proj1\Libraries\inc\stm32f10x_i2c.h (30029, 2011-03-10)
proj1\Libraries\inc\stm32f10x_iwdg.h (3828, 2011-03-10)
proj1\Libraries\inc\stm32f10x_pwr.h (4383, 2011-03-10)
proj1\Libraries\inc\stm32f10x_rcc.h (30452, 2011-03-10)
proj1\Libraries\inc\stm32f10x_rtc.h (3857, 2011-03-10)
proj1\Libraries\inc\stm32f10x_sdio.h (21863, 2011-03-10)
proj1\Libraries\inc\stm32f10x_spi.h (17725, 2011-03-10)
proj1\Libraries\inc\stm32f10x_tim.h (52427, 2011-03-10)
proj1\Libraries\inc\stm32f10x_usart.h (16548, 2011-03-10)
proj1\Libraries\inc\stm32f10x_wwdg.h (2966, 2011-03-10)
proj1\Libraries\src\misc.c (7046, 2011-03-10)
proj1\Libraries\src\stm32f10x_adc.c (47201, 2011-03-10)
proj1\Libraries\src\stm32f10x_bkp.c (8463, 2011-03-10)
proj1\Libraries\src\stm32f10x_can.c (45103, 2011-03-10)
proj1\Libraries\src\stm32f10x_cec.c (11656, 2011-03-10)
proj1\Libraries\src\stm32f10x_crc.c (3347, 2011-03-10)
proj1\Libraries\src\stm32f10x_dac.c (19087, 2011-03-10)
proj1\Libraries\src\stm32f10x_dbgmcu.c (5149, 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.

近期下载者

相关文件


收藏者