rt-thread/bsp/stm32h743-nucleo
BalanceTWK f375486e49 [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 2018-12-06 15:04:36 +08:00
..
Libraries [Bsp][stm32h7xx-nucleo]rename S to s 2018-09-03 09:39:42 +08:00
applications [license] Change the license to Apache 2018-10-16 14:18:50 +08:00
drivers [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 2018-12-06 15:04:36 +08:00
.config [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
Kconfig [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
README.md [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
SConscript [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
SConstruct update SConscript: support scons 3. 2018-02-06 20:07:28 +08:00
auto_rebuild.bat [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
clean.bat [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
project.ewp [BSP] Update project files 2017-12-31 21:45:32 +08:00
project.eww [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
project.uvoptx [BSP][stm32f411-nucleo] Add GCC support. 2018-05-29 10:19:27 +08:00
project.uvprojx [BSP][stm32f411-nucleo] Add GCC support. 2018-05-29 10:19:27 +08:00
rtconfig.h [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
rtconfig.py [Bsp][stm32h743-nucleo] fix build error with gcc 2018-09-02 12:36:25 +08:00
rtthread-stm32h7xx.icf [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
rtthread-stm32h7xx.ld [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
rtthread-stm32h7xx.sct [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
template.ewp [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
template.uvoptx [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00
template.uvprojx [BSP] Add stm32h743-nucleo evaluation board transplantation project 2017-12-25 16:51:34 +08:00

README.md

RT-Thread for Nucleo-STM32H743ZI board --20170825 MLF


现象: 1、程序运行时LED指示灯闪烁、USART1有系统信息打印、网口可自动获取IP

注意: 1、用MDK5打开工程时请删掉stm32h7xx_hal_qspi.c文件。 2、auto_rebuild.bat脚本可直接清理、编译并生成MDK、IAR工程。 2、clean.bat脚本可用于清理旧工程。