Bernard Xiong
|
8da9f78d72
|
[libc] remove rtlibc
|
2021-09-11 11:07:51 +08:00 |
Meco Man
|
e18d44940f
|
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
|
2021-09-05 01:57:26 -04:00 |
马志远
|
221da7f464
|
Remove C Style Command Shell
|
2021-08-23 17:30:05 +08:00 |
Meco Man
|
396297a993
|
[ethernetif] replace rt_memcpy with SMEMCPY
|
2021-08-03 10:33:17 +08:00 |
Meco Man
|
4cac267927
|
[lwip] implement RT_USING_ASM_MEMCPY
|
2021-08-03 10:27:48 +08:00 |
liuxianliang
|
9f45c13ac9
|
[update] the "event_callback" will be change by RT-Thread dfs.
|
2021-06-28 11:18:28 +08:00 |
Meco Man
|
485df7a1f4
|
[bug][lwip] 修复lwip临界区保护的bug
|
2021-06-13 15:43:44 +08:00 |
Meco Man
|
3b74f44d10
|
[lwip][cc]调整string.h位置
|
2021-06-13 13:10:20 +08:00 |
Meco Man
|
4c625fcb2f
|
[lwip][cc] LWIP_TIMEVAL_PRIVATE: provided by <sys/time.h>
不需要再判断是否开启libc
|
2021-06-12 18:40:15 +08:00 |
Meco Man
|
ac3b3d13dd
|
LWIP2.0.2 2.1.2 移除ERRNO
该定义只应该在141中使用到了
|
2021-05-22 12:13:31 +08:00 |
Meco Man
|
9352fdeba7
|
从LWIP移除ESHUTDOWN
|
2021-05-22 12:04:30 +08:00 |
Meco Man
|
b10bef6f24
|
[sys/errno.h] 修复lwip报错
|
2021-05-22 03:20:01 +08:00 |
Meco Man
|
a5f7635f31
|
remove libc_errno.h & libc_limits.h
|
2021-05-22 02:50:35 +08:00 |
liuxianliang
|
ad9c4ea15b
|
[restore] Restore format
|
2021-04-15 12:43:56 +08:00 |
liuxianliang
|
3db7a98a18
|
[update] change the file encoding to UTF-8.
|
2021-04-06 11:41:14 +08:00 |
liuxianliang
|
2b549d93c8
|
[fix] change from enter critical area into disable interrupt.
|
2021-04-06 10:46:31 +08:00 |
liuxianliang
|
4431c4796f
|
[fix] remove the possible critical zone risk
|
2021-03-31 14:59:12 +08:00 |
liuxianliang
|
154d73a4e7
|
[fix] iperf speed test have been stable.
|
2021-03-31 13:37:19 +08:00 |
liuxianliang
|
6d89a9f120
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into develop_one
|
2021-03-30 10:25:00 +08:00 |
liuxianliang
|
adaa45eebe
|
[fix] the overflow problem of lwip rx thread mailbox.
|
2021-03-26 10:04:37 +08:00 |
yangjie
|
c30a715380
|
[components]update GPL license to Apache-2.0
|
2021-03-24 18:59:36 +08:00 |
Meco Man
|
ab04030f8f
|
revert
|
2021-03-08 21:53:02 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
Meco Man
|
b2d3317c6a
|
remove minilibc
|
2021-02-23 03:21:16 +08:00 |
Meco Man
|
63cd26b0d1
|
update
|
2020-12-30 16:32:20 +08:00 |
Meco Man
|
c2e15e003c
|
add function rt_hw_1ms_tick_get()
|
2020-12-29 00:08:24 +08:00 |
mysterywolf
|
22f8b142b6
|
[revert] [lwip] IAR环境 结构体恢复到之前状态
|
2020-10-24 18:39:31 +08:00 |
mysterywolf
|
c7aa6f0619
|
[fix bug] #3902
|
2020-10-02 12:00:52 +08:00 |
Bernard Xiong
|
de0bb6f96c
|
Merge pull request #3883 from bigmagic123/ls2k_add_gmac
Ls2k add gmac
|
2020-09-11 13:33:16 +08:00 |
mysterywolf
|
a890c67fb4
|
增加lwip/cc.h LWIP_TIMEVAL_PRIVATE是能与否的平台判断条件
|
2020-09-08 13:39:40 +08:00 |
bigmagic
|
e0aa079e52
|
LwIP on 64 bit processor
|
2020-09-04 10:23:31 +08:00 |
liuxianliang
|
f715f29588
|
[fix] lwip clock confict with minilib clock
Signed-off-by: liuxianliang <liuxianliang@rt-thread.com>
|
2020-06-18 16:42:02 +08:00 |
David Lin
|
8beb439926
|
Update ethernetif.c
|
2020-06-10 23:27:25 +08:00 |
David Lin
|
5f6c3d7345
|
Update ethernetif.c
if LWIP_NETIF_HOSTNAME enable, the length is 'sizeof(struct netif)+ LWIP_HOSTNAME_LEN',
not only equal to 'sizeof(struct netif)'.
|
2020-06-10 10:59:50 +08:00 |
longtengmcu
|
d75f03e4b0
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 …
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
4、修改注释信息
|
2020-05-21 22:05:38 +08:00 |
longtengmcu
|
63950c9259
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
|
2020-05-17 15:51:35 +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 |
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 |
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 |
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 |
chenyong
|
0d8a216260
|
[network][netdev] Improve the default netdev operation and format code
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-08-22 18:33:30 +08:00 |
chenyong
|
d588940dac
|
[network][lwip] Fix DNS server address set error when multiple network device.
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-08-22 18:33:29 +08:00 |
tangyuxin
|
16304f14a8
|
[components][net] 1.网卡可卸载 2.dhcpd 服务可停止
|
2019-08-11 11:53:28 +08:00 |
chenyong
|
52d1c50efe
|
[net][lwip] Fix set_if() compile error when enable dhcpd fucntion and close finsh.
[net][dhcpd]Fix dhcpd fucntion compile error in lwIP 2.1.0.
|
2019-07-04 16:17:52 +08:00 |
chenyong
|
dcd8b8029b
|
[net][netdev] Delete network commands interrupt disable processing
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-07-03 10:49:19 +08:00 |
chenyong
|
48857d1e67
|
[net][netdev] Add FINSH_USING_MSH control for netdev network commands
|
2019-07-02 20:11:41 +08:00 |
chenyong
|
7d2ffe63e9
|
[net][sal][netdev] Add IPv6 option configuration and feature support in SAL and netdev
Signed-off-by: chenyong <1521761801@qq.com>
|
2019-06-24 17:46:18 +08:00 |
nicedayzhu
|
f5cb3ac760
|
[Bugfix]Update netdev info after registered
修复ifconfig命令无法正确显示IP,网关,掩码的问题
|
2019-05-29 13:37:16 +08:00 |
nicedayzhu
|
c25f7cbfc7
|
bugfix
[net][netdev] Update netdev->ip_addr&gw&netmask after registered.
|
2019-05-29 11:12:05 +08:00 |
ericQiang
|
ee6671f22b
|
[bug fix]不使能LWIP的TCP功能时,编译出错。
|
2019-04-30 00:22:17 +08:00 |