489 Commits

Author SHA1 Message Date
Bernard Xiong
2c964b5bd4
Merge pull request #4174 from thread-liu/master
[update] stm32mp1 mdk link script file
2020-12-18 19:30:03 +08:00
thread-liu
f549c79269 [update] stm32mp1 mdk link script file. 2020-12-17 10:27:51 +08:00
chenjh
352f599367 add dac config for stmf4 2020-12-15 17:58:12 +08:00
Bernard Xiong
64e9cd9d3a
Merge pull request #4098 from balanceTWK/master_stm32
[bsp][stm32][libraries] Remove #include <rtthread.h>
2020-12-05 14:57:42 +08:00
thread-liu
3ecf12b5b2 Merge branch 'master' of https://github.com/RT-Thread/rt-thread into step4-ev1
# Conflicts:
#	bsp/stm32/libraries/STM32MPxx_HAL/SConscript
2020-12-05 14:12:54 +08:00
thread-liu
f9e34b4df6 [add] rs485 driver 2020-12-05 13:38:53 +08:00
thread-liu
73539c6bc0 [add] dfsdm driver. 2020-12-05 09:43:32 +08:00
thread-liu
b71d496b83 [add] spdifrx driver. 2020-12-05 09:32:35 +08:00
thread-liu
dbd67507d9 [add] qspi_flash driver. 2020-12-05 09:09:28 +08:00
thread-liu
5d7efb3c5f [add] fdcan driver. 2020-12-04 17:57:54 +08:00
thread-liu
10da8d4e44 [add] dcmi and ov5640 driver. 2020-12-04 17:48:42 +08:00
thread-liu
d97530e0ff
Merge branch 'master' into step4 2020-12-03 09:09:00 +08:00
Bernard Xiong
df3d4b7bc9
Merge pull request #4037 from KyleChenjh/master
add dac driver for stm32l4
2020-12-03 08:41:41 +08:00
Bernard Xiong
926a06d347
Merge pull request #4089 from thread-liu/step4-ev1
[add] complicated dirvers for STM32MP157A-EV1 board
2020-12-02 23:39:29 +08:00
thread-liu
c5612fd2e1 [add] sai and wm8994 codec driver. 2020-12-02 17:29:04 +08:00
thread-liu
840af38dac [add] sdmmc (sd_card and emmc) driver. 2020-12-02 17:10:39 +08:00
ZHU Hao
99a0664240 comment error 2020-11-30 11:51:59 +08:00
ZHU Hao
fd955a5c84 Fixed spelling errors in drv_sdio.c
rthw_sd_delect -> rthw_sd_detect
2020-11-30 10:52:00 +08:00
BalanceTWK
7de66cd38c [bsp][stm32][libraries] Remove #include <rtthread.h> 2020-11-28 12:51:56 +08:00
liuduanfei
9aabf2613e
change rt_sem_delete to rt_sem_detach
`_lcd.lcd_lock` should be detach with rt_sem_detach.
2020-11-26 17:00:49 +08:00
thread-liu
73391c60fb [add] crc, rng, hash and cryp driver for smt32mp1. 2020-11-26 14:31:08 +08:00
Bernard Xiong
d97a44526c
Merge pull request #4015 from whj4674672/fix
[fix] fix sdio non-aligned access problem
2020-11-24 23:30:20 +08:00
thread-liu
87e677e353 [add] audio driver for stm32mp1-dk1 2020-11-24 14:59:28 +08:00
thread-liu
2f5bfddde3 [add] sdio driver for stm32mp1-dk1. 2020-11-23 09:57:11 +08:00
chenjh
3fa1f523df add dac driver for stm32l4 2020-11-18 23:05:18 +08:00
thread-liu
a0f6579167 [update] add GBE dirver for stm32mp1dk1 2020-11-18 15:01:54 +08:00
wanghaijing
287e3c5582 [fix] fix sdio non-aligned access problem 2020-11-09 18:21:56 +08:00
luhuadong
be94c0db20 [bsp][stm32][driver] remove extra brackets 2020-10-31 16:07:52 +08:00
Dozingfiretruck
ec3e26ba28 修复linux下编译失败 2020-10-26 16:52:19 +08:00
Dozingfiretruck
d79df8c329 修复ADC异常 2020-10-23 18:15:59 +08:00
Dozingfiretruck
af1e92e661 stm32wb 2020-10-14 15:03:33 +08:00
thread-liu
8edb7c316a [add] stm32h7 adc and dac driver. 2020-10-09 10:24:08 +08:00
thread-liu
076e33aa03 [update] stm32mp1 pin-index 2020-09-27 14:29:36 +08:00
xieyangrun
7305712ef2 [stm32/gpio]Optimized the pin-index algorithm 2020-09-18 18:33:13 +08:00
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
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
7c6de68e83 [update] delete rt-thread header file. 2020-09-07 11:59:58 +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
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
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
林永
9eb2275935
Update drv_hwtimer.c 2020-08-27 17:29:07 +08:00