文件名称:stm32_rtthread_v030
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.56mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该文件是RT-Thread STM32的工程模板。
各目录说明如下:
1. Applications:应用文档
- 包含了main文件, 中断处理文件, 系统配置文件
2. Compiler:编译器文档
- 目前提供了 RealView MDK 的工程模板
3. Documents:文档说明,
- 提供模板使用教程
- 提供了模板版本说明
- 提供了模板分层说明,请重点阅读!!!
- 提供 doxygen 注释风格的模板,说明,软件
4. Drivers:PCB板级驱动文档
- 如按键、EEPROM、模拟I2C等等
- 该层要能对上屏蔽掉最底层 Libraries
这样起到承上启下的作用,方便跨平台移植
5. Libraries:MCU外设库文档
- 此部分由芯片厂商提供,是标准库
- 用户不得修改此层
6. Modules:组件层文档
- 按大功能划分的软件组件。如UI组件、网络通信组件、文件系统组件
- 不建议直接调用最底层 Libraries
7. OS:操作系统文档
- 提供 RT-Thread V0.3.3 系统-This file is the template of RT-Thread the STM32 engineering.
Each directory is as follows:
Applications: Application document
- Contains the main file, interrupt handling files, system configuration files
Compiler,: Compiler documentation
- The current RealView MDK project templates
3 Documents: Document Descr iption
- Provide a template using the tutorial
- Provides a template Imprint
- Provides a template hierarchical descr iption, please focus on reading! ! !
- Doxygen comment style template, instructions, software
4 Drivers: PCB board-level driver documentation
- Such as buttons, EEPROM, analog I2C, etc.
- The layer on a masked the bottom of Libraries
So play a connecting role to facilitate cross-platform portability
Libraries: MCU peripherals library documentation
- This section provided by the chip manufacturer, the standard library
- User may not modify this layer
Modules: component layer document
-
各目录说明如下:
1. Applications:应用文档
- 包含了main文件, 中断处理文件, 系统配置文件
2. Compiler:编译器文档
- 目前提供了 RealView MDK 的工程模板
3. Documents:文档说明,
- 提供模板使用教程
- 提供了模板版本说明
- 提供了模板分层说明,请重点阅读!!!
- 提供 doxygen 注释风格的模板,说明,软件
4. Drivers:PCB板级驱动文档
- 如按键、EEPROM、模拟I2C等等
- 该层要能对上屏蔽掉最底层 Libraries
这样起到承上启下的作用,方便跨平台移植
5. Libraries:MCU外设库文档
- 此部分由芯片厂商提供,是标准库
- 用户不得修改此层
6. Modules:组件层文档
- 按大功能划分的软件组件。如UI组件、网络通信组件、文件系统组件
- 不建议直接调用最底层 Libraries
7. OS:操作系统文档
- 提供 RT-Thread V0.3.3 系统-This file is the template of RT-Thread the STM32 engineering.
Each directory is as follows:
Applications: Application document
- Contains the main file, interrupt handling files, system configuration files
Compiler,: Compiler documentation
- The current RealView MDK project templates
3 Documents: Document Descr iption
- Provide a template using the tutorial
- Provides a template Imprint
- Provides a template hierarchical descr iption, please focus on reading! ! !
- Doxygen comment style template, instructions, software
4 Drivers: PCB board-level driver documentation
- Such as buttons, EEPROM, analog I2C, etc.
- The layer on a masked the bottom of Libraries
So play a connecting role to facilitate cross-platform portability
Libraries: MCU peripherals library documentation
- This section provided by the chip manufacturer, the standard library
- User may not modify this layer
Modules: component layer document
-
(系统自动生成,下载前可以参看下载内容)
下载文件列表
applications\application.c
............\application.h
............\example\net_test.c
............\.......\race_led.c
............\.......\sd_test.c
............\.......\sem_key_led.c
............\irq_handler.c
............\main.c
............\rtconfig.h
............\stm32f10x_conf.h
............\user_types.h
compiler\rvmdk\ProjectTemplate.uvopt
........\.....\ProjectTemplate.uvproj
drivers\debug.c
.......\debug.h
.......\drv_ctrlport.c
.......\drv_ctrlport.h
.......\drv_eeprom.c
.......\drv_eeprom.h
.......\drv_extint.c
.......\drv_extint.h
.......\drv_i2c.c
.......\drv_i2c.h
.......\drv_key.c
.......\drv_key.h
.......\drv_led.c
.......\drv_led.h
.......\drv_rtc_time.c
.......\drv_rtc_time.h
.......\drv_sd.c
.......\drv_sd.h
.......\drv_spi.c
.......\drv_spi.h
.......\drv_systick.c
.......\drv_systick.h
.......\drv_watchdog.c
.......\drv_watchdog.h
.......\enc28j60.c
.......\enc28j60.h
.......\rt_hw_sd.c
.......\rt_hw_sd.h
.......\rt_hw_uart.c
.......\rt_hw_uart.h
libraries\CMSIS\CM3\CoreSupport\core_cm3.c
.........\.....\...\...........\core_cm3.h
.........\.....\...\DeviceSupport\ST\STM32F10x\Release_Notes.html
.........\.....\...\.............\..\.........\startup\arm\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\gcc_ride7\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\iar\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\TrueSTUDIO\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\stm32f10x.h
.........\.....\...\.............\..\.........\system_stm32f10x.c
.........\.....\...\.............\..\.........\system_stm32f10x.h
.........
............\application.h
............\example\net_test.c
............\.......\race_led.c
............\.......\sd_test.c
............\.......\sem_key_led.c
............\irq_handler.c
............\main.c
............\rtconfig.h
............\stm32f10x_conf.h
............\user_types.h
compiler\rvmdk\ProjectTemplate.uvopt
........\.....\ProjectTemplate.uvproj
drivers\debug.c
.......\debug.h
.......\drv_ctrlport.c
.......\drv_ctrlport.h
.......\drv_eeprom.c
.......\drv_eeprom.h
.......\drv_extint.c
.......\drv_extint.h
.......\drv_i2c.c
.......\drv_i2c.h
.......\drv_key.c
.......\drv_key.h
.......\drv_led.c
.......\drv_led.h
.......\drv_rtc_time.c
.......\drv_rtc_time.h
.......\drv_sd.c
.......\drv_sd.h
.......\drv_spi.c
.......\drv_spi.h
.......\drv_systick.c
.......\drv_systick.h
.......\drv_watchdog.c
.......\drv_watchdog.h
.......\enc28j60.c
.......\enc28j60.h
.......\rt_hw_sd.c
.......\rt_hw_sd.h
.......\rt_hw_uart.c
.......\rt_hw_uart.h
libraries\CMSIS\CM3\CoreSupport\core_cm3.c
.........\.....\...\...........\core_cm3.h
.........\.....\...\DeviceSupport\ST\STM32F10x\Release_Notes.html
.........\.....\...\.............\..\.........\startup\arm\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\gcc_ride7\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\iar\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\.......\TrueSTUDIO\startup_stm32f10x_cl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md_vl.s
.........\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_xl.s
.........\.....\...\.............\..\.........\stm32f10x.h
.........\.....\...\.............\..\.........\system_stm32f10x.c
.........\.....\...\.............\..\.........\system_stm32f10x.h
.........