thread-liu
|
4ef02cd8e3
|
[add] stm32mp1 library
|
2020-06-20 14:03:51 +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 |