Commit Graph

7220 Commits

Author SHA1 Message Date
Bernard Xiong d43fcbcd80
Merge pull request #2047 from zhangxiaosen88/master
Update adc.c
2018-12-10 09:25:10 +08:00
Bernard Xiong 09a9e82fef
Merge pull request #2050 from jesven/lwp-mcore
修正dfs在fd_get时,未检查有效性的问题
2018-12-10 09:21:10 +08:00
shaojinchun 56c0df1e58 修正dfs在fd_get时,未检查有效性的问题 2018-12-10 08:33:17 +08:00
Hao Zhu 762c1be8bb [bsp/stm32f7-disco] 修复串口驱动编译报错
__HAL_UART_CLEAR_FLAG在stm32f7xx_hal_uart.h中不存在,编译会报错
2018-12-08 23:07:58 +08:00
KE1VG8CBMISQ6ED\Administrator 895fb5c1a9 Update adc.c
check fun is NULL, error
2018-12-08 22:56:34 +08:00
Bernard Xiong 506ccc573c
Merge pull request #2046 from RT-Thread/risc-v
[libcpu] Fix the E310 compiling issue.
2018-12-08 18:40:05 +08:00
Bernard Xiong 08521ceaa5 [libcpu] Fix the E310 compiling issue. 2018-12-08 17:08:52 +08:00
MurphyZhao bce7f85907 [components/utilities/utest] 移除不那么必要的日志接口 redefine
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-12-08 15:01:08 +08:00
MurphyZhao 98b10877e7 [components/utilities/utest] 修复 gcc 编译警告
[components/utilities/utest] 移除组件的版本号
[components/utilities/utest] 优化 basename 函数的处理

Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-12-08 14:48:54 +08:00
Bernard Xiong 5bdd141d1e
Merge pull request #2044 from RT-Thread/risc_v
Update risc-v code
2018-12-08 11:41:03 +08:00
chenchaoqun@rt-thread.com 5098c934d3 [add] DMA choice of serial 2018-12-08 11:37:13 +08:00
Bernard Xiong 4b0f9e76eb [BSP] Import RV32M1 SDK 2018-12-08 10:47:28 +08:00
Bernard Xiong c9576c3e53 [BSP] Add RV32M1_VEGA BSP. 2018-12-08 10:44:56 +08:00
Bernard Xiong 36b194aeb6 [BSP] Update Hifive1 BSP with unified RV porting. 2018-12-08 10:42:40 +08:00
Bernard Xiong 2a7d814f77 [libcpu] Add unified RISC-V libcpu porting. 2018-12-08 10:41:38 +08:00
Bernard Xiong 94e6c349a6
Merge pull request #2039 from balanceTWK/master
[bsp/stm32 uart drivers] 修复串口驱动 | Fixed serial port drivers
2018-12-08 09:12:00 +08:00
HubretXie 7ac5bd992f
Update at_socket.c 2018-12-07 19:05:24 +08:00
MurphyZhao 51b17a15e4 [components/utilities/utest] 完善代码,增加注释
Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-12-06 18:59:13 +08:00
MurphyZhao 8824b2ca77 [components/utilities] [Kconfig] 增加 kconfig RT_USING_UTEST 配置
[components/utilities] [utest] 增加 testcase 运行超时时间参数

Signed-off-by: MurphyZhao <d2014zjt@163.com>
2018-12-06 17:13:14 +08:00
BalanceTWK f375486e49 [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 2018-12-06 15:04:36 +08:00
BalanceTWK 73d39e89ec 【bsp/stm32f10x】 修复串口驱动 | Fixed serial port drivers 2018-12-06 11:40:49 +08:00
Bernard Xiong 538923d34e
Merge pull request #2038 from enkiller/181206
[components][drivers][spi]] 修复开启 mtd nor 后编译错误的问题
2018-12-06 11:33:45 +08:00
Bernard Xiong fabb3ecfd2
Merge pull request #2037 from balanceTWK/master
【bsp/stm32f10x】 复位后串口打印第一个字节丢失的问题 | The loss of the first byte of serial port pr…
2018-12-06 10:59:51 +08:00
Bernard Xiong 301b80e43b
Merge pull request #2035 from HubertXie/master
sfud  sf bench指令增加校验
2018-12-06 10:58:32 +08:00
tangyuxin 353792b626 [components][drivers][wlan] 更正表意错误的返回值类型 2018-12-06 10:47:00 +08:00
流光 0ac963ac3a [bsp][lpc54114-lite] 移除c99语法特性, 并移除错误Kconfig脚本. 2018-12-06 10:01:45 +08:00
流光 b1a645a982 [bsp][lpc54114-lite] 修改重复的Kconfig条目。 2018-12-06 10:00:22 +08:00
tangyuxin 5f0bf58069 [components][drivers][spi]] 修复开启 mtd nor 后编译错误的问题 2018-12-06 09:50:17 +08:00
BalanceTWK 18bcd2b2c6 【修复】 复位后串口打印第一个字节丢失的问题 | The loss of the first byte of serial port printing after reset. 2018-12-06 09:07:55 +08:00
Bernard Xiong 27cd03d454
Merge pull request #2036 from liruncong/const
rt_hw_interrupt_install函数name参数增加const限定
2018-12-06 06:04:11 +08:00
liruncong cd98097104 [bsp/raspi2]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:05 +08:00
liruncong 0844ba3c17 [bsp/qemu-vexpress-gemini]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:02 +08:00
liruncong a132ab29de [bsp/qemu-vexpress-a9]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:44:00 +08:00
liruncong 9f86a17e7b [bsp/imx6sx]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:59 +08:00
liruncong fedc573768 [bsp/hifive1]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:57 +08:00
liruncong b4df57d1d2 [bsp/gkipc]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:55 +08:00
liruncong 332dbfe0c3 [bsp/fh8620]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:51 +08:00
liruncong 577122573d [bsp/dm365]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:49 +08:00
liruncong eb7edd94e7 [bsp/asm9260]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:47 +08:00
liruncong 0d1fa98b27 [bsp/asm9260t]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:46 +08:00
liruncong e8e9ca8a25 [bsp/allwinner_tina]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:44 +08:00
liruncong cea021781e [libcpu/mips/ppc405]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:42 +08:00
liruncong c7a1c1c1db [libcpu/mips/sep6200]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:40 +08:00
liruncong 2502114e34 [libcpu/mips/xburst]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:38 +08:00
liruncong da9bc3d677 [libcpu/mips/x1000]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:35 +08:00
liruncong 33c6a9c795 [libcpu/mips/longson_1c]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:33 +08:00
liruncong 2ce284c4b3 [libcpu/mips/longson_1b]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:26 +08:00
liruncong bef3256db5 [libcpu/arm/ia32]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:05 +08:00
liruncong 849421709b [libcpu/arm/zynq7000]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:43:02 +08:00
liruncong 3e05f24608 [libcpu/arm/sep4020]rt_hw_interrupt_install函数name参数增加const限定 2018-12-05 20:42:54 +08:00