rt-thread/bsp/stm32h743-nucleo
armink 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +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 [bsp][stm32h743-nucleo] add the usart3 driver and use for console. 2018-12-20 16:46:09 +08:00
.config Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +08:00
Kconfig [all BSP]fix kconfig file syntax error 2019-01-16 23:23:38 +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][stm32h743-nucleo] add the usart3 driver and use for console. 2018-12-20 16:46:09 +08:00
project.uvprojx [bsp][stm32h743-nucleo] add the usart3 driver and use for console. 2018-12-20 16:46:09 +08:00
rtconfig.h Remove the DBG_COLOR and DBG_ENABLE definition. 2019-03-06 17:54:30 +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脚本可用于清理旧工程。