4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 01:43:32 +08:00

895 Commits

Author SHA1 Message Date
XYX12306
a2517e4cb5 fixed the serious bug caused by the main function calling the key processing function and the system running error
corrected the description of README.md file
2020-06-08 00:02:33 +08:00
XYX12306
29a0dde714 update README.md and main.c file
update template.uvprojx and enable to automatic operate after burning
support SPI/I2C/timer/pwm/ADC/RTC/WDG/FLASH/OTGFS/RNG/UDID on-chip peripheral driver
take CubeMX_Config.ioc Rename to STM32F413ZH.ioc
2020-06-07 15:30:50 +08:00
Bernard Xiong
695a58648a
Merge pull request #3653 from liu2guang/master
调整STM32系列bsp部分外使的中断优先级配置
2020-06-04 17:57:14 +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
thread-liu
076c61b3fa [更新] 修改了 stm32f103-hw100k-ibox iar 工程编译报错的 bug 2020-06-02 18:45:23 +08:00
Bernard Xiong
7c761516aa
Merge pull request #3622 from DriftSnail/master
Add BSP for STM32F103RET6-OneNET-NBIoT Board .
2020-05-31 18:33:50 +08:00
Nimbus
f66a132f6d Add BSP for STM32F103RET6-OneNET-NBIoT Board 2020-05-30 11:41:28 +08:00
bigaj
ccaf833e1f add bsp stm32f411-atk-nano 2020-05-28 20:58:45 +08:00
Bernard Xiong
697077f8a8
Merge pull request #3605 from A-orz/master
Add SD Card driver for stm32h743-atk-apollo board
2020-05-26 14:03:53 +08:00
liuduanfei
2849cb4282 formatting code 2020-05-26 11:35:03 +08:00
liuduanfei
efdde9ffd4 formatting code 2020-05-26 10:46:33 +08:00
liuduanfei
1a4c6cb05f formatting code 2020-05-26 10:41:52 +08:00
liuduanfei
1d1376e7fa clean code 2020-05-25 20:27:05 +08:00
SummerGift
fea7f2bb58 [add] dist_dir function for every stm32 bsp 2020-05-25 14:36:42 +08:00
SummerGift
01873a5687 [add] rt-thread ide project dist feature 2020-05-25 14:32:17 +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
liuduanfei
5db00fa758 add author information 2020-05-23 22:35:43 +08:00
liuduanfei
535aa894e8 clean code 2020-05-23 22:25:01 +08:00
whj4674672
8d45e7f856 add drv_flash_h7.c 2020-05-23 17:30:40 +08:00
Bernard Xiong
fc44e8f0ae
Merge pull request #3610 from Sunwancn/stm32l433-st-nucleo
[BSP]Add stm32l433-st-nucleo BSP
2020-05-23 04:57:38 +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
Sunwancn
f43e7ba90b Add stm32l433-st-nucleo BSP 2020-05-18 19:55:42 +08:00
liuduanfei
3c9da16d8d Add SD Card driver for stm32h743-atk-apollo board 2020-05-17 13:45:42 +08:00
liuduanfei
d1a12288ad Add SD Card driver for stm32h743-atk-apollo board 2020-05-17 13:31:18 +08:00
Bernard Xiong
ee2cec13b1
Merge pull request #3602 from thread-liu/rt-thread-thread-liu
SPI 设备初始化 NSS 类型判断错误
2020-05-16 14:05:40 +08:00
XYX12306
fe2122d076 Merge remote-tracking branch 'upstream/master' 2020-05-15 19:52:14 +08:00
Bernard Xiong
4ef35a9dee
Merge pull request #3568 from NU-LL/l476_add_spi_adc_time
support SPI/ADC/TIME on-chip peripheral driver
2020-05-15 15:13:48 +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
luhuadong
921aa67eec [BSP] update the picture of stm32l412-nucleo 2020-05-08 19:33:09 +08:00
luhuadong
542edd9066 [BSP] update a picture of stm32l412-nucleo 2020-05-07 20:48:50 +08:00
luhuadong
12887d54ce [BSP] optimize dist handle according to #3582 2020-05-07 20:45:54 +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
NU-LL
c8e7093ee6 Fix LPTIM error 2020-05-07 12:39:24 +08:00
NU-LL
6e861d4938 Fix adc initialization 2020-05-07 11:14:17 +08:00
NU-LL
e444ec908c Add STM32CubeMX initial configuration 2020-05-07 10:42:55 +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
Bernard Xiong
35e81207c7
Merge pull request #3553 from xiangxistu/master
[update] gizwits-gokitv21 support uart2
2020-05-06 21:02:41 +08:00
Bernard Xiong
a998556e83
Merge pull request #3561 from luhuadong/develop
[BSP] Add stm32l412-st-nucleo BSP
2020-05-06 21:00:23 +08:00
Bernard Xiong
e38ee383aa
Merge pull request #3528 from majianjia/master
Fix bug cause STM32 HAL SPI timeout
2020-05-06 20:57:09 +08:00
SummerGift
9f6696964a [update] add new line 2020-05-06 15:43:26 +08:00
SummerGift
b74ec1ec8c [add] stm32 bsp dist handle in rtconfig.py 2020-05-06 15:05:09 +08:00