Wenlong.Fan
5f5b6a9acb
修改版权信息,完善一些细节,修改IAR不能打包的问题
2019-03-29 10:50:01 +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
whj4674672
6dca889a36
[bsp][stm32]add stm32h743-atk-apollo
2019-03-24 10:43:59 +08:00
Zhou Yanjie
94a5f9951b
X1000:drv_uart.c:修复引脚路由中的问题/Fix bugs in pin routing
...
在配置引脚路由时需要将未使用的引脚配置为输入模式,
否则有可能同u-boot中的配置产生冲突。
Unused pins need to be configured as input mode when
configuring pin routing, otherwise there may be
conflicts with the configuration in u-boot.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:10:48 +08:00
Zhou Yanjie
a30587ff69
X1000:drv_gpio.h:添加枚举成员“GPIO_PULL”/Add enum member "GPIO_PULL"
...
在枚举“gpio_function”中添加成员“GPIO_PULL”
Add the member "GPIO_PULL" to the enumeration "gpio_function".
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
2019-03-23 22:04:12 +08:00
tyustli
4f03ef589f
add c++ support for the bsp of stm32
2019-03-23 13:59:53 +08:00
wangyq2018
ed7ace9b92
[bsp/es32f0334] add hwtimer driver
2019-03-22 20:10:41 +08:00
wangyq2018
1e1c73c75d
[bsp/es32f0654] add hwtimer driver
2019-03-22 18:08:28 +08:00
Bernard Xiong
0b3c99d650
Merge pull request #2489 from jesven/fix_qemu_none_align
...
fix the problem of double in sprintf
2019-03-22 17:22:24 +08:00
shaojinchun
df930d5516
fix the problem of double in sprintf
2019-03-22 13:50:29 +08:00
Bernard Xiong
4e5c28a279
Update main.c
2019-03-20 21:35:58 +08:00
Bernard Xiong
76942baaa4
Merge pull request #2475 from qgyhd1234/rtc
...
[bsp][stm32]添加 RTC 时钟源选择
2019-03-20 21:21:17 +08:00
Bernard Xiong
19719b2edb
Merge pull request #2476 from tyustli/bsp-stm32l475
...
add a new bsp of stm32
2019-03-20 21:20:46 +08:00
Bernard Xiong
93a57b678d
Update SConscript
2019-03-20 21:18:42 +08:00
Bernard Xiong
c6ed9fb284
Merge pull request #2469 from wangyq2018/es32f0334
...
[bsp/es32f0334] add spi/i2c/pwm drivers
2019-03-20 21:05:14 +08:00
ZYH
7888c6f6cd
[BSP][k210]change default config
2019-03-20 12:31:46 +08:00
ZYH
e2ab38e43b
[BSP][k210]fix gpio build error
2019-03-20 12:28:31 +08:00
ZYH
8c12df986d
[BSP][k210] fix spi
2019-03-20 12:26:05 +08:00
ZYH
5a765d80b3
[BSP][k210] fix AI clock
2019-03-20 12:25:48 +08:00
ZYH
3aef459c68
[BSP][k210]fix camera io config
2019-03-20 12:25:24 +08:00
ZYH
c43ab4d262
[BSP][k210]fix sdk interrupt in rtthread
2019-03-20 12:24:53 +08:00
sunlichao
fb9bb7ca22
[bsp][stm32]支持板载LED灯和自动生成mdk工程
2019-03-20 12:14:39 +08:00
wangyq2018
f1ba61e413
[bsp/es32f0334] add spi/i2c/pwm drivers
2019-03-20 11:40:35 +08:00