tangweikang
|
fae9518185
|
[bsp][stm32] drv_wdt.c | 完善 stm32 看门狗驱动
|
2019-06-25 20:26:35 +08:00 |
Bernard Xiong
|
c574c49b2f
|
Merge pull request #2800 from misonyo/rttdev
[bsp/stm32]add stm32f2xx template
|
2019-06-21 14:47:12 +08:00 |
Bernard Xiong
|
d855d381ae
|
Merge pull request #2791 from balanceTWK/gpio_pr
[bsp][stm32] fix drv_gpio.c 直接将特殊引脚删除,不再作为 pin 设备
|
2019-06-19 10:01:42 +08:00 |
tangweikang
|
eef4afe9fb
|
[update][bsp][stm32] drv_gpio.c
|
2019-06-19 08:46:09 +08:00 |
misonyo
|
aae6274ef1
|
[bsp/stm32]add stm32f2xx template
|
2019-06-18 18:26:49 +08:00 |
tangweikang
|
de4336420a
|
[update] drv_gpio.c
|
2019-06-18 16:34:21 +08:00 |
tangweikang
|
c4c58a0ead
|
[add] stm32 SDIO_MAX_FREQ option.If not defined, the default minimum value is 1000000 .
|
2019-06-18 16:14:21 +08:00 |
zhangjun1996
|
778199f876
|
如果开启了RT_CAN_USING_HDR,则提示该驱动不支持硬件过滤器,请取消RT_CAN_USING_HDR。
|
2019-06-17 02:46:36 +08:00 |
zhangjun1996
|
3e7580dc7d
|
重新配置CAN之前,关闭CAN,配置完再打开。
|
2019-06-15 18:08:00 +08:00 |
zhangjun1996
|
2fc56f4ff4
|
头文件缩进
|
2019-06-15 14:05:28 +08:00 |
zhangjun1996
|
537c2376f9
|
1,修复由于stm32系列的hal库升级导致stm32f1和stm32f4平台的can驱动编译错误
2,关闭components/drivers/Kconfig中默认打开的can硬件滤波器选项
3,为了让can波特率设置匹配stm32f429的时钟,给stm32f429增加波特率表
4,以上修复在stm32f103-fire-arbitrary,stm32f407-atk-explorer,stm32f429-atk-apollo三个bsp中测试通过
|
2019-06-15 11:52:11 +08:00 |
Bernard Xiong
|
0d717a48d3
|
Merge pull request #2760 from HubertXie/master
[bsp][stm32]修复RTC选用LSI时不工作问题
|
2019-06-13 22:52:11 +08:00 |
Bernard Xiong
|
191cea14c2
|
Merge pull request #2770 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add SD card hot plug detection
|
2019-06-12 16:40:34 +08:00 |
Willian Chan
|
33febada5c
|
[bsp][stm32][f469-disco]Add SD card hot plug detection
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
|
2019-06-12 09:52:01 +08:00 |
SummerGift
|
6a9fb353f7
|
【修改】HAL_ETH_RxCpltCallback 提示等级由 error 修改为 info,因为这是一个非致命的问题
|
2019-06-10 17:53:49 +08:00 |
SummerGift
|
680e3ff70d
|
【优化】PHY 状态检测流程
|
2019-06-10 17:49:29 +08:00 |
SummerGift
|
7f710f9eab
|
【修改】changelog for PHY state detection process
|
2019-06-10 17:30:05 +08:00 |
SummerGift
|
44e70b3c0d
|
【完善】PHY 状态检测驱动
|
2019-06-10 17:24:00 +08:00 |
SummerGift
|
8710b1fd06
|
【修复】PHY 状态查询过程中的 bug
|
2019-06-10 15:07:45 +08:00 |
HubretXie
|
56a65431dc
|
Update drv_rtc.c
rtc选用lsi时不工作
|
2019-06-09 13:56:44 +08:00 |
whj4674672
|
0ef18239e0
|
[bsp][stm32h743-atk-apollo]add rtc
|
2019-06-05 14:25:15 +08:00 |
guozhanxin
|
3a5a2ff5a3
|
[bsp][stm32] Add usb configuration for L4 series
|
2019-05-29 11:38:37 +08:00 |
Bernard Xiong
|
7ca0ce2627
|
Merge pull request #2717 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Separation of MIPI-LTCDC and LCD Configuration
|
2019-05-26 00:53:24 +08:00 |
SummerGift
|
9e26010948
|
【修复】由于添加串口 DMA 发送对串口 DMA 接收配置造成的影响
|
2019-05-24 20:53:43 +08:00 |
Willian Chan
|
5707e84a82
|
Fix comment random code
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
|
2019-05-24 19:25:00 +08:00 |
Willian Chan
|
90e2954724
|
分离MIPI-LTDC和LCD配置
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
|
2019-05-24 11:48:17 +08:00 |
Bernard Xiong
|
e8a10c4df0
|
Merge pull request #2645 from zhouchuanfu/stm32_uart_tx_dma
[bsp][stm32] 增加uart的DMA发送功能
|
2019-05-23 23:20:40 +08:00 |
周传福
|
d548215a3b
|
Update drv_usart.c
|
2019-05-22 14:53:49 +08:00 |
周传福
|
1e10891f37
|
Update drv_usart.c
修复dma_config里面rcc的bug。
|
2019-05-22 09:48:13 +08:00 |
lizhen9880
|
d88afc3985
|
修改systick初始化,由于STM32H7系列与STM32F系列时钟架构不同导致
STM32H7系列与STM32F系列时钟架构不同
STM32F系列systick时钟源来自HCLK
STM32H7系列systick时钟源来自SystemCoreClock
因此增加SOC_SERIES_STM32H7作为编译条件
|
2019-05-21 17:26:34 +08:00 |
Bernard Xiong
|
a1898156bf
|
Merge pull request #2704 from Guozhanxin/iot_board
[bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题
|
2019-05-20 20:37:19 +08:00 |
guozhanxin
|
501d894cfd
|
[bsp][stm32]修复 w5500 和 drv_eth.c 依赖的问题
|
2019-05-20 18:28:43 +08:00 |
周传福
|
56e83fe735
|
Update drv_usart.c
|
2019-05-20 10:44:08 +08:00 |
周传福
|
893bb72907
|
Update drv_usart.c
|
2019-05-20 10:21:00 +08:00 |
周传福
|
030b365333
|
Update drv_usart.c
|
2019-05-20 09:47:36 +08:00 |
周传福
|
81ff374aed
|
Update drv_usart.c
|
2019-05-19 22:26:56 +08:00 |
周传福
|
24f38acf52
|
Merge branch 'master' into stm32_uart_tx_dma
|
2019-05-19 14:37:34 +08:00 |
Bernard Xiong
|
c8efc0032d
|
Merge pull request #2644 from zhouchuanfu/stm32_uart
[bsp][stm32] 增加uart的dma半中断接收方式。
|
2019-05-18 14:57:19 +08:00 |
周传福
|
6ebb2c75d9
|
Update drv_usart.c
添加部分空行
|
2019-05-17 23:23:14 +08:00 |
周传福
|
77daf413be
|
Update drv_usart.c
添加函数说明
|
2019-05-16 12:37:25 +08:00 |
周传福
|
9329b62bef
|
Merge branch 'master' into stm32_uart_tx_dma
|
2019-05-16 12:22:53 +08:00 |
SummerGift
|
f23b278d62
|
【修复】f0 f1 f4 f7 系列 flash 擦除函数返回值与 fal 接口不匹配的问题
|
2019-05-16 10:24:53 +08:00 |
SummerGift
|
6309492ec5
|
【修改】PHY 检测相关处理
|
2019-05-15 15:45:48 +08:00 |
SummerGift
|
76431f6b00
|
Merge remote-tracking branch 'remotes/origin/master' into master_lab
|
2019-05-13 14:28:56 +08:00 |
guozhanxin
|
0d2be12594
|
[bsp][stm32]去除 drv_eth.c 和 lwip 的依赖关系。
|
2019-05-09 17:06:19 +08:00 |
SummerGift
|
960451695b
|
【修改】 网卡驱动的初始化应当在 lwip 初始化之后以及应用调用网络接口之前,因此修改初始化等级为 device 是比较合适的。
|
2019-05-08 10:43:25 +08:00 |
EvalZero
|
d51e0783ba
|
[components][pm]fix some issues with low power components
|
2019-05-07 21:03:48 +08:00 |
EvalZero
|
943c5ccc66
|
[bsp][stm32l476-st-nucleo]add low power feature support for stm32l476-st-nucleo
|
2019-05-06 19:56:01 +08:00 |
zhouchuanfu
|
b844496ac9
|
增加F1系列的uart的dma支持。
|
2019-05-04 18:44:36 +08:00 |
zhouchuanfu
|
d52a412f4c
|
增加串口DMA发送功能
|
2019-05-03 20:52:31 +08:00 |