379 Commits

Author SHA1 Message Date
Bernard Xiong
ff469fee30
Merge pull request #4360 from haocg9310/stm32DAC
fix stm32 drv_dac.c some bugs
2021-02-26 23:14:48 +08:00
Bernard Xiong
8afee3092a
Merge pull request #4382 from Sunwancn/stm32-usart-8bits-parity
[drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误
2021-02-26 00:10:14 +08:00
Sunwancn
e22f72293e [drv_usart.c]修复stm32串口开启奇偶校验时字长设置错误 2021-02-24 21:11:27 +08:00
Meco Man
361f838567 修复拼写错误 2021-02-23 12:50:41 +08:00
haocg
79ec88953f DAC little bug 2021-02-20 16:27:21 +08:00
Bernard Xiong
21ebf93e20
Merge pull request #4270 from greedyhao/stm32-pwm-fix
[bsp][stm32] fix PWMN_CMD_DISABLE config
2021-02-08 09:53:01 +08:00
Bernard Xiong
9787116870
Merge pull request #4272 from iysheng/master
[bsp][gd32103c-eval] Add hwtimer driver and modify adc driver with LOG_x function
2021-02-06 00:15:41 +08:00
Bernard Xiong
7fc236dddb
Merge pull request #4306 from mysterywolf/rtc
[libc][stm32-driver RTC] 修复RTC驱动以及libc time.c库若干问题
2021-02-05 20:23:24 +08:00
Meco Man
c2fca3dffe 修复RTC驱动以及libc time.c库若干问题 2021-02-05 13:13:22 +08:00
iysheng
a281ee9874 code format 2021-02-05 11:46:44 +08:00
Bernard Xiong
b42a43cd00
Merge pull request #4265 from guojiawei314/master
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
2021-02-02 05:46:08 +08:00
forest-rain
aa285845f2 add support stm32wl and bsp/stm32wl55jc-st-nucleo(recommit)
update STM32WLxx_HAL to released v1.0.0
2021-01-29 10:28:18 +08:00
guojiawei314
ffc3da61fe 修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。统一为pin。 2021-01-28 21:06:46 +08:00
greedyhao
c339386c07 [bsp][stm32] fix PWMN_CMD_DISABLE config 2021-01-27 15:03:55 +08:00
guojiawei314
735f0c33d6 修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。 2021-01-25 23:25:16 +08:00
thread-liu
552c55681e [PWM] Fix the timer clock frequency doubling problem. 2021-01-23 11:54:23 +08:00
Bernard Xiong
3066291337
Merge pull request #4253 from thread-liu/master
[update] stm32mp1 uart dma sample.
2021-01-21 12:45:38 +08:00
Bernard Xiong
7ed63ef52b
Merge pull request #4250 from Trisuborn/master
为stm32的PWM驱动添加对STM32H7的支持、添加互补PWM功能的支持,补全pwm_get命令等
2021-01-21 11:58:52 +08:00
Trisuborn
68e5c6f511 Logical error 2021-01-21 06:37:42 +08:00
Trisuborn
55402e19db 优化互补PWM输出功能的实现逻辑,兼容原本API,增加互补PWM使能/失能命令 2021-01-20 23:47:18 +08:00
thread-liu
f691db99b5 [update] uart dma sample. 2021-01-20 15:31:38 +08:00
Trisuborn
63239801d9 修改无意义代码 2021-01-20 11:24:00 +08:00
Trisuborn
aed3cc162f 为stm32的PWM驱动添加对STM32H7的支持、添加互补PWM功能的支持,补全pwm_get命令 2021-01-19 17:14:32 +08:00
Zhaoxing Li
bda4b68a80 [bsp][stm32] Add HAL_TIM_Base_Init 2021-01-19 14:02:31 +08:00
Bernard Xiong
4529e9a741
Merge pull request #4198 from mysterywolf/gettick
[bug] add function rt_tick_get_millisecond() and fix bug #4012
2020-12-30 17:20:28 +08:00
Meco Man
63cd26b0d1 update 2020-12-30 16:32:20 +08:00
Bernard Xiong
b2a6dbadf4
Merge pull request #4135 from balanceTWK/master_hal_delay
[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
2020-12-30 08:09:49 +08:00
Meco Man
c2e15e003c add function rt_hw_1ms_tick_get() 2020-12-29 00:08:24 +08:00
Bernard Xiong
9a59737b5f
Merge pull request #4148 from WKJay/master
[FIX] fix build problem in drv_crypto.c
2020-12-23 19:25:44 +08:00
chenjh
352f599367 add dac config for stmf4 2020-12-15 17:58:12 +08:00
WKJay
a85193fc75 [FIX] fix build problem in drv_crypto.c 2020-12-11 14:58:20 +08:00
tangweikang
f91089b578 [BSP][STM32] update void HAL_Delay(__IO uint32_t Delay) 2020-12-08 14:36:38 +08:00
thread-liu
3ecf12b5b2 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into step4-ev1
# Conflicts:
#	bsp/stm32/libraries/STM32MPxx_HAL/SConscript
2020-12-05 14:12:54 +08:00
thread-liu
f9e34b4df6 [add] rs485 driver 2020-12-05 13:38:53 +08:00
thread-liu
dbd67507d9 [add] qspi_flash driver. 2020-12-05 09:09:28 +08:00
thread-liu
d97530e0ff
Merge branch 'master' into step4 2020-12-03 09:09:00 +08:00
Bernard Xiong
df3d4b7bc9
Merge pull request #4037 from KyleChenjh/master
add dac driver for stm32l4
2020-12-03 08:41:41 +08:00
ZHU Hao
99a0664240 comment error 2020-11-30 11:51:59 +08:00
ZHU Hao
fd955a5c84 Fixed spelling errors in drv_sdio.c
rthw_sd_delect -> rthw_sd_detect
2020-11-30 10:52:00 +08:00
liuduanfei
9aabf2613e
change rt_sem_delete to rt_sem_detach
`_lcd.lcd_lock` should be detach with rt_sem_detach.
2020-11-26 17:00:49 +08:00
thread-liu
73391c60fb [add] crc, rng, hash and cryp driver for smt32mp1. 2020-11-26 14:31:08 +08:00
Bernard Xiong
d97a44526c
Merge pull request #4015 from whj4674672/fix
[fix] fix sdio non-aligned access problem
2020-11-24 23:30:20 +08:00
chenjh
3fa1f523df add dac driver for stm32l4 2020-11-18 23:05:18 +08:00
wanghaijing
287e3c5582 [fix] fix sdio non-aligned access problem 2020-11-09 18:21:56 +08:00
luhuadong
be94c0db20 [bsp][stm32][driver] remove extra brackets 2020-10-31 16:07:52 +08:00
Dozingfiretruck
d79df8c329 修复ADC异常 2020-10-23 18:15:59 +08:00
Dozingfiretruck
af1e92e661 stm32wb 2020-10-14 15:03:33 +08:00
thread-liu
8edb7c316a [add] stm32h7 adc and dac driver. 2020-10-09 10:24:08 +08:00
thread-liu
076e33aa03 [update] stm32mp1 pin-index 2020-09-27 14:29:36 +08:00
xieyangrun
7305712ef2 [stm32/gpio]Optimized the pin-index algorithm 2020-09-18 18:33:13 +08:00