Commit Graph

103 Commits

Author SHA1 Message Date
SummerGift 3b472cb3cd [bsp][stm32] optimize stm32 headfile 2019-01-22 09:15:05 +08:00
Bernard Xiong 99bef01983
Merge pull request #2232 from SummerGGift/add_stm32_new_framework
[bsp][stm32] update bsp && fix driver bug
2019-01-21 08:44:42 +08:00
Bernard Xiong 0889bafda8
Merge pull request #2233 from zhaojuntao/fix-bsp-flash-drv
[bsp][stm32/libraries] 移除 flash 驱动中 flash write 函数对 size 对齐的限制
2019-01-19 16:20:20 +08:00
MurphyZhao bc2ee9999b [bsp][stm32] 移除 f0 和 f1 中 flash write 对 size 对齐的限制
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-19 14:44:23 +08:00
SummerGift e9a6050e61 [bsp][stm32] Fixed an error when SPI transfers data larger than 65535 2019-01-19 14:31:30 +08:00
Bernard Xiong d97300701f
Merge pull request #2229 from misonyo/kconfig
fix Kconfig syntax error
2019-01-19 13:00:01 +08:00
SummerGift 032b72ddc2 [bsp][stm32] add g0 series bsp library 2019-01-19 09:24:03 +08:00
SummerGift 38a3858dcb [bsp][stm32] fix dma config bug 2019-01-19 09:15:40 +08:00
MurphyZhao 25b49352d5 [bsp][stm32/libraries] 修复 drv_flash_l4.c 驱动中无法写入非8字节对齐的数据的限制
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-01-18 11:13:10 +08:00
SummerGift 224c171dc8 Merge remote-tracking branch 'remotes/origin/master' into add_stm32_new_framework 2019-01-18 09:28:06 +08:00
SummerGift 4805d99430 [bsp][stm32] update drv_lcd 2019-01-17 14:18:38 +08:00
HubretXie 35ded2acb3
Update uart_config.h 2019-01-17 13:09:39 +08:00
HubretXie a4b57e2d6c
Update uart_config.h 2019-01-17 13:09:06 +08:00
HubretXie 8580b9a818
Update dma_config.h
串口dma中断名称统一修改为uart
2019-01-17 12:58:31 +08:00
HubretXie 0e4b502319
Update dma_config.h
串口dma中断名称统一修改为uart
2019-01-17 12:56:39 +08:00
HubretXie 6203117522
Update drv_usart.c
DMA中断函数名称统一修改为UART
2019-01-17 12:53:52 +08:00
Bernard Xiong 479ea9a520
Merge pull request #2192 from HubertXie/master
[stm32][drv_usart]修复串口中断接收数据丢数据问题
2019-01-17 09:59:17 +08:00
misonyo 69cd16e136 [all BSP]fix kconfig file syntax error 2019-01-16 23:23:38 +08:00
SummerGift 0d7ac3448f [bsp][stm32] add lcd driver 2019-01-14 16:37:44 +08:00
HubretXie 706c0410cd
[stm32][drv_usart]修复串口中断接收丢数据问题
使用串口中断方式接收数据,读取数据时会自动清除标识,这里再次清除中断标识会导致下一个数据丢失。
使用finsh就可以测出这个问题,中断接收丢数据时无法查看历史命令。
2019-01-12 15:03:37 +08:00
Bernard Xiong 45c86a54ba
Merge pull request #2169 from HubertXie/master
[stm32][drv_gpio]增加STM32F0系列GPIO关闭中断处理
2019-01-12 11:20:31 +08:00
SummerGift 59ebd512fe [bsp][stm32] add new line at end of file 2019-01-09 18:21:11 +08:00
SummerGift 22c2937c4c [bsp][stm32] clean up the code 2019-01-09 18:17:04 +08:00
SummerGift e6995470ca [bsp][stm32] optimize f7xx bsp template 2019-01-09 18:09:59 +08:00
SummerGift 289b4316af [bsp][stm32] add extern "C" for header file 2019-01-09 10:12:35 +08:00
SummerGift 0d025a69e6 [bsp][stm32] fix bug in dma config && clean up the dma config code 2019-01-08 18:20:17 +08:00
SummerGift 0032fff1d2 [bsp][stm32] remove useless configuration 2019-01-08 18:17:42 +08:00
HubretXie 0e333a3a10
Update drv_gpio.c 2019-01-08 16:02:01 +08:00
SummerGift bad889140b [bsp][stm32] fix bug in f7 bsp template 2019-01-08 14:10:29 +08:00
SummerGift 883a9f1e13 [bsp][stm32] update dma config in Kconfig 2019-01-08 14:09:33 +08:00
SummerGift 02a1fa3079 [bsp][stm32] add hwtimer driver for f7 series 2019-01-08 14:02:18 +08:00
SummerGift 40a474fefa [bsp][stm32] optimize eth driver 2019-01-08 14:01:27 +08:00
SummerGift 688d8994d9 [bsp][stm32] update drv_spi.c 2019-01-08 14:00:01 +08:00
SummerGift 574492a282 [bsp][stm32] Modify the DMA implementation 2019-01-08 11:59:27 +08:00
SummerGift d023fb47ba [bsp][stm32] add all series dma_config files 2019-01-08 11:58:46 +08:00
HubretXie bdc0e4f540
[stm32][drv_gpio]增加对Stm32f0系列关中断处理方式
增加stm32f0系列GPIO关中断处理
2019-01-08 09:52:16 +08:00
Bernard Xiong 3d95a03597
Merge pull request #2101 from HubertXie/master
[drv_gpio]修改GPIO驱动关中断处理方式
2019-01-08 07:34:36 +08:00
SummerGift 77fd04b945 [bsp][stm32] update wdt driver 2019-01-03 09:18:32 +08:00
SummerGift b5fb04fdf6 [bsp][stm32] update README.md 2019-01-03 09:17:45 +08:00
SummerGift 0e3e288666 [bsp][stm32] fix ci bug 2018-12-28 16:30:00 +08:00
SummerGift 710f82d46b [bsp][stm32] optimize falsh && eth driver 2018-12-28 14:16:49 +08:00
SummerGift 4d6d16fc98 [bsp][stm32] update drivers 2018-12-26 18:16:26 +08:00
SummerGift 11dfedecdc [bsp][stm32] fix eth bug 2018-12-26 18:15:35 +08:00
SummerGift 79cb96bc9e [bsp][stm32] update template 2018-12-26 18:11:52 +08:00
SummerGift 2daa521efa [bsp][stm32] update f7xx-hal library 2018-12-26 18:11:06 +08:00
SummerGift d486ac5fed [bsp][stm32] add sdio_config.h 2018-12-26 18:03:21 +08:00
SummerGift 218876eaf4 [bsp][stm32] add qspi_config.h 2018-12-26 18:02:25 +08:00
SummerGift c6be644157 [bsp][stm32] update stm32 mul-series drivers 2018-12-26 10:43:46 +08:00
SummerGift d193dbbda3 [bsp][stm32] update f7-hal library 2018-12-26 10:33:12 +08:00
SummerGift ea9958a506 [bsp][stm32] sync bsp template file 2018-12-26 10:27:33 +08:00