armink
|
584593071e
|
[component][ulog] Fixed the thread name output.
|
2019-03-09 15:49:32 +08:00 |
armink
|
b2c338970f
|
[kservice] Update the rt_strnlen function.
|
2019-03-09 15:46:56 +08:00 |
armink
|
7f3f8d8352
|
Update the rtdbg.h for ulog enable.
|
2019-03-09 13:43:35 +08:00 |
Bernard Xiong
|
59d04452ce
|
Merge pull request #2409 from zhaojuntao/update-ci-0308
[ci] 使用环境变量配置 ci 中 auto test 使用的项目仓库
|
2019-03-08 21:49:15 +08:00 |
Bernard Xiong
|
d9a8cc71f2
|
Merge pull request #2404 from Guozhanxin/temp_1
完善 sensor 框架
|
2019-03-08 20:36:26 +08:00 |
Bernard Xiong
|
382f2f17ff
|
Merge pull request #2405 from Guozhanxin/pwm
[bsp][stm32]更新pwm驱动
|
2019-03-08 20:34:59 +08:00 |
Bernard Xiong
|
cd8a9b6750
|
Merge pull request #2410 from misonyo/change
[bsp/lpc408x]更新旧启动机制
|
2019-03-08 20:34:34 +08:00 |
misonyo
|
01671090a7
|
[bsp/lpc408x]更新旧启动机制
|
2019-03-08 15:02:46 +08:00 |
MurphyZhao
|
799eb31ac3
|
[ci] 调整 ci 中 auto test 使用的项目仓库
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-03-08 14:24:13 +08:00 |
Bernard Xiong
|
60b15494ac
|
Merge pull request #2406 from zhaojuntao/update-ci-0308
[ci] 调整 ci 中 auto test 使用的项目仓库
|
2019-03-08 13:02:42 +08:00 |
MurphyZhao
|
745aea0f9c
|
[ci] 调整 ci 中 auto test 使用的项目仓库
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-03-08 11:50:38 +08:00 |
guozhanxin
|
8a9e1caebe
|
[bsp][stm32]更新pwm驱动
|
2019-03-08 10:58:45 +08:00 |
guozhanxin
|
f6eabb2d0a
|
[sensor] Fixed a problem where threads were repeatedly created。| 修复线程被重复创建的问题
|
2019-03-08 10:37:48 +08:00 |
guozhanxin
|
507a90f055
|
[sensor] add irq_handle for driver. | 为底层驱动添加中断回调。
|
2019-03-08 10:34:10 +08:00 |
Bernard Xiong
|
366b9171a1
|
Merge pull request #2399 from zhaojuntao/update-ci-0304
[ci] update Travis yml to support auto test
|
2019-03-08 08:55:22 +08:00 |
Bernard Xiong
|
4028aa1eba
|
Merge pull request #2397 from lgnq/master
Update clock.c
|
2019-03-07 21:14:23 +08:00 |
Bernard Xiong
|
c5bb91ad60
|
Merge pull request #2393 from lymzzyh/Kconfig
[Kconfig]将Kconfig unix格式化
|
2019-03-07 17:06:49 +08:00 |
Bernard Xiong
|
ce2cbb42ec
|
Merge pull request #2388 from armink/fix_rtdbg
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-07 17:03:23 +08:00 |
Bernard Xiong
|
a041f768a6
|
Merge pull request #2384 from wangyq2018/es32f0654
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
|
2019-03-07 16:33:51 +08:00 |
lgnq
|
308065a9a2
|
Update clock.c
function rt_timer_check(void) is already decleared in rtthread.h
|
2019-03-07 16:30:53 +08:00 |
armink
|
4f7c06f923
|
[component][DFS] Change the log level on dfs_file_open() func.
|
2019-03-07 15:56:39 +08:00 |
shaoguoji
|
8671e706b5
|
[bsp]添加 stm32f401-st-nucleo 开发板 BSP
|
2019-03-07 15:43:08 +08:00 |
Bernard Xiong
|
19563a21a6
|
Merge pull request #2382 from Lawlieta/develop
[net][sal_socket] improve closesocke/shutdown error handling
|
2019-03-07 14:48:21 +08:00 |
ZYH
|
7f11e4ded2
|
[Kconfig]将Kconfig unix格式化
|
2019-03-07 13:20:36 +08:00 |
armink
|
8fa6c1d9cd
|
Remove dbg_enter and dbg_exit macro.
|
2019-03-06 18:02:29 +08:00 |
armink
|
0d7ba79219
|
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-06 17:54:30 +08:00 |
wangyq2018
|
abd83b10df
|
[bsp/es32f0654] switch system clock from 24MHz to 48MHz
|
2019-03-06 15:48:06 +08:00 |
Bernard Xiong
|
85a0aaa3c2
|
Merge pull request #2381 from Guozhanxin/hw_us
[bsp][stm32] add rt_hw_us_delay
|
2019-03-06 01:13:06 +08:00 |
Bernard Xiong
|
6008be4055
|
Merge pull request #2378 from wangyq2018/es32f0334
[bsp] add es32f0334 bsp
|
2019-03-06 01:11:16 +08:00 |
chenyong
|
0d9b7d60db
|
[net][sal_socket] improve closesocke/shutdown error handling
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-03-05 19:25:05 +08:00 |
guozhanxin
|
f4e74ccd18
|
[bsp][stm32] add rt_hw_us_delay
|
2019-03-05 18:23:22 +08:00 |
wangyq2018
|
cc5a9438a5
|
[bsp] add es32f0334 bsp
|
2019-03-05 16:16:10 +08:00 |
MurphyZhao
|
2ffa11cd00
|
[ci] update Travis yml to support auto test
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-03-04 17:39:05 +08:00 |
Bernard Xiong
|
aa7166df01
|
Merge pull request #2376 from loogg/mlw-fs
解决_tc_flush可能引起的缓冲区冲突
|
2019-03-03 15:56:00 +08:00 |
MLW
|
8b18522cfd
|
解决_tc_flush可能引起的缓冲区冲突
|
2019-03-03 14:12:01 +08:00 |
loogg
|
5260e647cb
|
Merge pull request #1 from RT-Thread/master
同步更新
|
2019-03-03 13:59:54 +08:00 |
Bernard Xiong
|
f44b8b7bdf
|
Merge pull request #2374 from jinsheng20/stm32f746
Stm32f746
|
2019-03-02 17:21:16 +08:00 |
Bernard Xiong
|
7a4e57d70c
|
Merge pull request #2375 from loogg/mlw-fs
修复libc_errno.h的bug
|
2019-03-02 17:20:21 +08:00 |
MLW
|
b7e672e096
|
修复libc_errno.h的bug
|
2019-03-02 15:12:46 +08:00 |
jinsheng
|
24b289b776
|
增加 flash drv 宏判断,增加fal 配置
|
2019-03-02 12:52:53 +08:00 |
Bernard Xiong
|
8eb7e02d7b
|
Merge pull request #2367 from wangyq2018/es32f0654
[bsp/es32f0654]add spi/i2c drivers
|
2019-03-01 09:11:02 +08:00 |
Bernard Xiong
|
92bd2983c7
|
Merge pull request #2373 from RT-Thread/bsp_qemu
[BSP] modify buffer size of console to 256.
|
2019-02-28 13:43:59 +08:00 |
wangyq2018
|
064da1f6b9
|
[bsp/es32f0654] add spi/i2c drivers
|
2019-02-28 13:07:07 +08:00 |
Bernard Xiong
|
08ebb196ec
|
[BSP] modify buffer size of console to 256.
|
2019-02-28 07:09:56 +08:00 |
杨连钊
|
0b63d83485
|
[bsp][stm32][stm32f103-fire-arbitrary] 优化代码
|
2019-02-27 12:20:52 +08:00 |
jinsheng
|
c0855d1350
|
增加 flash
|
2019-02-27 10:34:10 +08:00 |
Bernard Xiong
|
8e28732fb8
|
Merge pull request #2366 from enkiller/master
[components][drivers][wlan] 修复一处加锁错误
|
2019-02-25 23:09:25 +08:00 |
tangyuxin
|
e094371969
|
[components][drivers][wlan] 修复一处加锁错误
|
2019-02-25 17:33:16 +08:00 |
Bernard Xiong
|
4723d5d472
|
Merge pull request #2361 from qgyhd1234/ymodem
[components][ymodem]ymodem 握手阶段增加超时重试,防止数据接收不全
|
2019-02-24 23:47:17 +08:00 |
Bernard Xiong
|
dcf52cf267
|
Merge pull request #2336 from Guozhanxin/rtt_sensor
添加 阿里 DeveloperKit 开发板
|
2019-02-23 10:09:07 +08:00 |