Commit Graph

3024 Commits

Author SHA1 Message Date
yangjie f22753aa5b [bsp/stm32][templates]support AC6 for stm32 bsp templates. 2019-05-06 10:34:38 +08:00
yangjie d7832ef8c9 [bsp/stm32][board.h]support AC6 for stm32 bsp. 2019-05-06 10:20:58 +08:00
Bernard Xiong 4691f335da
Merge pull request #2636 from willianchanlovegithub/dofly
[bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
2019-04-30 18:54:00 +08:00
Bernard Xiong 514be9cc47
Merge pull request #2348 from Shuobatian/shuobatian_hwtimer
fix drv_timer.c  stm32f7 TIM14 Interrupt
2019-04-30 08:42:13 +08:00
armink 5c584bfff9 [qemu-vexpress-a9] Add eclipse project support. 2019-04-29 18:42:12 +08:00
Willian Chan ee33d475d1 [bsp[stm32][f103-dofly-m3s]Add On-Chip Flash, I2C, SPI, SPI FLASH, EEPRAM drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-29 16:02:45 +08:00
Bernard Xiong 3ae69adf9e
Merge pull request #2610 from jhbdream/stm32l4r9-bsp
add bsp for stm32l4r9
2019-04-29 13:50:00 +08:00
jhb 850b1e8b6c Modify the indentation format
because github set tab as eight
2019-04-29 12:42:20 +08:00
jhb 642aaa9496 Modify the indentation format 2019-04-29 11:57:20 +08:00
misonyo 0f33da3f0e [libcpu/cortex-m7]add cache driver 2019-04-27 17:35:46 +08:00
Bernard Xiong 8684f1662b
Merge pull request #2623 from willianchanlovegithub/stm32fxxx_hal
[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
2019-04-27 09:51:47 +08:00
Bernard Xiong 398fdabe58
Merge pull request #2622 from willianchanlovegithub/dofly
[bsp[stm32][f103-dofly-m3s]Add sdcard drivers
2019-04-27 09:51:21 +08:00
Willian Chan 4f631d780e [bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-27 09:32:40 +08:00
WillianChan 631d547c32 [bsp[stm32][f103-dofly-m3s]Add sdcard drivers
Signed-off-by: WillianChan <chentingwei@rt-thread.com>
2019-04-26 23:08:32 +08:00
Bernard Xiong 12610f76ae
Merge pull request #2621 from sundm75/sundm75
[bsp][ls1c] add uart3 driver; fix net driver for lwip2.1.0; fix drv_t…
2019-04-26 22:21:43 +08:00
sundm75 7ae6627465 [bsp][ls1c] add uart3 driver; fix net driver for lwip2.1.0; fix drv_t ouch driver; fix display driver; fix can driver. 2019-04-26 21:00:20 +08:00
Bernard Xiong 9f1ceb4fe8
Merge pull request #2619 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add sdcard drivers
2019-04-26 15:52:42 +08:00
Willian Chan c702e1289d [bsp][stm32][f469-disco]Add sdcard driver
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-26 14:55:48 +08:00
qz721 61f2a71511 Rename 'platform.h' in 'imx6ul' and 'qemu-vexpress-a9' BSPs.
This filename conflicts with the 'mbedtls' package. They are renamed
in the name of the corresponding chips and included in 'board.h'.
Files that rely on this file should include 'board.h' instead.
2019-04-26 10:50:48 +08:00
Bernard Xiong ba99d95d56
Merge pull request #2612 from yangjie11/yj_fix_branch
[bsp][stm32]modify stm32l4xx template,preventing conflict with the linker files
2019-04-25 10:34:38 +08:00
Bernard Xiong 72c763904c
Merge pull request #2535 from ZhuGangfei/mm32l37x
Upload mm32l3xx bsp。
2019-04-25 10:03:45 +08:00
yangjie 02c7158c1a Merge branch 'master' of https://github.com/RT-Thread/rt-thread into yj_fix_branch 2019-04-24 19:06:40 +08:00
yangjie d910839880 [bsp][stm32]modify stm32l4xx template,preventing conflict with the linker files 2019-04-24 19:05:14 +08:00
ZhuGangfei 5ef79067e8 Update drv_gpio.c 2019-04-24 16:56:51 +08:00
jhb 70cbbcb59a fix format 2019-04-24 09:59:06 +08:00
jhb 1cbcf9be44 fix format 2019-04-24 09:56:18 +08:00
jhb 74137a31a2 fix format 2019-04-24 09:51:44 +08:00
jhb 93f810fdb3 add dsi lcd driver for stm32l4r9-st-eval board
add touch driver for stm32l4r9-st-eval board
add sram driver for stm32l4r9-st-eval board
fix [HAL_Drivers/drv_gpio.c] for L4 serials about VDDIO2 enable
fix [HAL_Drivers/SConscript] for can not auto remove [soft_iic.c] file when not define BSP_USING_IICx
2019-04-24 09:35:06 +08:00
Bernard Xiong 54faef99f6
Merge pull request #2604 from willianchanlovegithub/469
[bsp][stm32][f469-disco]Add touch drivers
2019-04-23 22:14:42 +08:00
Bernard Xiong 78f21eb628
Merge pull request #2606 from yangjie11/yj_fix_branch
[bsp][stm32]support PWM1
2019-04-23 21:36:55 +08:00
Bernard Xiong a706957beb
Merge pull request #2605 from willianchanlovegithub/HAL_Drivers
[bsp][stm32[HAL_Drivers]Fix GPIO serial number disorder
2019-04-23 20:49:15 +08:00
Willian Chan 91c342d54d [bsp][stm32][f469-disco]Fix license issue.
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:52:31 +08:00
Willian Chan 9cd099c33c [bsp][stm32][f469-disco]Add touch drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 19:40:21 +08:00
yangjie11 e0345397f8
Update drv_pwm.c 2019-04-23 19:36:28 +08:00
yangjie e2ff6d3763 [bsp][stm32/stm32l475-atk-pandora]add PWM1 to pandora 2019-04-23 19:22:00 +08:00
yangjie e92a4263b4 [bsp][stm32/libraries]support PWM1 2019-04-23 19:17:21 +08:00
Willian Chan 4c7d841046 [bsp][stm32[HAL_Drivers]Fix GPIO serial number disorder
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-23 18:27:05 +08:00
yangjie 2f0e312a7f [bsp]remove log_trace item from all bsp 2019-04-23 14:23:07 +08:00
Bernard Xiong b2f39ab81c
Merge pull request #2599 from willianchanlovegithub/F429-FIRE
[BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
2019-04-22 19:25:55 +08:00
Bernard Xiong 987ef23c22
Merge pull request #2598 from willianchanlovegithub/STM32F4xx_HAL
【修改】增加使用“BSP_USING_LTDC”时所引用的库函数文件
2019-04-22 19:25:34 +08:00
Bernard Xiong b4028cf1a8
Merge pull request #2597 from willianchanlovegithub/469
[BSP][STM32][F469-DISCO]Add lcd drivers
2019-04-22 19:25:14 +08:00
Willian Chan 2e437fa4ea [BSP][STM32][F429-FIRE-CHALLENGER]修复使用LCD驱动时候的编译报错。
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:21:41 +08:00
misonyo 6a79f72447 [bsp/stm32]update stm32 readme 2019-04-22 16:19:16 +08:00
Willian Chan c74e43fc04 【修改】为了适配F469-DISCO的LCD驱动,增加使用“BSP_USING_LTDC”时所引用的库函数文件
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:15:35 +08:00
Willian Chan 07ec9ec64c [BSP][STM32][F469-DISCO]Add lcd drivers
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-22 16:04:26 +08:00
misonyo 6fe5d13ea1 [travis]add new bsp and fix ci build error 2019-04-22 11:08:16 +08:00
Bernard Xiong 12a07fb688
Merge pull request #2592 from ylz0923/patch-3
Update drv_wdt.c
2019-04-20 08:49:06 +08:00
Bernard Xiong c33431cda2
Merge pull request #2590 from Lawlieta/develop
[net] [netdev] Add network interface device(netdev) components
2019-04-18 23:26:34 +08:00
杨连钊 e641798633
Update drv_wdt.c 2019-04-18 22:17:24 +08:00
Bernard Xiong 11e3bc7956
Merge pull request #2591 from JinglongZhang/master
[bsp][lpc54114-lite] bug fix: can not compile when using gcc under Linux
2019-04-18 18:56:25 +08:00