Meco Man
a25667a7e5
[rtc] add comments
2021-07-30 07:01:09 +08:00
Meco Man
9e47b95e61
rt_rtc_dev_register -> rt_hw_rtc_register
2021-07-30 02:31:33 +08:00
guozhanxin
40e7d5a23d
Merge remote-tracking branch 'remotes/gitee/master'
2021-07-12 10:14:20 +08:00
iysheng
ecc0981d10
[bsp][stm32] Implement stm32 rtc driver to RTC framework V2.0
2021-07-08 22:41:41 +08:00
chenjh
67b86e61ba
[uart] Modify the uart file to configure uart_pin for pullup
2021-07-07 18:51:21 +08:00
chenjh
c0096e2db9
[uart] Modify uart pin configuration to pullup
2021-07-06 21:29:48 +08:00
guo
95cea205b1
Merge pull request #4812 from rtthread-bot/rtt_bot
...
[update] RT-Thread Robot automatic submission
2021-06-23 13:45:38 +08:00
guozhanxin
0849a6061d
[bsp][stm32] fix LTDC_IRQHandler irq enter bug.
2021-06-21 17:06:41 +08:00
Bernard Xiong
bccdf912c8
Merge pull request #4764 from KyleChenjh/master
...
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
2021-06-21 14:29:04 +08:00
guo
b032f9a6e2
Merge pull request #4793 from mysterywolf/lwipcc
...
[bug][lwip] 修复lwip临界区保护的bug
2021-06-20 11:27:52 +08:00
chenjh
0613cf8ca2
[serial] 解决serial_close未清除回调接口的问题
2021-06-18 14:54:37 +08:00
rtthread-bot
82560192a0
Merge remote-tracking branch 'rtt_gitee/gitee_master'
2021-06-17 16:30:09 +00:00
rtthread-bot
1e7dfa694f
Merge remote-tracking branch 'rtt_gitee/gitee_master'
2021-06-16 09:32:46 +00:00
chenjh
5ac5d92cbb
[serial] 优化发送非阻塞时,serial_close未执行rt_completion_done的问题。
2021-06-16 16:55:33 +08:00
THEWON
c444c5d3d4
update bsp/stm32/libraries/HAL_Drivers/drv_usbh.c.
...
修改了 hcd 初始化函数。删掉 RT_ASSERT 宏调用函数的操作方法。防止因禁用调试 RT_ASSERT 定义为空,导致 HAL_HCD_Init 不被编译的情况出现。
2021-06-16 16:37:53 +08:00
Meco Man
ce06e5e160
adjust drv_eth.c's head files
2021-06-13 13:15:59 +08:00
cyz
796c8affdd
rt_hw_us_delay的实现有问题,针对这一问题进行了修改
2021-06-09 12:35:52 +08:00
chenjh
fac3c5cda1
[serial] 优化dma接收处理流程,解耦驱动调用串口框架的API接口
2021-06-08 09:38:43 +08:00
chenjh
d94be14df5
[serial] 增加serial_v2版本的框架和基于stm32的串口驱动
2021-06-08 09:38:43 +08:00
guozhanxin
247943f1cd
add usb audio for pandora.
2021-05-24 16:59:32 +08:00
Bernard Xiong
ff4dfda5ff
Merge pull request #4633 from whj4674672/spi
...
[add] spi config increases irq_type
2021-04-27 20:52:33 +08:00
wanghaijing
5b7dac8c8e
[add] spi config increases irq_type
2021-04-23 09:55:31 +08:00
Bernard Xiong
f4f6bf5237
Merge pull request #4485 from mysterywolf/wdgl0
...
[bug][stm32][wdg] 修复没有考虑到L0芯片的问题
2021-04-21 08:38:36 +08:00
rtthread-bot
ceeaca25fd
Merge remote-tracking branch 'rtt_gitee/gitee_master'
2021-04-10 16:40:13 +00:00
shuobatian
7355e4b6f3
Merge branch 'fudfe' into gitee_master
2021-04-08 21:19:30 +08:00
shuobatian
a8fb6109e0
fix unused device frame error
2021-04-05 15:08:53 +08:00
Bernard Xiong
259144b2e6
Merge branch 'master' into master
2021-03-31 14:15:21 +08:00
静静流淌的柯溪
d3d19d0494
add stm32wbxx_hal_hsem.c
...
add this file to support ble stack.
2021-03-27 14:42:40 +08:00
cosmo
28ec21671c
删除了注释中从can.h拷贝的rt_can_filter_item
2021-03-22 14:24:05 +08:00
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
luhuadong
25cafc9d42
[stm32] perform an automatic ADC calibration to improve the conversion accuracy using function HAL_ADCEx_Calibration_Start().
2020-08-12 02:09:52 +08:00
tangweikang
ab8b25bcd3
[bsp][stm32][wdt] Optimize code style.
2020-07-23 18:37:35 +08:00
thread-liu
38e42ad69a
[update] add STM32MP1xx template project.
2020-07-14 10:04:46 +08:00
Bernard Xiong
03f727d0c6
Merge pull request #3732 from NU-LL/stm32g070-st-nucleo
...
add stm32g070-st-nucleo bsp
2020-07-08 10:32:30 +08:00
ifreecoding
2b1bcf6833
1.增加对stm32_flash_erase函数入口参数size为0的检测。
...
2.stm32_flash_write函数按byte、half word、word对齐写入,提升写入效率。
2020-07-03 10:28:37 +08:00
NU-LL
d869b605c6
add stm32g070-st-nucleo bsp
2020-07-01 20:29:43 +08:00
朱天龙 (Armink)
b31822420b
Merge pull request #3715 from thread-liu/add_stm32mp1_driver
...
[update] add drivers for stm32mp1.
2020-06-24 13:48:48 +08:00
thread-liu
a84d575314
[update] format code
2020-06-24 12:53:24 +08:00
thread-liu
c9db3a070f
[update] close dfc and format code.
2020-06-24 09:34:53 +08:00
thread-liu
3c848e3c90
[update] clear code
2020-06-23 14:19:30 +08:00
thread-liu
2fcd940b57
[update] add drivers for stm32mp1.
2020-06-23 11:26:11 +08:00
Bernard Xiong
a57279956e
Merge pull request #3708 from thread-liu/add_stm32mp1_library
...
[add] STM32MP157A Discovery bsp
2020-06-21 14:38:53 +08:00
thread-liu
8c44edf8a2
[update] stm32mp1 link
2020-06-20 16:39:32 +08:00
thread-liu
0606261b97
[add] stm32mp1 drivers
2020-06-20 14:05:14 +08:00
thread-liu
4ef02cd8e3
[add] stm32mp1 library
2020-06-20 14:03:51 +08:00
tangweikang
2e8375dd12
[bsp][stm32][drv_sdio.c] adapt stm32f2 series | 适配 stm32f2 系列
2020-06-18 19:22:38 +08:00
armink
673662656a
[BSP][stm32] Add 3 wires SPI driver support.
2020-06-13 11:58:28 +08:00
流光
6ba3767949
[update] Configure the lowest priority of STM32 systick interrupts | 配置STM32 systick中断优先级为系统最低.
2020-06-04 10:19:22 +08:00
流光
0a5d7d60eb
[upadte] Configure the priority of STM32 uart rx interrupts | 显式配置STM32串口接收中断优先级.
2020-06-04 10:18:57 +08:00
SummerGift
fea7f2bb58
[add] dist_dir function for every stm32 bsp
2020-05-25 14:36:42 +08:00
Bernard Xiong
83737fa7ce
Merge pull request #3613 from whj4674672/master
...
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 fal
2020-05-24 22:35:50 +08:00
whj4674672
8d45e7f856
add drv_flash_h7.c
2020-05-23 17:30:40 +08:00
Bernard Xiong
daa3227ca8
Merge pull request #3617 from ifreecoding/debug
...
局部变量tm_new未初始化,该结构体变量中的tm_isdst值为栈中残留值,不确定,该值会影响是否使用夏令时,最终表现概率性使用夏令时,…
2020-05-22 18:25:36 +08:00
Bernard Xiong
7fa4c90ed8
Merge pull request #3591 from tyustli/master
...
[bsp] fix stm32 f1 series rtc bug
2020-05-22 10:35:32 +08:00
ifreecoding
76cd1608a7
局部变量tm_new未初始化,该结构体变量中的tm_isdst值为栈中残留值,不确定,该值会影响是否使用夏令时,最终表现概率性使用夏令时,出现相差1小时的问题。将其初始化为0,默认不使用夏令时
2020-05-21 17:13:36 +08:00
whj4674672
b91f1ab54e
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 fal
2020-05-20 13:40:33 +08:00
thread-liu
3496017c84
[update] spi nss type
2020-05-15 15:07:19 +08:00
tyustli
55edb9642a
【修改】添加注释及模块化程序
2020-05-15 12:53:36 +08:00
GaoJie
c4eed718e8
[BSP] [STM32] drv_can.c CANx_SCE_IRQHandler() 的 RT_CAN_BUS_ACK_ERR 处理3个邮箱的 TXOK标志
2020-05-13 10:05:23 +08:00
GaoJie
1e94742a0e
[BSP] In bsp of stm32, Change drv_can1 to drv_can2 in function CAN2_SCE_IRQHandler() of drv_can.c
2020-05-13 09:35:30 +08:00
tyustli
a7c293fac0
[bsp] fix stm32 f1 series rtc bug
2020-05-12 14:08:24 +08:00
Bernard Xiong
90fb832bf2
Merge pull request #3582 from SummerLife/optimize_dist_handle
...
[bsp] optimize bsp dist handle process
2020-05-07 14:07:52 +08:00
Bernard Xiong
c88870bfd7
Merge pull request #3527 from z14git/pwm_patch
...
add PWM1_CONFIG
2020-05-06 21:30:36 +08:00
Bernard Xiong
6632f9c006
Merge pull request #3576 from whj4674672/master
...
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 uart dma
2020-05-06 21:07:45 +08:00
SummerGift
b74ec1ec8c
[add] stm32 bsp dist handle in rtconfig.py
2020-05-06 15:05:09 +08:00
whj4674672
92ddb8b0f3
[bsp/stm32/stm32h743-atk-apollo]support stm32h7 uart dma
2020-05-02 15:09:41 +08:00
Jianjia Ma
24bc2560ef
Fix bug cause HAL SPI timeout
...
The bug affects in SPI mode 1 (probably and mode 2)
When changing SPI device, HAL returns timeout error for the first time trying to read/write.
2020-04-13 10:50:55 +01:00
z14git
5fa0656a9a
add PWM1_CONFIG
2020-04-13 15:28:12 +08:00
DeclanHuaChen
9545529b33
Fix some spelling mistakes
2020-04-11 16:06:32 +08:00
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
gyd0317
588bda5553
change gcc statup files
2020-03-18 21:42:13 +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
朱天龙 (Armink)
1dd4452df0
Merge pull request #3402 from SummerLife/add_stm32_h747_discovery
...
[bsp/stm32] add STM32H747-DISCO BSP
2020-02-26 11:25:31 +08:00
SummerGift
c225b0f745
[update] bsp/stm32/stm32h747-st-discovery/board/SConscript
2020-02-26 10:26:48 +08:00
SummerGift
d9a9b90b33
[update] board/sconscript to fix compile error after dist
2020-02-25 16:30:12 +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
SummerGift
375b1768b0
[update] bsp/stm32/libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Include/stm32h747xx.h to handle multi-core situations
2020-02-24 14:21:21 +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
390687122e
Merge pull request #3318 from eYoung8475/master
...
[bsp][stm32]add stm32f103-atk-warshipv3 sram driver
2020-01-10 20:37:14 +08:00
linyiyang
7e003b2214
修改相关sram名称为external sram;
2020-01-08 22:04:49 +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
Bernard Xiong
1f8c3e5e56
Merge pull request #3312 from xiangxistu/dev
...
[bsp][stm32] fix a problem that using gcc compile the chips of stm G4 series but chip doesn't work
2020-01-07 08:08:38 +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
linyiyang
75e832c65e
[bsp][stm32]add stm32f103-atk-warshipv3 sram driver
2020-01-06 09:12:45 +08:00
liuxinaliang
ead5f07c5f
[bsp][stm32] change tab into whitespace
...
Signed-off-by: liuxinaliang <liuxianliang@rt-thread.com>
2020-01-03 17:59:10 +08:00
liuxinaliang
6ad56dfbec
[bsp][stm32] fix a problem that using gcc compile the chips of stm G4 series but chip doesn't work
...
Signed-off-by: liuxinaliang <liuxianliang@rt-thread.com>
2020-01-03 12:45:46 +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
greedyhao
cc319c0181
Update SConscript
...
添加 stm32f7xx_hal_crc_ex.c,避免开启 CRC IP 的时候报错
2019-11-16 21:30:32 +08:00
Bernard Xiong
9397419914
Merge pull request #3197 from SummerGGift/del_useless_folder_in_cmsis
...
[bsp/stm32] del useless folder in CMSIS to avoid compilation error in rt-thread IDE
2019-11-12 13:40:44 +08:00
SummerGift
457d474ac1
[bsp/stm32] del useless folder in CMSIS to avoid compilation error in rt-thread IDE
2019-11-12 10:49:27 +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
Bernard Xiong
43a46ee716
Merge pull request #3161 from SummerGGift/master_1029
...
[bsp][stm32] update h7 && g0 series hal library
2019-10-30 09:43:25 +08:00
Bernard Xiong
204271c3c3
Merge pull request #3151 from SummerGGift/1024
...
[fix] add #include <rtthread.h> for stm32g4xx_hal.h
2019-10-30 09:01:49 +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
SummerGift
b734026d5c
[update] g0 series bsp
2019-10-29 16:27:13 +08:00
SummerGift
60f0f476ef
[update] g0 hal library
2019-10-29 16:10:01 +08:00
SummerGift
ad05e65c1f
[del] Delete useless files to avoid compilation errors
2019-10-29 15:48:54 +08:00
SummerGift
8978d2f5c0
[del] Delete useless files to avoid compilation errors
2019-10-29 15:47:35 +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
9f8d6557ea
[bsp][stm32] Add USB HS for H7-TOOL.|为 H7-TOOL 添加 USBHS.
2019-10-27 21:16:48 +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
SummerGift
0b0936cae1
[fix] add #include <rtthread.h> for stm32g4xx_hal.h
2019-10-24 17:26:22 +08:00
Ernest
7be06b67bb
[add] default environment
2019-10-22 16:48:57 +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
whj4674672
ac1ab2d140
[bsp][stm32h7]Fix BUG that cannot run in IAR environment
2019-10-16 14:43:50 +08:00
yygg_you
361ee3da97
fix warning: #1296
...
When compiling C code containing statements like this:
rt_base_t xx_io_tbl[] =
{
GET_PIN(A,0),
};
the compiler will report:
Warning: #1296-D: extended constant initialiser used
2019-10-10 11:06:21 +08:00
xuzhuoyi
cd267a30e4
[bsp][stm32][stm32g431-st-nucleo] Add stm32g431-st-nucleo bsp
2019-10-03 22:29:13 +08:00
xuzhuoyi
f30a03f093
[bsp/stm32] Add STM32G4xx_HAL library
2019-10-03 18:18:07 +08:00
Bernard Xiong
67bb485dd4
Merge pull request #3100 from balanceTWK/master_encoder_9_20
...
[bsp][stm32][driver] drv_pulse_encoder.c
2019-09-30 20:17:50 +08:00
tangweikang
4d796c8fb3
[bsp][stm32][driver][drv_pulse_encoder.c] code style
2019-09-29 18:05:39 +08:00
tangweikang
c11686751e
[bsp][stm32][driver][drv_pulse_encoder.c] code style
2019-09-24 14:27:40 +08:00
tangweikang
f1fe6479b1
[bsp][stm32][driver][drv_pulse_encoder.c] remove pulse_encoder->parent.user_data
2019-09-24 11:54:05 +08:00
armink
fe6cf948d5
[bsp/stm32] Remove the use of device user data on uart driver.
2019-09-21 13:51:04 +08:00
tangweikang
7c455e6767
[bsp][stm32][driver] drv_pulse_encoder.c
2019-09-20 15:57:26 +08:00
Bernard Xiong
bb014b2061
Merge pull request #3050 from ericQiang/master
...
bug fix: the value of timer auto reload should be (val-1)
2019-09-16 17:36:23 +08:00
Bernard Xiong
6259e715d2
Merge pull request #3053 from willianchanlovegithub/WillianChan
...
[bsp][stm32][f796-disco]Add stm32f769-st-disco bsp
2019-09-16 17:35:57 +08:00
Willian Chan
58aa6b792a
[bsp][stm32][templates/stm32f7xx]Fix the problem of indentation.
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-16 14:05:50 +08:00
Bernard Xiong
91e1918250
Merge pull request #3071 from xfan1024/fix-stm32l0-exti-bug
...
Fix STM32L0 Series External Interrupt BUG
2019-09-15 09:38:54 +08:00
Bernard Xiong
41753b2e7a
Merge pull request #3066 from zhangjun1996/master
...
[bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数
2019-09-15 09:38:19 +08:00
Bernard Xiong
20d9ac459e
Merge pull request #3054 from a1012112796/writing_zzc_add_bsp_robomaster_a
...
[bsp][stm32] 更新stm32f427-robomaster-a外设驱动配置
2019-09-15 09:37:47 +08:00
xiaofan
8be42fdf2f
Fix STM32L0 Series Interrupt BUG
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-13 02:13:51 +08:00
zhangjun
3cf0f34164
[bsp][stm32][libraries]删除冲突的spi库文件,修正stm32f1系列的uuid读取函数
2019-09-12 10:34:49 +08:00
Willian Chan
c51352d7cb
[bsp][stm32f7]Fix "scons --dist" error in stm32f7's bsp
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-09-11 18:16:34 +08:00
yangjie
1ef33e66cd
[bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项
2019-09-11 12:06:43 +08:00
a1012112796
60bda424eb
[bsp][stm32] 更新stm32f427-robomaster-a外设驱动配置
...
1.增加串口1,7,8配置,经实机测试无误
2.增加PWM4 CH1 -- 4, PWM12(BUZZER)配置,因条件有限,仅测试了TIM12 CH1
3.经测试,CAN通信无法正常使用,原因尚未找出,故暂时删去此配置
测试所用编译器: mdk5, IAR
2019-09-10 19:17:38 +08:00
ericQiang
ee668cce81
bug fix: the value of timer auto reload should be (val-1)
2019-09-09 22:22:29 +08:00
Bernard Xiong
4ba5fe5ab5
Merge pull request #3035 from Linjieqiang/fix_spelling_mistake
...
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
2019-09-09 13:25:11 +08:00
Bernard Xiong
1370a4c79b
Merge pull request #3044 from yangjie11/stm32-lib
...
[bsp][stm32] update Stm32 lib
2019-09-09 08:08:43 +08:00
yangjie
53fc84656b
[bsp][stm32/libraries] update STM32L4xx_HAL lib to V1.14.0
2019-09-05 18:07:41 +08:00
yangjie
77a90a2cdc
[bsp][stm32/libraries] update STM32H7xx_HAL lib to V1.5.0
2019-09-05 17:53:14 +08:00
yangjie
804e3967d0
[bsp][stm32/libraries] update STM32G0xx_HAL lib to V1.3.0
2019-09-05 17:43:00 +08:00
yangjie
0cde9a27c6
[bsp][stm32/libraries] update STM32F7xx_HAL lib to V1.15.0
2019-09-05 17:35:36 +08:00
yangjie
2f269499de
[bsp][stm32/libraries] update STM32F2xx_HAL lib to V1.8.0
2019-09-05 17:19:57 +08:00
yangjie
bae87829a9
[bsp][stm32/libraries] update STM32F1xx_HAL lib to V1.8.0
2019-09-05 17:06:53 +08:00
yangjie
7498a9296a
[bsp][stm32/libraries] update STM32L0xx_HAL lib to V1.11.2
2019-09-05 16:47:02 +08:00
yangjie
2f7d9d4330
[bsp][stm32/libraries] update STM32F0xx_HAL lib to V1.10.1
2019-09-05 14:58:33 +08:00
LinJieqiang
d16d78c53e
fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE"
2019-09-05 08:33:12 +08:00
LinJieqiang
dce37d0b4b
bsp: fix stm32 rtc hal library error.
2019-09-04 10:08:34 +08:00
Bernard Xiong
03f8762e28
Merge pull request #2989 from yexinfu/master
...
[bsp][stm32][HAL_Drivers]modified stm32 timer_start cant set HWTIMER_MODE_PERIOD mode
2019-09-04 08:03:28 +08:00
xiaofan
65afdf050a
STM32 Ethernet driver: Add DP83848C support
...
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:53 +08:00
xiaofan
7676b5e69b
Optimize STM32 Ethernet Drvier
...
1. Add phy_linkchange function to simplify eth_phy_isr and phy_monitor_thread_entry
2. phy_speed is uint8_t may case some problems, use enumeration instead of hardware-dependent values
3. Fix eth_phy_isr can not detect link up
4. Use macro to check phy status for flexibility
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:51:09 +08:00
xiaofan
37fe581be4
Fix STM32 Ethernet Driver Spelling Mistake
...
Rename PHY_INTERRUPT_MSAK_REG to PHY_INTERRUPT_MASK_REG
Signed-off-by: xiaofan <xfan1024@live.com>
2019-09-03 18:50:45 +08:00
tyustli
51d1ec80a4
fix docs link err
2019-09-03 11:41:22 +08:00
tangweikang
0f74ee7e20
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into drv_encoder
...
# Conflicts:
# components/drivers/misc/encoder.c
2019-08-30 16:11:46 +08:00
tangweikang
b76d3dac8a
[components][drivers] change name: encoder -> pulse_encoder
2019-08-30 15:58:52 +08:00
Willian Chan
48b4385c01
[bsp][stm32][stm32l475-atk-pandora]Add lcd driver and fix compilation report error on spi_config.h
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-08-28 12:03:11 +08:00
tyustli
3730df2411
1、[bsp] [imxrt] rename docs imxrt -> i.MX RT
...
2、[bsp] [stm32] fix drv_can assert bug
2019-08-27 15:35:58 +08:00
tangweikang
05b1dff094
[bsp][stm32] add drv_encoder.c to stm32f103-atk-warshipv3
2019-08-27 09:31:41 +08:00
tyustli
363c9b1460
[bsp] [stm32] fix drv_can.c and can.c bug
2019-08-23 20:40:09 +08:00
tangweikang
94d7bdd010
[bsp][stm32] add drv_encoder.c to stm32f407-atk-explorer
2019-08-23 16:50:59 +08:00
tangweikang
1d4139ab53
[bsp][stm32] add drv_encoder.c
2019-08-23 14:08:02 +08:00
yexinfu
0c1a12afd8
修复stm32 timer_start函数不能设置HWTIMER_MODE_PERIOD模式
...
修复timer_start函数注释:将TIM2改为TIM更合理
2019-08-23 07:45:45 +08:00
Bernard Xiong
61f151f463
Merge pull request #2981 from LaoYeNing/rtt-branch
...
[stm32][driver_eth] 修复开启自动协商时出错的 bug
2019-08-22 17:31:24 +08:00
tyustli
c4d0c91502
[bsp] [stm32] fix drv_flash_l4.c bug
2019-08-21 18:39:14 +08:00
Bernard Xiong
ccf80cc2f3
Merge pull request #2953 from wuhanstudio/pwm-clock-enable
...
[stm32][driver] pwm enable clock
2019-08-19 16:47:19 +08:00
tyustli
c81eebcd5d
[bsp] [stm32] fix drv_can.c
2019-08-16 12:14:30 +08:00
Wu Han
2e90a7e5b2
[stm32][driver] switch HAL_TIM_PWM_Init with HAL_TIM_Base_Init for new CubeMX
2019-08-15 13:38:44 +08:00
Wu Han
6a1e12f178
[stm32][driver] pwm enable clock
2019-08-15 11:21:14 +08:00
laoyening
cf4f42ea19
在没插好网线,开发板就上电时,以太网硬件初始化返回失败,导致下一步的以外网DMA环结构和以太网中断都没有被初始化好。等到网线被插好之后,以太网接收数据线程堆栈溢出,程序发生奔溃。
2019-08-12 17:47:52 +08:00
Bernard Xiong
532ad16b7b
Merge pull request #2933 from murphyzhao/fix-pwm-usagefault
...
[bsp][stm32] fix drv_pwm.c device register usagefault
2019-08-08 11:17:54 +08:00
MurphyZhao
e3a0773520
[bsp][stm32] fix drv_pwm.c device register usefault
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:30:15 +08:00
MurphyZhao
1f842df9ce
[bsp][stm32] remove C99 feature
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-07 14:24:09 +08:00
MurphyZhao
891823521a
[bsp][stm32] fix RT_ASSERT location error
...
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-08-06 18:00:57 +08:00