liuxinaliang
83b290c289
[net][lwip] fix lwIP 2.1.0 personalized sign bug
2019-12-29 15:35:22 +08:00
liuxinaliang
a0e62f665f
[net][lwip] fix assert in the sys_arch_mbox_fetch function when close socket
2019-12-29 15:32:27 +08:00
zhaoshaowei
b135b70934
Merge pull request #1 from nsearchf/nsearchf-patch-1
...
[Kernel] fix typo in rt_thread_delay_util
2019-12-27 17:19:44 +08:00
zhaoshaowei
14cbf428d5
Merge pull request #2 from nsearchf/nsearchf-patch-2
...
[componects] 修复不能发现禁止写spi flash失败的情形
2019-12-27 17:04:04 +08:00
zhaoshaowei
3ad6b30e18
[componects] 修复不能发现禁止写spi flash失败的情形
...
`(register_status & SFUD_STATUS_REGISTER_WEL) == 1` 这个表达式始终为假
SFUD_STATUS_REGISTER_WEL = (1 << 1)
2019-12-27 16:52:52 +08:00
zhaoshaowei
ff44570887
[Kernel] fix typo in rt_thread_delay_util
2019-12-27 16:41:47 +08:00
Bernard Xiong
c2322353aa
Merge pull request #3294 from tonyzheng-rockchip/fix-dlmodule
...
Fix dlmodule must depends on file system issue
2019-12-27 15:42:28 +08:00
tonyzheng-rockchip
2a175faea5
Merge branch 'fix-dlmodule' of https://github.com/tonyzheng-rockchip/rt-thread into fix-dlmodule
2019-12-27 14:38:40 +08:00
tonyzheng-rockchip
d910372010
Fix dlmodule must depends on file system issue
...
解决dlmodule只能依赖于文件系统的问题;
增加dlmodule扩展接口,以适应更多需求;
2019-12-27 14:27:31 +08:00
tyustli
b8c13d494c
remote host config
2019-12-27 12:57:55 +08:00
Bernard Xiong
55128eda45
Merge pull request #3281 from tyustli/usb
...
[stm32] [drivers] port usb host driver to stm32 new series
2019-12-27 12:52:50 +08:00
chao_king
ae90273b68
Fix bug for drv_enet.c
...
源文件主要存在以下问题:
1> rt_hw_gd32_eth_init函数中对MAC初始化完成后并没有修改PHY的连接状态,这会导致测试TCP例程时无法建立TCP链接,应在初始化完成后将PHY的连接状态修改成linkup;
已在GD32450Z-EVAL开发板上测试,修改后没有再出现以上问题。
2019-12-26 19:03:46 +08:00
tyustli
00fa2e2d78
solve gcc build err
2019-12-26 14:10:06 +08:00
tonyzheng-rockchip
121366d6c8
Fix dlmodule must depends on file system issue
...
解决dlmodule只能依赖于文件系统的问题;
增加dlmodule扩展接口,以适应更多需求;
2019-12-26 11:03:56 +08:00
Bernard Xiong
8d0ca47526
Merge pull request #3292 from lymzzyh/ecm
...
[Components][USB][ECM] fix build error
2019-12-26 08:33:38 +08:00
ZYH
a4dba7b583
[Components][USB][ECM] fix build error
2019-12-25 13:15:10 +08:00
Bernard Xiong
20d1c13be6
Merge pull request #3287 from rgw5267/fix_ulog
...
ulogbuffer增加1,为\0预留空间
2019-12-24 11:17:41 +08:00
任光伟
9893f64610
ulogbuffer增加1,为\0预留空间
...
Signed-off-by: RGW <rgw5267@gmail.com>
2019-12-23 10:49:01 +08:00
Bernard Xiong
dd23a36713
Merge pull request #3284 from BernardXiong/remove_files
...
[bsp] Remove unnecessary files.
2019-12-22 03:34:14 +08:00
Bernard Xiong
c2f23fd1e8
Merge pull request #3278 from xiangxistu/master
...
[net][lwip] add personalized RT-Thread sign into lwip protocol stack
2019-12-22 03:33:51 +08:00
liuxianliang
f9ef8c7ed9
[net][lwip] modified hostname, support lwIP 1.4.1 ,lwIP 2.0.2 and lwIP 2.1.2
...
Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
2019-12-21 17:43:32 +08:00
Bernard Xiong
df933cf8c7
Merge pull request #3283 from a1012112796/writing/correct_ram_config
...
[BSP/stm32f427-robomaster-a] Correct RAM configuration information
2019-12-21 07:35:35 +08:00
Bernard Xiong
5ef1bfc878
[bsp] Remove unnecessary files.
2019-12-21 07:25:12 +08:00
a1012112796
15ceaad6e4
[BSP/stm32f427-robomaster-a] Correct RAM configuration information
2019-12-20 22:02:11 +08:00
tyustli
0135c7bd8b
port usb host driver to stm32 new series
2019-12-20 14:35:26 +08:00
Bernard Xiong
64945ba882
[Kernel] Update version number.
2019-12-20 08:24:45 +08:00
Bernard Xiong
9111aca176
Merge pull request #3279 from armink/fix_rbb
...
[DeviceDriver][IPC] Fix rbb free bug in rt_rbb_destroy.
2019-12-19 14:59:29 +08:00
Bernard Xiong
01fa184f9a
Merge pull request #3275 from BernardXiong/delayUtil
...
Delay until
2019-12-19 11:04:40 +08:00
armink
6228ff5e98
[DeviceDriver][IPC] Fix rbb free bug in rt_rbb_destroy.
2019-12-19 10:39:55 +08:00
liuxianliang
a9cad2b95b
[net][lwip] rename hostname, change "RT-Thread_xx" into "RTTHREAD_xx"
...
Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
2019-12-19 10:36:40 +08:00
Bernard Xiong
2c1f7b73a7
[Kernel] fix typo in rthread_delay
2019-12-19 09:45:58 +08:00
Bernard Xiong
c05d9dfee6
Merge pull request #3276 from BernardXiong/fix_signal_minilibc
...
[Kernel] Fix the signal compiling issue when using minilibc
2019-12-19 08:52:10 +08:00
Bernard Xiong
df57b9014c
Update thread.c
2019-12-19 08:06:53 +08:00
Bernard Xiong
7a00b42e97
Update pipe.c
2019-12-18 23:19:54 +08:00
Bernard Xiong
b5e4aa58e0
[Kernel] Fix the signal compiling issue when using minilibc
2019-12-18 23:06:36 +08:00
Bernard Xiong
4a14b8f59a
[Kernel] Add delay_util implementation.
2019-12-18 21:38:26 +08:00
Bernard Xiong
055061a639
[DeviceDrivers] Fix pipe memory issue.
2019-12-18 21:38:05 +08:00
Bernard Xiong
78d42efd22
[DFS] cleanup the log in dfs.
2019-12-18 21:37:42 +08:00
Bernard Xiong
a87c2ef970
Merge pull request #3234 from fmkong/spi_flash_sfud
...
[drivers/spi_flash_sfud] accept the error from spi read or write in spi_write_read function.
2019-12-18 20:03:28 +08:00
liuxianliang
3557d8f8a1
[net][lwip] add personalized RT-Thread sign into lwip protocol stack as hostname.
...
Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
2019-12-18 14:20:55 +08:00
Bernard Xiong
c73c349113
Merge pull request #3257 from FlyGoat/mips-refine-v1
...
MIPS Base Code Refine v1
2019-12-17 19:51:38 +08:00
Bernard Xiong
4e295d00cd
Merge pull request #3270 from BernardXiong/fix_ymodem
...
[Util] fix the dependence of file feature in ymodem
2019-12-17 19:30:53 +08:00
Fanming
7e9d54d87a
[drivers/spi_flash_sfud] accept the error from spi read or write in spi_write_read function.
2019-12-17 17:46:43 +08:00
Bernard Xiong
457759ded7
[Util] fix the dependence of file feature in ymodem
2019-12-17 13:38:49 +08:00
Jiaxun Yang
c236e8c5d5
[bsp] Adapt ls{1b,1c}dev to new mips common code
...
LS1C selfboot feature have been rewiritten, and we changed
bare boot base to 0x80000000 to better utilize memory.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2019-12-17 11:09:59 +08:00
Bernard Xiong
75a3f3dd3a
Merge pull request #3265 from BernardXiong/comments_cleanup
...
[kernel] code and comments cleanup
2019-12-17 07:54:51 +08:00
Bernard Xiong
b9052a52e7
Merge pull request #3264 from Steven-LiuSF/ymodem
...
[components]: utilities: ymodem: Add ymodem send protocol and ry_sy application.
2019-12-17 07:35:53 +08:00
Bernard Xiong
992d3af3ae
[kernel] code and comments cleanup
2019-12-16 13:59:46 +08:00
Steven Liu
3c5f46468c
[components]: utilities: ymodem: Add ry_sy function.
...
Use "ry" to receive files and use "sy file_path" to
send files. Default console uart and you can choose
any other uart if you want.
Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
2019-12-13 11:49:53 +08:00
Bernard Xiong
bb9a55817c
Merge pull request #3237 from qiyongzhong0/stm32l4r5-st-nucleo
...
add stm32l4r5-st-nucleo BSP
2019-12-13 07:19:37 +08:00