rt-thread/bsp/stm32f40x/drivers
mqb 19448a920c 修改了GPIO_Configuration
STM32F4系列UART在初始化的时候,如果GPIO_AF放到GPIO_INIT后边,系统复位后,串口会向外发送一个字节的数据,通常是0x00。将GPIO_AF放到GPIO_INIT前边可以避开这个问题。
2017-08-28 12:39:17 +08:00
..
SConscript [bugfix] Open the #define RT_USING_LWIP in rtconfig.h , then build it , the stm32_eth.h can not find. 2015-05-08 11:34:17 +08:00
board.c [BSP] rename the rt_hw_usart_init to stm32_hw_usart_init 2015-01-20 16:02:33 +08:00
board.h Update board.h 2015-10-17 20:58:42 +08:00
drv_hwtimer.c 简化操作接口 2015-09-06 15:05:47 +08:00
drv_hwtimer.h 加入定时器设备 2015-09-02 22:00:24 +08:00
gpio.c [BSP] code cleanup for usart and gpio driver in STM32F4 2015-01-21 12:36:34 +08:00
gpio.h [BSP] Add GPIO driver for STM32F4 2015-01-20 07:55:52 +00:00
stm32f4_rtc.c [bsp]add stm32f4xx bsp rtc driver 2015-09-29 06:53:44 +08:00
stm32f4_rtc.h [bsp]add stm32f4xx bsp rtc driver 2015-09-29 06:53:44 +08:00
stm32f4xx_conf.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
stm32f4xx_eth.c disable stm32 EMAC hardware checksum. 2016-08-19 17:31:12 +08:00
stm32f4xx_eth.h [bugfix] Open the #define RT_USING_LWIP in rtconfig.h , then build it , the stm32_eth.h can not find. 2015-05-08 11:34:17 +08:00
stm32f4xx_it.c [BSP] Update UART and GPIO driver with framework in STM32F4 2015-01-20 07:23:59 +00:00
usart.c 修改了GPIO_Configuration 2017-08-28 12:39:17 +08:00
usart.h [BSP] Update UART and GPIO driver with framework in STM32F4 2015-01-20 07:23:59 +00:00