Bernard Xiong
|
dcf7bce2cc
|
Merge pull request #2041 from zhaojuntao/utest-dev
[components][utilities] 增加 utest(单元测试框架)
|
2018-12-12 12:55:36 +08:00 |
Bernard Xiong
|
a5b22a5b06
|
Merge pull request #2043 from HubertXie/master
Update at_socket.c
|
2018-12-12 12:55:21 +08:00 |
HubretXie
|
3a8c6f32c0
|
Update at_socket.c
修改socket读取遗留数据逻辑
|
2018-12-12 11:29:14 +08:00 |
Bernard Xiong
|
c059503007
|
Merge pull request #2063 from jesven/fix_smp
fix_smp
|
2018-12-12 10:17:51 +08:00 |
shaojinchun
|
b3e1507bcf
|
1 RT_THREAD_CTRL_BIND_CPU define to 4
2 RTM_EXPORT(rt_cpus_lock_status_restore)
3 sync ARCH_CPU_STACK_GROWS_UPWARD in _rt_scheduler_stack_check()
|
2018-12-12 09:36:39 +08:00 |
Bernard Xiong
|
54053454e6
|
Merge pull request #2061 from liu2guang/master
[bsp][lpc54114] 修复drv_gpio.c drv_romfs.c驱动未被默认编译的问题.
|
2018-12-11 17:13:01 +08:00 |
流光
|
fc0d4e72a4
|
[bsp][lpc54114] 修复drv_gpio.c drv_romfs.c驱动未被默认编译的问题.
|
2018-12-11 15:04:49 +08:00 |
Bernard Xiong
|
d00ef3b1ea
|
Merge pull request #2059 from e190/master
修复spi驱动中spi_config一个bug
|
2018-12-11 12:59:56 +08:00 |
e190
|
e296967000
|
修复spi驱动中spi_config一个bug"
|
2018-12-11 09:18:25 +08:00 |
Bernard Xiong
|
b628ac0e7e
|
Merge pull request #2052 from jesven/lwp_ok
add lwp support
|
2018-12-10 20:00:25 +08:00 |
shaojinchun
|
2b21d2316a
|
修改许可协议
修改cpu目录名及相关修改
|
2018-12-10 18:23:21 +08:00 |
Bernard Xiong
|
92338d50c4
|
Merge pull request #2051 from SummerGGift/add_stm32_new_framework
[bsp][stm32] add more drivers for stm32 bsp
|
2018-12-10 17:07:28 +08:00 |
shaojinchun
|
a8953e9211
|
add lwp support
|
2018-12-10 16:44:48 +08:00 |
SummerGift
|
892ad62983
|
[bsp][stm32] optimize flash driver config
|
2018-12-10 14:06:24 +08:00 |
Bernard Xiong
|
fea5f2d8ae
|
Merge pull request #2034 from liu2guang/master
[BSP][LPC54114-lite] 添加i2c spi romfs spiflash sdcard pct2075驱动.
|
2018-12-10 13:59:58 +08:00 |
SummerGift
|
c1f20dc458
|
[bsp][stm32] add flash driver docs
|
2018-12-10 13:44:26 +08:00 |
流光
|
b76dd4a9d5
|
[bsp][lpc54114] 移除PCT2075温度传感器驱动, 考虑在package中实现.
|
2018-12-10 10:45:31 +08:00 |
SummerGift
|
d509db834b
|
[bsp][stm32] add more drivers for stm32 bsp
|
2018-12-10 09:48:10 +08:00 |
Bernard Xiong
|
70cb67245f
|
Merge pull request #2048 from greedyhao/master
[bsp/stm32f7-disco] 修复串口驱动编译报错
|
2018-12-10 09:33:17 +08:00 |
Bernard Xiong
|
9677fe6f2c
|
Merge pull request #2045 from ErnestChen1/master
[add] DMA choice of serial
|
2018-12-10 09:29:42 +08:00 |
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 |
流光
|
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 |