rt-thread-official/bsp/stm32f40x/drivers
yunjian 06aa5b547e 解决get_week的有效值与IS_RTC_WEEKDAY判断有效值不一致的问题。
get_week获取的值是0-6.而stm32f4xx_rtc.h中IS_RTC_WEEKDAY中判断的有效值是1-7.当设置日期是周日时,会有问题。
2018-05-29 14:41:04 +08:00
..
Kconfig [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
SConscript [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
board.c [bsp]:修改控制台打印串口由rt_config.h控制 2018-05-23 19:11:25 +08:00
board.h [bsp]:修改控制台打印串口由rt_config.h控制 2018-05-23 19:11:25 +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] Update stm32f40x BSP gpio driver. 2017-11-08 00:05:46 +08:00
gpio.h [BSP] Add GPIO driver for STM32F4 2015-01-20 07:55:52 +00:00
stm32f4_rtc.c 解决get_week的有效值与IS_RTC_WEEKDAY判断有效值不一致的问题。 2018-05-29 14:41:04 +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 [BSP][stm32f40x] Add components init. 2018-04-11 18:11:14 +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