林永
|
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 |
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |