SummerGift
|
e5c1183350
|
[optimize] stm32 uart driver
|
2020-03-23 15:44:54 +08:00 |
Bernard Xiong
|
a8cd463347
|
Merge pull request #3470 from Sunwancn/fix-adc-channel-bug
[drv_adc.c]Fixed ADC channel configuration bug for SMT32F0/L0/H7
|
2020-03-22 21:25:56 +08:00 |
Bernard Xiong
|
2e42ad8279
|
Merge pull request #3442 from redocCheng/master
drv_flash_f1.c support stm32f103vg
|
2020-03-22 21:24:47 +08:00 |
Sunwancn
|
d211a27aff
|
[drv_adc.c]Fix ADC channel Configuration bug for SMT32F0/L0/H7
|
2020-03-20 09:05:45 +08:00 |
redoc
|
4b46aafa75
|
Update drv_flash_f1.c
1、【修改】返回值。
|
2020-03-18 15:38:10 +08:00 |
redoc
|
5a5f262649
|
Update drv_flash_f1.c
调整stm32_flash_erase的返回值
|
2020-03-18 15:31:20 +08:00 |
redoc
|
bac9410d7d
|
Update drv_flash_f1.c
1、【修改】运算方式,更加简洁易懂;
2、【修正】代码格式 tab、 LOG_D;
3、【增加】返回值;
4、【去除】bank1_flag和bank2_flag,改用bank_size判定。
|
2020-03-18 15:05:12 +08:00 |
unknown
|
db23a69f49
|
dd STM32L1 HAL DRIVER
|
2020-03-17 22:11:13 +08:00 |
David Lin
|
45ae555a0b
|
[bsp]Fixed a stack overflow bug in drv_crypto.c
Added if null before used.
|
2020-03-14 23:11:37 +08:00 |
redoc
|
91a52192b8
|
update tab
|
2020-03-12 15:04:10 +08:00 |
redoc
|
363903b984
|
chage tab
|
2020-03-12 15:02:26 +08:00 |
redoc
|
acf4fc6d2e
|
update drv_flash_f1.c
support stm32f103vg
|
2020-03-12 14:46:46 +08:00 |
Bernard Xiong
|
3e8c03e934
|
Merge pull request #3421 from ErnestChen1/master
[bsp] fix UART DMA TX
|
2020-03-10 16:24:38 +08:00 |
tyustli
|
6304ed3ad5
|
[bsp/stm32] add pm support by cubemx tool
|
2020-03-09 14:08:58 +08:00 |
Ernest
|
c1821b85a1
|
[bsp] fix UART DMA TX
|
2020-02-29 21:20:54 +08:00 |
David Lin
|
f4a2a00f3d
|
[bsp/stm32]Fixed typo 'lenth' in drv_eth.c
Note that the word 'lenth' is wrong in the output infomation,
so that 'lenth' should been replaced with 'length'.
And floder-> folder in line 22.
|
2020-02-24 20:54:53 +08:00 |
Bernard Xiong
|
e5bd2884d7
|
Merge pull request #3340 from whj4674672/master
Porting for stm32h7xx spi
|
2020-02-20 13:08:58 +08:00 |
Bernard Xiong
|
3bd9694c2d
|
Merge pull request #3337 from geniusgogo/fixed_drv_pwm
[STM32/drv_pwm.c]fixed PWM timer init.
|
2020-02-19 09:40:12 +08:00 |
Bernard Xiong
|
5ca53690f7
|
Merge pull request #3336 from geniusgogo/fixed_drv_eth
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value
|
2020-01-26 18:21:19 +08:00 |
Ihavedone
|
caef50f3d1
|
修复SPI4 RX DMA相关的宏定义写成 SPI4 TX的问题
|
2020-01-17 11:54:05 +08:00 |
Ihavedone
|
5eeae513ae
|
添加了不需要由 PWM 或 引脚 控制LCD背光时的背光控制空函数,防止编译报错
|
2020-01-17 11:30:07 +08:00 |
Ihavedone
|
04831062bd
|
添加了 PWM9_CONFIG 默认配置 和 TIM3_CONFIG 默认配置
|
2020-01-15 21:05:12 +08:00 |
whj4674672
|
f117df8476
|
Porting for stm32h7xx spi
|
2020-01-15 14:31:40 +08:00 |
xieyangrun
|
d2a857e13a
|
[STM32/drv_pwm.c]fixed PWM timer init.
|
2020-01-15 13:45:30 +08:00 |
xieyangrun
|
0094765b31
|
[stm32/libraries/HAL_Drivers/drv_eth.c]fixed read phy SR register return value conflicts with function's parameter
|
2020-01-15 11:38:35 +08:00 |
Bernard Xiong
|
d0098acd88
|
Merge pull request #3319 from ethanDu1/bugfix_drvflashf7
Bugfix drvflashf7
|
2020-01-07 16:58:13 +08:00 |
ethan.du
|
8e4d05d7ae
|
modify assert and code style
|
2020-01-07 14:29:33 +08:00 |
ethan.du
|
8f5e1c5715
|
add space
|
2020-01-06 19:43:45 +08:00 |
ethan.du
|
6b614c05b8
|
modify space
|
2020-01-06 19:40:25 +08:00 |
ethan.du
|
516702d69e
|
drv_flash_f7.c support single bank mode
|
2020-01-06 19:24:23 +08:00 |
liuxinaliang
|
4e23cb027f
|
[bsp][stm32] fixed a bug that caused system crash by changing the run_mode in low power mode
Signed-off-by: liuxinaliang <liuxianliang@rt-thread.com>
|
2020-01-03 11:17:50 +08:00 |
tyustli
|
0135c7bd8b
|
port usb host driver to stm32 new series
|
2019-12-20 14:35:26 +08:00 |
HubretXie
|
ad397a63a8
|
[bsp][stm32]修复硬件定时器bug
|
2019-12-12 14:56:40 +08:00 |
qiyongzhong0
|
5c15fd615d
|
修改stm32驱动库:
1.修改drv_flash_l4.c文件中stm32_onchip_flash定义的blk_size字段,由原来2048改为FLASH_PAGE_SIZE,以增强芯片适应性.
2.修改drv_usbd.c文件中stm_usbd_register函数,增加支持RT_USING_DEVICE_OPS配置.
|
2019-12-05 13:40:04 +08:00 |
armink
|
f1e5883543
|
[bsp/stm32] Add DMAMUX support for stm32l4+.
Signed-off-by: armink <armink.ztl@gmail.com>
|
2019-12-01 15:50:51 +08:00 |
Bernard Xiong
|
a687065ba2
|
Merge pull request #3225 from HubertXie/master
增加GPIO中断进入退出保护
|
2019-11-28 21:17:18 +08:00 |
HubretXie
|
7f56898fad
|
Update drv_gpio.c
增加GPIO中断进入退出保护
|
2019-11-27 14:08:42 +08:00 |
greedyhao
|
fb3e2764e6
|
Update uart_config.h
|
2019-11-26 10:52:00 +08:00 |
HappyTime
|
6e8047e1d6
|
Update drv_common.c
Fix comment errors
|
2019-11-23 16:08:44 +08:00 |
Bernard Xiong
|
568c272811
|
Merge pull request #3160 from xfan1024/stm32-ethernet-using-timer
STM32以太网驱动改进
|
2019-11-11 08:18:55 +08:00 |
guozhanxin
|
40d6055849
|
[bsp][stm32]Enable interrupt in drive.|在驱动里使能中断,不需要在cubemx里配置中断了。
|
2019-10-30 23:53:13 +08:00 |
xiaofan
|
4eb2d7eed0
|
STM32 Ethernet: Using Timer Instead of Poll Thread
Signed-off-by: xiaofan <xfan1024@live.com>
|
2019-10-29 17:21:18 +08:00 |
xiaofan
|
2a9e7c0eea
|
Fix code style
Signed-off-by: xiaofan <xfan1024@live.com>
|
2019-10-29 17:21:17 +08:00 |
Bernard Xiong
|
a29fd11ffb
|
Merge pull request #3034 from xfan1024/stm32-ethernet
优化STM32以太网驱动
|
2019-10-28 16:18:49 +08:00 |
Bernard Xiong
|
97fcbdeccc
|
Merge pull request #3155 from z14git/pwm_led
修复pwm初始化时,相应的时钟没有使能的问题
|
2019-10-28 16:16:35 +08:00 |
guozhanxin
|
f50f38745b
|
Perfect usb driver compatible with HS.|完善usb驱动兼容 HS
|
2019-10-27 21:06:58 +08:00 |
z14git
|
d3f8b9b9c1
|
修复pwm初始化时,相应的时钟没有使能的问题
|
2019-10-27 17:16:06 +08:00 |
Bernard Xiong
|
3dfdfb2dd5
|
Merge pull request #3137 from balanceTWK/master_stm32_RTC
[update][bsp][stm32] drv_rtc.c
|
2019-10-19 16:55:11 +08:00 |
Bernard Xiong
|
21d24d51b8
|
Merge pull request #3125 from yygg/master
fix warning: #1296-D
|
2019-10-18 08:49:11 +08:00 |
tangweikang
|
2a37a4abf6
|
[update][bsp][stm32] drv_rtc.c
|
2019-10-17 18:29:32 +08:00 |