Commit Graph

7786 Commits

Author SHA1 Message Date
Wenlong.Fan 7b7ca405b0 [BSP]add BSP for Winner Micro W60X devices。 2019-03-27 17:50:48 +08:00
Bernard Xiong d7f849c879
Merge pull request #2515 from xuzhuoyi/rtdef.h
[bsp][tms320f28379d] Add SCI support
2019-03-27 17:08:18 +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
Bernard Xiong c9bcfcc63c
Merge pull request #2510 from BernardXiong/branch_datatype
[Kernel] Support ARCH data types definitions
2019-03-27 00:05:29 +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
Bernard Xiong f95f1e14ec
Merge pull request #2504 from tyustli/master
[component/CMSIS]remove the CMSIS component and add the CMSIS to some bsp.
2019-03-26 23:46:28 +08:00
Bernard Xiong 1cf98dd9a3
Merge pull request #2509 from BernardXiong/branch_tools
[libcpu] Fix the build directory issue
2019-03-26 23:44:19 +08:00
BernardXiong bd8f0d0423 [libcpu] Fix the build directory issue 2019-03-26 13:36:01 +00: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
BernardXiong fd9835e4f4 [Kernel] Fix the bsp external config name 2019-03-26 05:08:24 +00:00
BernardXiong 1487a4f732 [Kernel] Support ARCH data types definitions 2019-03-26 01:03:39 +00: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 0beda607ed
Merge pull request #2501 from zhaojuntao/fix-rt_vsnprintf-bug
[src/kservice.c] 修复 rt_vsnprintf 函数 bug
2019-03-25 19:20:49 +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
Bernard Xiong 543881e060
Merge pull request #2500 from enkiller/dev
移除 SConscript.1 临时文件
2019-03-25 19:14:17 +08:00
MurphyZhao 0f673df08a [src/kservice.c] 修复 rt_vsnprintf 格式化后宽度不正确的问题
[src/kservice.c] 修复 rt_vsnprintf 处理 size 和 buf 为 0 极端情况的 bug (对 0 地址写入)

Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-25 16:50:13 +08:00
tangyuxin e6d1537327 移除 SConscript.1 临时文件 2019-03-25 15:18:09 +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
Bernard Xiong b6055df950 [Tools] Fix the directory issue for Makefile 2019-03-23 19:36:40 +08:00
Bernard Xiong 1e13c0a972
Merge pull request #2495 from tyustli/litest
add c++ support for the bsp of stm32
2019-03-23 16:58:27 +08:00
tyustli 4f03ef589f add c++ support for the bsp of stm32 2019-03-23 13:59:53 +08:00
Bernard Xiong 485f077fdc
Merge pull request #2492 from misonyo/rttdev
[components]add rt_device_ops for adc device and fix finsh_getchar() bug.
2019-03-23 13:07:23 +08:00
misonyo 97c930cd65 [components]add rt_device_ops for adc device and fix finsh_getchar() return wrong value in Big-endian status. 2019-03-23 09:47:45 +08:00
Bernard Xiong efd8b404a3
Merge pull request #2480 from HubertXie/master
【修复】修复ms转tick时计算溢出问题
2019-03-23 06:25:27 +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