文件名称:stm32_rtthread_v030
介绍说明--下载内容来自于网络,使用问题请自行百度
该文件是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
applications/application.h
applications/example/net_test.c
applications/example/race_led.c
applications/example/sd_test.c
applications/example/sem_key_led.c
applications/irq_handler.c
applications/main.c
applications/rtconfig.h
applications/stm32f10x_conf.h
applications/user_types.h
compiler/rvmdk/ProjectTemplate.uvopt
compiler/rvmdk/ProjectTemplate.uvproj
drivers/debug.c
drivers/debug.h
drivers/drv_ctrlport.c
drivers/drv_ctrlport.h
drivers/drv_eeprom.c
drivers/drv_eeprom.h
drivers/drv_extint.c
drivers/drv_extint.h
drivers/drv_i2c.c
drivers/drv_i2c.h
drivers/drv_key.c
drivers/drv_key.h
drivers/drv_led.c
drivers/drv_led.h
drivers/drv_rtc_time.c
drivers/drv_rtc_time.h
drivers/drv_sd.c
drivers/drv_sd.h
drivers/drv_spi.c
drivers/drv_spi.h
drivers/drv_systick.c
drivers/drv_systick.h
drivers/drv_watchdog.c
drivers/drv_watchdog.h
drivers/enc28j60.c
drivers/enc28j60.h
drivers/rt_hw_sd.c
drivers/rt_hw_sd.h
drivers/rt_hw_uart.c
drivers/rt_hw_uart.h
libraries/CMSIS/CM3/CoreSupport/core_cm3.c
libraries/CMSIS/CM3/CoreSupport/core_cm3.h
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
libraries/STM32F10x_StdPeriph_Driver/inc/misc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h
librari
applications/application.h
applications/example/net_test.c
applications/example/race_led.c
applications/example/sd_test.c
applications/example/sem_key_led.c
applications/irq_handler.c
applications/main.c
applications/rtconfig.h
applications/stm32f10x_conf.h
applications/user_types.h
compiler/rvmdk/ProjectTemplate.uvopt
compiler/rvmdk/ProjectTemplate.uvproj
drivers/debug.c
drivers/debug.h
drivers/drv_ctrlport.c
drivers/drv_ctrlport.h
drivers/drv_eeprom.c
drivers/drv_eeprom.h
drivers/drv_extint.c
drivers/drv_extint.h
drivers/drv_i2c.c
drivers/drv_i2c.h
drivers/drv_key.c
drivers/drv_key.h
drivers/drv_led.c
drivers/drv_led.h
drivers/drv_rtc_time.c
drivers/drv_rtc_time.h
drivers/drv_sd.c
drivers/drv_sd.h
drivers/drv_spi.c
drivers/drv_spi.h
drivers/drv_systick.c
drivers/drv_systick.h
drivers/drv_watchdog.c
drivers/drv_watchdog.h
drivers/enc28j60.c
drivers/enc28j60.h
drivers/rt_hw_sd.c
drivers/rt_hw_sd.h
drivers/rt_hw_uart.c
drivers/rt_hw_uart.h
libraries/CMSIS/CM3/CoreSupport/core_cm3.c
libraries/CMSIS/CM3/CoreSupport/core_cm3.h
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_cl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md_vl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_xl.s
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
libraries/STM32F10x_StdPeriph_Driver/inc/misc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h
libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h
librari
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.