Commit Graph

584 Commits

Author SHA1 Message Date
Meco Man 0a8b6f5e8a [bug][stm32][wdg] 修复没有考虑到L0芯片的问题 2021-03-19 13:39:13 +08:00
jeshrz ed881ca667 fix overwrite issue when using SDRAM on STM32F7XX 2021-03-17 17:36:17 +08:00
zhuyf233 2d5bbbf086
Merge branch 'master' into master 2021-03-10 19:07:53 +08:00
zhuyunfan 6b4cfce082 add name 2021-03-10 12:45:13 +08:00
Meco Man fc04d828ee [stm32][driver] auto formatted 2021-03-08 22:40:39 +08:00
zhuyunfan 8897a1cde3 Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2021-03-03 16:28:23 +08:00
zhuyunfan aad29c0d85 fix error 2021-03-03 14:51:41 +08:00
thread-liu 53dea16e5c [update] sdio wifi. 2021-03-01 15:57:10 +08:00
zhuyunfan 2364033109 fix stm32f7 flash driver error 2021-03-01 12:56:59 +08:00
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
cosmo 55ea496431 格式修正 2021-02-02 14:28:32 +08:00
cosmo 9c811b19ba 修复滤波设置问题,根据标志帧和扩展帧判别所需位移,根据滤波模式判别CAN_FxR2[3:0]设置。 2021-02-02 14:23:56 +08:00
cosmo 69a347fa7b 修复 应用层设置hdr = -1时,驱动层没有正确识别问题,默认按照滤波表顺序设置FilterBank 2021-02-02 14:10:57 +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
yangjie eeaf1fcc50 resolve Conflicts
bsp/nrf52832/board/Sconscript
	bsp/nrf52832/startups/Sconscript
	bsp/raspberry-pi/raspi4-32/driver/SConscript
2020-12-28 12:02:31 +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
Bernard Xiong 2c964b5bd4
Merge pull request #4174 from thread-liu/master
[update] stm32mp1 mdk link script file
2020-12-18 19:30:03 +08:00
thread-liu f549c79269 [update] stm32mp1 mdk link script file. 2020-12-17 10:27:51 +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
Bernard Xiong 64e9cd9d3a
Merge pull request #4098 from balanceTWK/master_stm32
[bsp][stm32][libraries] Remove #include <rtthread.h>
2020-12-05 14:57:42 +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 73539c6bc0 [add] dfsdm driver. 2020-12-05 09:43:32 +08:00
thread-liu b71d496b83 [add] spdifrx driver. 2020-12-05 09:32:35 +08:00
thread-liu dbd67507d9 [add] qspi_flash driver. 2020-12-05 09:09:28 +08:00
thread-liu 5d7efb3c5f [add] fdcan driver. 2020-12-04 17:57:54 +08:00
thread-liu 10da8d4e44 [add] dcmi and ov5640 driver. 2020-12-04 17:48:42 +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
Bernard Xiong 926a06d347
Merge pull request #4089 from thread-liu/step4-ev1
[add] complicated dirvers for STM32MP157A-EV1 board
2020-12-02 23:39:29 +08:00
thread-liu c5612fd2e1 [add] sai and wm8994 codec driver. 2020-12-02 17:29:04 +08:00
thread-liu 840af38dac [add] sdmmc (sd_card and emmc) driver. 2020-12-02 17:10:39 +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
BalanceTWK 7de66cd38c [bsp][stm32][libraries] Remove #include <rtthread.h> 2020-11-28 12:51:56 +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
thread-liu 87e677e353 [add] audio driver for stm32mp1-dk1 2020-11-24 14:59:28 +08:00
thread-liu 2f5bfddde3 [add] sdio driver for stm32mp1-dk1. 2020-11-23 09:57:11 +08:00
yangjie11 91261e25b9 [SConscript]rename group name 2020-11-20 13:38:11 +08:00
chenjh 3fa1f523df add dac driver for stm32l4 2020-11-18 23:05:18 +08:00
thread-liu a0f6579167 [update] add GBE dirver for stm32mp1dk1 2020-11-18 15:01:54 +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 ec3e26ba28 修复linux下编译失败 2020-10-26 16:52:19 +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
Bernard Xiong 36cb4349a6
Merge pull request #3897 from yangjie11/yj_dev1
[components][driver/pin.c]pin 框架增加 rt_pin_get
2020-09-11 12:57:59 +08:00
yangjie 38b3a3445e [bsp][driver] 初始化 BSP 中的 rt_pin_ops 2020-09-11 11:16:42 +08:00
Bernard Xiong 16c7ba0b77
Merge pull request #3891 from thread-liu/stm32mp157a-dk1
[update] stm32mp1-dk1 bsp drivers
2020-09-08 12:08:15 +08:00
thread-liu 7c6de68e83 [update] delete rt-thread header file. 2020-09-07 11:59:58 +08:00
Bernard Xiong ee45d0af2a
Merge pull request #3858 from zyf-in-github/stm32l4_can
[bsp][stm32]add can support for stm32l4
2020-09-06 15:51:45 +08:00
thread-liu c83c8b490a [update] format code. 2020-09-05 09:24:25 +08:00
thread-liu 8662bb7013 [add] <rtthread.h> header 2020-09-04 13:55:26 +08:00
thread-liu cd5c57b614 [update] stm32mp157a-dk1 bsp 2020-09-04 10:24:58 +08:00
Chenxuan Zhao 1ca8a956cc [bsp/stm32] Add C++ Support 2020-09-04 07:59:37 +08:00
Chenxuan Zhao 53e4b9d515 Add C++ Support 2020-09-03 14:59:18 +08:00
Bernard Xiong d272c9aaf7
Merge pull request #3856 from SummerLife/master_710
[stm32][bsp] fix stm32f769-st-disco bsp scons --dist function
2020-08-31 08:55:07 +08:00
thread-liu c77e9991ea [update] delete extra null string. 2020-08-28 13:47:49 +08:00
zhuyunfan 6dd5af4fa6 [bsp][stm32]add can support for stm32l4 2020-08-28 12:30:33 +08:00
thread-liu fbc307529e [update] error Structural member variables 2020-08-28 11:56:33 +08:00
SummerGift a1877017f7 [stm32][bsp] f7 series bsp templates 2020-08-28 09:38:55 +08:00
林永 9eb2275935
Update drv_hwtimer.c 2020-08-27 17:29:07 +08:00
林永 f60f4525f7
Update drv_hwtimer.c
新增函数 pclkx_doubler_get 用于获取定时器时钟倍频状态
2020-08-27 15:22:15 +08:00
林永 5121b8da43
Update drv_hwtimer.c
好的,已修正。
2020-08-27 10:41:09 +08:00
林永 dbd389a5a0
Update drv_hwtimer.c
抱歉,这里有个失误.
2020-08-26 21:16:40 +08:00
林永 f8e21052ef
Update drv_hwtimer.c
STM32的硬件定时器在 APBxCLKDivider 为 RCC_HCLK_DIV1 的时候,timer clocks 频率等于外设总线时钟PCLKx. 反之 timer clocks 为 PCLKx 的2倍.
2020-08-25 13:44:32 +08:00
thread-liu b4c4d554c9 [update] add stm32mp157a-st-ev1 bsp 2020-08-13 13:34:28 +08:00