Commit Graph

916 Commits

Author SHA1 Message Date
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 6ebab25768
Merge pull request #3864 from luhuadong/develop
[bsp][stm32] support ethernet device for stm32f769-disco
2020-09-11 08:52:57 +08:00
Cathy Li c73d0a7466 Update BSP README with EN Version. 2020-09-09 18:22:26 +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 abab8b0365 [update] delete extra code. 2020-09-08 09:36:59 +08:00
thread-liu 7c6de68e83 [update] delete rt-thread header file. 2020-09-07 11:59:58 +08:00
Bernard Xiong 8247336afd
Merge pull request #3882 from thread-liu/mp1-ev1
[update] stm32mp1-ev1 bsp drivers
2020-09-06 16:50:43 +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 5dea3cdc27 [update] stm32mp1-ev1 bsp drivers 2020-09-04 10:52:23 +08:00
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
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 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
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
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