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
ZhuGangfei
98d244e2db
Repair bug.
2019-04-18 10:24:12 +08:00
Bernard Xiong
10ec398472
Merge pull request #2586 from Guozhanxin/f411
...
[bsp][stm32]fix the error when open uart6 alonely!
2019-04-17 23:49:35 +08:00
Zhang Jinglong
5c60ffe581
[bsp][lpc54114-lite] bug fix: can not compile when using gcc under Linux
2019-04-17 23:43:33 +08:00
Bernard Xiong
f311b33418
Merge pull request #2589 from Bluebear233/nuvoton_m487_spi
...
[bsp][nuvoton_m487]Add SPI drive
2019-04-17 22:05:09 +08:00
Bernard Xiong
3cedbd5d0a
Merge pull request #2582 from SummerGGift/patch-3
...
[bsp][stm32] Modify error message
2019-04-17 22:00:17 +08:00
Bernard Xiong
2d78d56834
Merge pull request #2581 from wangyq2018/es32f0334
...
[bsp/es32f0334] add pm/adc driver
2019-04-17 21:49:13 +08:00
bluebear233
3ac00d4c02
[bsp][nuvoton_m487]Add SPI drive
2019-04-17 17:46:51 +08:00
guozhanxin
cd41b993a7
[bsp][stm32]fix the error when open uart6 alonely!
2019-04-17 11:32:07 +08:00
wangyq2018
337b75ce8f
[bsp/es32f0334] add pm/adc driver
2019-04-17 11:22:43 +08:00
chenyong
a6900a2d6f
[bsp] Update BSP configuration file for netdev components
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-17 11:00:45 +08:00
Bernard Xiong
adc6dd5dbe
Merge pull request #2576 from whj4674672/master
...
[bsp][stm32][stm32h743-atk-apollo]add lcd and sdram drive
2019-04-16 20:00:41 +08:00
SummerGift
c8fff14107
【修改】:错误提示信息
2019-04-16 18:05:40 +08:00
whj4674672
45d709fd0a
[bsp][stm32][stm32h743-atk-apollo]调整drv_mpu.c的目录
2019-04-16 09:37:10 +08:00
BernardXiong
4729f3f766
[BSP] remove error log for SD/MMC driver in QEMU VExpress A9 BSP
2019-04-15 10:26:31 +00:00
whj4674672
ab4fe34e24
[bsp][stm32][stm32h743-atk-apollo]add lcd and sdram drive
2019-04-15 10:45:39 +08:00
Bernard Xiong
41aabf3736
Merge pull request #2573 from xuzhuoyi/tms320f28379d
...
[bsp][tms320f28379d] Improve finsh support and update README.md
2019-04-14 15:39:37 +08:00
Bernard Xiong
54316fa060
Merge pull request #2575 from greedyhao/stm32-f103-mini
...
[bsp][stm32] 修复stm32f103-mini-system脚本错误
2019-04-14 15:30:45 +08:00
Hao Zhu
2fa4fa2c8a
[bsp][stm32] 修复stm32f103-mini-system脚本错误
...
menuconfig运行报错,少了两个endif
2019-04-14 14:20:07 +08:00
xuzhuoyi
5a00718e32
[bsp][tms320f28379d] Modify some pictures in README.md
2019-04-14 12:29:51 +08:00
xuzhuoyi
752152b63e
[bsp][tms320f28379d] Fix FPU config problem
2019-04-14 12:26:25 +08:00
Bernard Xiong
fcd2f73b3e
Merge pull request #2571 from willianchanlovegithub/469
...
[bsp][stm32][469]修复编译错误。
2019-04-13 10:48:50 +08:00
Willian Chan
d8bbf27d3c
[bsp][stm32][469]修复编译错误。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-12 15:25:26 +08:00
armink
fa4d4ab7cf
Update all of debug log definition to DBG_TAG and DBG_LVL.
2019-04-12 10:18:57 +08:00
ZYH
836ecef614
resubmit [BSP][STM32][469-DISCO]Add flash sdram usb drivers
2019-04-11 11:21:41 +08:00
ZYH
d212787bbb
[BSP][STM32][469-DISCO]Add flash sdram usb drivers
2019-04-11 10:27:49 +08:00
Bernard Xiong
2a41e3257f
Merge pull request #2558 from willianchanlovegithub/dofly
...
【增加】stm32f103-dofly-M3S开发板的BSP
2019-04-10 23:44:07 +08:00
Bernard Xiong
93b418f703
Merge pull request #2559 from willianchanlovegithub/469
...
【增加】stm32f469-st-disco开发板的BSP
2019-04-10 23:34:43 +08:00
xuzhuoyi
4acd8db61e
[bsp][tms320f28379d] Add finsh init in rt_init_thread
2019-04-10 22:33:25 +08:00
Bernard Xiong
765b937ba3
Merge pull request #2562 from EvalZero/master
...
[bsp][nrf52832]Update and sync nrf52832 project
2019-04-10 21:54:11 +08:00
Bernard Xiong
e20aa16b9f
Update SConscript
2019-04-10 21:49:55 +08:00
Bernard Xiong
bee289a63e
Update SConscript
2019-04-10 21:46:21 +08:00
Bernard Xiong
d0744fcc28
Merge pull request #2563 from lymzzyh/stm32
...
[BSP][STM32] 对F4系列增加USB驱动支持和QSPI驱动支持
2019-04-10 21:40:41 +08:00
ZYH
8f93eb4a0f
[BSP][STM32]Add usb device fs for stm32f4
2019-04-10 15:30:41 +08:00
ZYH
14558ce8cf
[BSP][STM32]Add qspi for stm32f4
2019-04-10 15:27:01 +08:00
Willian Chan
9bf8d1d119
【修改】README.md文件及rtconfig.py文件相关配置。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 12:04:14 +08:00
Willian Chan
5d09122b6b
【修改】Kconfig配置文件以及README.md。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 11:08:57 +08:00
Willian Chan
d8e004fb04
【修改】Kconfig配置,与README.md保持一致。
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-10 10:48:23 +08:00
jhb
4217aa99d5
修改RAM信息相关内容
2019-04-09 21:30:37 +08:00
EvalZero
eac8d92d49
[bsp][nrf52832]Update and sync nrf52832 project
2019-04-09 20:49:54 +08:00
jhb
e86386c948
修改
2019-04-09 20:30:24 +08:00
jhb
66e2a24cd7
1】修改bsp目录名称
...
2】修改其他
2019-04-09 19:56:54 +08:00
Willian Chan
b3d7073fff
【增加】stm32f469-st-disco开发板的BSP
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:52:21 +08:00
Willian Chan
7af98b5f17
【增加】stm32f103-dofly-M3S开发板的BSP
...
Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
2019-04-09 19:50:55 +08:00
jhb
013f4e1761
继续修改小错误
2019-04-09 18:17:33 +08:00
jhb
e6d20e9120
修改了小错误
2019-04-09 17:37:47 +08:00
jhb
365de33d75
修改完善README
2019-04-09 14:18:37 +08:00
jhb
08a9d4412b
【添加】stm32l4r9-eval bsp
...
Signed-off-by: jhb <1023506846@qq.com>
2019-04-09 14:10:50 +08:00
xuzhuoyi
4518a89634
[bsp][tms320f28379d] Update README.md
2019-04-08 20:30:48 +08:00
Bernard Xiong
dbb059df59
Merge pull request #2552 from wangyq2018/es32f0654
...
[bsp/es32f0654] add adc driver
2019-04-08 10:46:48 +08:00
wangyq2018
de222e000e
[bsp/es32f0654] add adc driver
2019-04-08 09:59:58 +08:00
xuzhuoyi
82b7bcb473
[bsp][tms320f28379d] Fix c28x_getc() problem
2019-04-07 20:03:16 +08:00
xuzhuoyi
27d27cdb4b
[bsp][tms320f28379d] Add finsh support
2019-04-07 18:19:16 +08:00
Bernard Xiong
44c3f55996
Merge pull request #2527 from xuzhuoyi/gd32e230
...
[bsp] Add GD32E230K-START support
2019-04-07 16:59:27 +08:00
Bernard Xiong
c14b37f047
Merge pull request #2551 from XiaojieFan/ibox_spi_and_fal
...
ibox bsp add spi1 and fal support
2019-04-07 16:56:37 +08:00
Bernard Xiong
ff70bf5fe5
Fix indentation issue in Kconfig.
2019-04-07 11:41:52 +08:00
dingo1688@126.com
1d152b18eb
ibox bsp add spi1 and fal support
2019-04-07 02:07:12 +08:00
xuzhuoyi
a0ae9d24d5
[bsp][gd32e230k-start] Update SConscript
2019-04-07 00:53:39 +08:00
xuzhuoyi
938d9fa3d9
[bsp][gd32e230k-start] Fix USART bug and change license
2019-04-07 00:37:43 +08:00
Bernard Xiong
0255f25174
Update SConscript
2019-04-06 10:51:40 +08:00
xuzhuoyi
b305628582
[bsp][gd32e230k-start] Modify rtconfig.py for Cortex-M23
2019-04-05 12:49:54 +08:00
guozhanxin
e48a7b71c7
[bsp][stm32]完善 f4xx-nucleo spi、rtc支持
2019-04-04 10:30:38 +08:00
Bernard Xiong
583f8c3073
Merge pull request #2531 from wangyq2018/es32f0654
...
[bsp/es32f0654] add rtc driver
2019-04-03 16:00:30 +08:00
guozhanxin
291597de21
[bsp][stm32][f411-nucleo] add uart6 support.
2019-04-02 19:37:27 +08:00
ZhuGangfei
f48215a7f4
Upload mm32l3xx bsp。
2019-04-02 19:24:44 +08:00
guozhanxin
6013aafb6b
[bsp][stm32]添加 uart6 的支持
2019-04-02 19:16:07 +08:00
wangyq2018
e6a4ad7bf3
[bsp/es32f0654] add pm driver
2019-04-02 16:05:06 +08:00
Bernard Xiong
762cdcc272
Merge pull request #2532 from wangyq2018/es32f0334
...
[bsp/es32f0334] add rtc driver
2019-04-02 13:36:11 +08:00
wangyq2018
2236024de0
[bsp/es32f0654] add rtc driver
2019-04-02 10:43:49 +08:00
Bernard Xiong
8d5c456ad3
Merge pull request #2529 from qgyhd1234/readme
...
[bsp][stm32]Update lcd driver support
2019-04-02 08:50:55 +08:00
wangyq2018
f3e4da9530
[bsp/es32f0334] add rtc driver
2019-04-01 16:03:58 +08:00
Bernard Xiong
996071b80b
Merge pull request #2508 from greedyhao/master
...
[bsp][stm32] 升级f7的hal库版本 修复野火f7挑战者BUG
2019-04-01 13:23:33 +08:00
zylx
fbaa1e0d0b
[bsp][stm32]Update lcd driver support
2019-04-01 11:13:49 +08:00
xuzhuoyi
91f5db5f77
[bsp][gd32e230k-start] Add README.md
2019-03-31 23:27:36 +08:00
xuzhuoyi
fd8eb60a67
[bsp][gd32e230k-start] Update Kconfig
2019-03-31 23:26:35 +08:00
xuzhuoyi
5a460aadcd
[bsp][gd32e230k-start] Update Sconscript
2019-03-31 21:17:55 +08:00
xuzhuoyi
5d166c389d
[bsp][gd32e230k-start] Add GD32E230K-START BSP port
2019-03-31 15:44:24 +08:00
Bernard Xiong
b2a0a0f2d8
Merge pull request #2522 from ZhuGangfei/mm32l07x
...
Upload mm32l07x BSP。
2019-03-30 05:56:13 +08:00
greedyhao
9de59de52a
升级f7的hal库版本为1.15 修复野火f7的bug
2019-03-29 23:05:06 +08:00
ZhuGangfei
9da6917881
Upload mm32l07x BSP。
2019-03-29 17:04:48 +08:00
Bernard Xiong
1e25cea9dd
Merge pull request #2519 from WinnerMicro/master
...
[BSP]add BSP for Winner Micro W60X devices。
2019-03-29 12:49:27 +08:00
Bernard Xiong
19f094ae43
Merge pull request #2521 from Simon-Leung/simon
...
[bsp][tm4c129x] Update drv_eth.c
2019-03-29 11:06:34 +08:00
Wenlong.Fan
a35614d179
修改CRLF-LF
2019-03-29 10:57:15 +08:00
Wenlong.Fan
5f5b6a9acb
修改版权信息,完善一些细节,修改IAR不能打包的问题
2019-03-29 10:50:01 +08:00
Simon
066a54fbc1
[bsp][tm4c129x] Update drv_eth.c
...
Decide whether to close eth hardware checksum by definition.
2019-03-29 09:43:32 +08:00
ZYH
12ec9db198
[BSP][K210]add io config print
2019-03-28 17:05:34 +08:00
ZYH
3e7a245c46
[BSP][K210]utest support
2019-03-28 17:05:25 +08:00
ZYH
916cd899f3
[BSP][K210]Add interface reboot
2019-03-28 17:05:08 +08:00
Wenlong.Fan
7db820fb0a
删除打包工具
2019-03-28 15:52:07 +08:00
Wenlong.Fan
7b7ca405b0
[BSP]add BSP for Winner Micro W60X devices。
2019-03-27 17:50:48 +08:00
xuzhuoyi
a93b9d00c5
[bsp][tms320f28379d] Update README.md
2019-03-27 13:10:13 +08:00
xuzhuoyi
843cc6fcd1
[bsp][tms320f28379d] Add SCI support
2019-03-27 13:09:19 +08:00
Bernard Xiong
43a499c008
Merge pull request #2497 from whj4674672/master
...
[READY][bsp][stm32]add stm32h743-atk-apollo
2019-03-27 10:24:29 +08:00
Bernard Xiong
95beb80b1e
Merge pull request #2513 from BernardXiong/branch_tools
...
[Tools] Remove Makefile from BSP
2019-03-27 09:55:23 +08:00
Bernard Xiong
edcf8dacda
Merge pull request #2512 from BernardXiong/fix_drv_audio
...
[BSP] Add device ops for audio driver in qemu-vexpress-a9
2019-03-27 09:54:24 +08:00
BernardXiong
47ca1c2ff4
[Tools] Remove Makefile from BSP
2019-03-26 16:00:41 +00:00
BernardXiong
0622b5a0df
[BSP] Add device ops for audio driver
2019-03-26 15:52:47 +00:00
Bernard Xiong
4bdbb5c24d
Merge pull request #2507 from qgyhd1234/fal
...
[BSP]Modify the fal_cfg.h to support spi flash
2019-03-26 23:49:24 +08:00
zylx
8aaaefe1eb
[BSP]Modify the fal_cfg.h to support spi flash
2019-03-26 19:21:08 +08:00
whj4674672
c5e9a6a41b
[WIP][stm32]修改PR STM32H743中存在的错误
2019-03-26 17:04:45 +08:00
tyustli
ea8509717e
delete C++ support for gcc in the rtconfig.py file
2019-03-26 15:41:06 +08:00
tyustli
8327200072
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2019-03-26 14:06:13 +08:00
tyustli
1be90253d0
delete the CMSIS from components and add the CMSIS
...
and add the CMSIS in some specific BSP
2019-03-26 13:58:33 +08:00
Bernard Xiong
0f22a85eba
Merge pull request #2499 from ylz0923/patch-1
...
[bsp][stm32][libraries][HAL_Drivers] Update drv_common.c
2019-03-26 08:54:10 +08:00
Bernard Xiong
b1a98ebe46
Merge pull request #2502 from BernardXiong/branch_tools
...
[Tools] Add Makefile generation and Eclipse target
2019-03-25 22:26:16 +08:00
Bernard Xiong
94e7f7316b
Merge pull request #2503 from qz721/libcpu_cortex_a
...
Make 'qemu-vexpress-a9' and 'imx6ul' use the same libcpu code.
2019-03-25 21:58:48 +08:00
qz721
2eb1bef773
Make 'qemu-vexpress-a9' and 'imx6ul' use the same libcpu code.
2019-03-25 20:03:49 +08:00
Bernard Xiong
bc6117b4e5
Merge pull request #2498 from tyustli/master
...
last push forget modified the templates to support C++
2019-03-25 19:36:43 +08:00
Bernard Xiong
c949383704
Merge pull request #2487 from wangyq2018/es32f0654
...
[bsp/es32f0654] add hwtimer driver
2019-03-25 19:19:09 +08:00
Bernard Xiong
598af9f918
Merge pull request #2486 from wangyq2018/es32f0334
...
[bsp/es32f0334] add hwtimer driver
2019-03-25 19:18:36 +08:00
杨连钊
b3cea3f5a8
Update drv_common.c
2019-03-25 10:35:32 +08:00
tyustli
4b6c732cd7
last push forget modified the templates to support C++
...
this time add C++ for templates
2019-03-25 10:28:12 +08:00
Bernard Xiong
1b0f7db7c3
Merge pull request #2496 from Ingenic-community/master
...
X1000:drv_uart.c:修复引脚路由中的问题/Fix bugs in pin routing
2019-03-24 17:26:30 +08:00
Bernard Xiong
b9932f80b6
Merge pull request #2386 from slcmcu/dev-stm32f405
...
[bsp][stm32]添加板载LED灯示例程序
2019-03-24 16:54:56 +08:00
Bernard Xiong
e4a9fb5cfc
Update drv_gpio.h
2019-03-24 16:51:26 +08:00
whj
1d760bfeec
[bsp][stm32]增加stm32h743-atk-apollo bsp
2019-03-24 11:34:17 +08:00