1009 Commits

Author SHA1 Message Date
thread-liu
2507c6459a [update] format 2020-09-04 10:39:18 +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
luhuadong
8a23803362 [bsp][stm32] support ethernet device for stm32f769-disco 2020-08-31 15:52:15 +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
SummerGift
1b8244c735 [stm32][bsp] fix stm32f769-st-disco bsp scons --dist function 2020-08-28 09:32:09 +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
cde20da97f [update] stm32mp157a-st-ev1. 2020-08-18 11:54:44 +08:00
aozima
79fd12842b Merge branch 'master' into gitee_master 2020-08-14 16:29:11 +08:00
Bernard Xiong
5b94c1482e
Merge pull request #3749 from rtthread-bot/gitee_master
[auto pr] rtthread-bot
2020-08-14 15:03:40 +08:00
Bernard Xiong
4d3027e994
Merge pull request #3814 from thread-liu/stm32mp1-ev1
[update] add stm32mp1-st-ev1 bsp.
2020-08-13 16:59:34 +08:00
thread-liu
dd2bf1e442 [update] format 2020-08-13 14:11:34 +08:00
thread-liu
b4c4d554c9 [update] add stm32mp157a-st-ev1 bsp 2020-08-13 13:34:28 +08:00
Bernard Xiong
5a6a7e391e
Merge pull request #3808 from BernardXiong/stm32f429-disco
[BSP][stm32f429-st-disco] Add SDRAM, LCD port files
2020-08-13 09:05:28 +08:00
nongxiaoming
1af61b3bc7 [bsp] stm32f429-st-disco:modify to use RT_USING_SPI default. 2020-08-12 16:02:51 +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
nongxiaoming
e548b77da0 [bsp] stm32:fix the lcd driver for stm32f429 discovery board. 2020-08-11 13:21:27 +08:00
Bernard Xiong
ea01edb6ec [BSP] Add SDRAM, LCD port files 2020-08-08 16:12:25 +08:00
来日方长
f44bdc1019
Update SConscript 2020-08-06 12:10:49 +08:00
Meco
3e46db932a 修改部分nucelo开发板readme 2020-08-05 03:12:26 +08:00
SummerGift
d9a312d55d [bsp][stm32] update stm32h743-st-nucleo/board/SConscript to fix compiling error after dist 2020-08-01 09:52:00 +08:00
Bernard Xiong
6bf76a375c Merge branch 'master' into gitee_master 2020-07-28 05:44:20 +08:00
Bernard Xiong
e22bbf975e
Merge pull request #3760 from balanceTWK/master_stm32_wdt
[bsp][stm32][wdt] Optimize code style.
2020-07-24 10:19:15 +08:00
tangweikang
ab8b25bcd3 [bsp][stm32][wdt] Optimize code style. 2020-07-23 18:37:35 +08:00
thread-liu
b1013e7a89 [update] add english README.md 2020-07-23 10:26:52 +08:00
Bernard Xiong
1a42ca9035
Merge pull request #3746 from thread-liu/master
[update] add STM32MP1xx template project.
2020-07-21 18:08:11 +08:00
RT-Thread
6c6b3850bc !30 增加CAN配置和使用CubeMx生成的CAN模块Mspinit代码
Merge pull request !30 from sgf201/addCanConfit
2020-07-16 14:35:39 +08:00
luhuadong
8ed05a53ac [bsp] add missing dist_handle function for two stm32 bsp 2020-07-14 16:22:56 +08:00
thread-liu
38e42ad69a [update] add STM32MP1xx template project. 2020-07-14 10:04:46 +08:00
sgf201
b3f1bf1309 repalce tab with space in Kconfig file 2020-07-09 15:46:45 +08:00
sgf201
ea8bd605e3 add CAN config and msp initial code 2020-07-09 15:31:48 +08:00
Bernard Xiong
a6d7dc73ed
Merge pull request #3724 from XYX12306/master
mainly update some supports on-chip peripheral driver about stm32f413-st-nucleo board
2020-07-08 13:51:28 +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
NU-LL
9c055e893b Fix format issues 2020-07-07 10:11:08 +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
XYX12306
f9347472cb convert the tab key of some files to four spaces 2020-06-27 14:43:39 +08:00
RT-Thread
fe67df3408 !29 【开源贡献活动】 增加线程栈静态分析功能(python版本) https://gitee.com/rtthread/rt-thread/issues/I1I3UR
Merge pull request !29 from 来日方长/stackchecker_WorstCaseStack_giteemaster
2020-06-24 19:28:00 +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