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