test_freertos

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:3067KB
下载次数:3
上传日期:2018-11-30 11:50:01
上 传 者爱生活爱圈圈
说明:  简单的freertos系统移植源码。stm32f103模板上移植的基础freertos系统。
(imple Freertos System Porting Source Code)

文件列表:
test_freertos\APP\beep\beep.c (508, 2017-03-17)
test_freertos\APP\beep\beep.h (260, 2017-03-17)
test_freertos\APP\key\key.c (1923, 2017-03-20)
test_freertos\APP\key\key.h (941, 2017-03-20)
test_freertos\APP\led\led.c (1000, 2018-11-23)
test_freertos\APP\led\led.h (428, 2018-11-21)
test_freertos\DebugConfig\Target_1_STM32F103ZE_1.0.0.dbgconf (6956, 2015-12-10)
test_freertos\JLinkLog.txt (33641, 2018-11-22)
test_freertos\JLinkSettings.ini (690, 2018-11-21)
test_freertos\keilkilll.bat (399, 2011-04-23)
test_freertos\Libraries\CMSIS\core_cm3.c (17273, 2010-06-07)
test_freertos\Libraries\CMSIS\core_cm3.h (85714, 2011-02-09)
test_freertos\Libraries\CMSIS\startup_stm32f10x_hd.s (15605, 2018-11-21)
test_freertos\Libraries\CMSIS\system_stm32f10x.c (36557, 2011-03-10)
test_freertos\Libraries\CMSIS\system_stm32f10x.h (2085, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h (8982, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h (21690, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h (7555, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h (27559, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h (6573, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h (2162, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h (15233, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h (3818, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h (20754, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h (6824, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h (25445, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h (27016, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h (20175, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h (30029, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h (3828, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h (4383, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h (30452, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h (3857, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h (21863, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h (17725, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h (52427, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h (16548, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h (2966, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c (7046, 2011-03-10)
test_freertos\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c (47201, 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.

近期下载者

相关文件


收藏者