Commit Graph

7743 Commits

Author SHA1 Message Date
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
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 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
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 48e0b419e7
Merge pull request #2483 from lymzzyh/libcpu
[libcpu][k210]add stack info printf
2019-03-21 21:11:10 +08:00
ZYH c41bf3120f [libcpu][k210]add stack info printf 2019-03-21 15:10:55 +08:00
Bernard Xiong 4e5c28a279
Update main.c 2019-03-20 21:35:58 +08:00
Bernard Xiong 78db77f64f
Merge pull request #2481 from lymzzyh/slab
fix slab at 64bits CPU
2019-03-20 21:28:20 +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
Bernard Xiong b25a279475
Merge pull request #2477 from lymzzyh/interrupt
K210 修改
2019-03-20 21:02:27 +08:00
ZYH 163772fb67 fix slab at 64bits CPU 2019-03-20 15:11:52 +08:00
HubretXie 1e16a1ef23
修改函数返回类型
rt_tick_from_millisecond返回类型修改为rt_tick_t
2019-03-20 14:55:59 +08:00
HubretXie 348bd83b08
【修复】修复计算中间值溢出问题
rt_tick_from_millisecond
当入参较大时,计算中间值会出现溢出情况,导致转换结果出错
2019-03-20 14:54:17 +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
ZYH 3dd72f956b [libcpu][k210]add description of exception 2019-03-20 12:23:17 +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
zylx 7a80fdf894 [bsp][stm32]为所有支持 rtc 的 bsp 添加时钟源选项 2019-03-20 11:29:04 +08:00
tyustli 828f2f204d [bsp/stm32/stm32l475-st-discovery] 更新 README.md,更新MDK工程
Signed-off-by: tyustli <1225613647@qq.com>
2019-03-19 18:56:25 +08:00
zylx b941e6c730 [bsp][stm32]添加 RTC 时钟源选择 2019-03-19 18:24:28 +08:00
Bernard Xiong c9d88a8e51
Merge pull request #2472 from zhaojuntao/utest-loop
[components/utilities/utest] 增加测试运行测试打印
2019-03-19 17:12:24 +08:00
Bernard Xiong 39ea58e702
Merge pull request #2468 from lymzzyh/gpio
[BSP][K210]Add gpio drivers
2019-03-19 16:30:12 +08:00
tyustli 9b9881bf4c [bsp/stm32l475-st-discovery] add a new bsp of stm32 2019-03-19 15:13:18 +08:00
MurphyZhao e5c5215917 [components/utilities/utest] 增加测试运行测试打印
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2019-03-19 14:27:39 +08:00
ZYH 6eebc0e718 [BSP][k210]fix depend 2019-03-19 11:27:21 +08:00
ZYH b2b78a8718 [BSP][k210]Add GPIO driver 2019-03-19 11:26:20 +08:00
Bernard Xiong 56c8f8bcc2
Merge pull request #2459 from wangyq2018/es32f0654
[bsp/es32f0654] fixed pwm timing inaccuracy when period is too small.
2019-03-19 03:04:14 +08:00
Bernard Xiong 8804a77655
Merge pull request #2464 from misonyo/change
[bsp/old stm32 bsp]remove old stm32 bsp
2019-03-18 20:17:29 +08:00
Bernard Xiong eace2d4b08
Merge pull request #2466 from lymzzyh/spi
Add SPI driver
2019-03-18 20:04:39 +08:00
ZYH 29ae740490 Add SPI driver 2019-03-18 16:58:16 +08:00
Bernard Xiong 3f466dc8d3
Merge pull request #2396 from shaoguoji/master
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
2019-03-18 09:00:33 +08:00
Bernard Xiong 0adf83b6a1
Merge pull request #2352 from ylz0923/master
[bsp][stm32] add can driver.
2019-03-17 10:04:05 +08:00
Bernard Xiong cac8e7aab5
Merge pull request #2462 from jinsheng20/746
增加看门狗和 tft 屏驱动
2019-03-16 08:49:23 +08:00