ericQiang
ee6671f22b
[bug fix]不使能LWIP的TCP功能时,编译出错。
2019-04-30 00:22:17 +08:00
chenyong
c9bea68240
[net][lwip] Fix open the netdev and the lwip component, ping command export error issue
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-28 00:53:58 +08:00
chenyong
126fa9b561
[net][netdev] Improve netdev DNS setting function
2019-04-23 15:08:10 +08:00
chenyong
f169ceb184
[net][lwip] fix lwip netdev DNS address setup error
...
Signed-off-by: chenyong <1521761801@qq.com>
2019-04-22 11:28:45 +08:00
chenyong
946484760e
[net][at][lwip] Modify AT component and lwIP components for netdev
2019-04-16 20:21:33 +08:00
Bernard Xiong
656d20362b
Merge pull request #2449 from qgyhd1234/checksum
...
[components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和
2019-03-14 20:23:36 +08:00
zylx
9818ee2d29
[components][lwip]添加 LWIP 硬件校验和选项,修改 STM32 系列和 rt1052 系列以太网驱动,支持硬件校验和
2019-03-14 16:39:50 +08:00
liruncong
e5522d6292
[components/net]增加const限定
2019-03-10 10:55:11 +08:00
EvalZero
b676d7230d
[lwIP] the errno definition of rt_libc.h is used by default.
2019-01-21 15:50:25 +08:00
Bernard Xiong
1f37de29c4
Fix the value width issue under 32/64 bit arch.
2018-12-13 14:54:26 +08:00
Bernard Xiong
8c1c6516b3
[Components] Change license to Apache License v2.0
2018-10-29 11:06:58 +08:00
Bernard Xiong
b98a0ba804
[Kernel] Add ARMCC 6.x support.
2018-09-23 12:08:44 +08:00
Bernard Xiong
11479e53bd
[lwIP] Fix the wait queue initialization issue.
2018-09-01 13:32:03 +08:00
chenyong
6d702e579f
[net][sal] Remove DFS dependencies in the SAL
2018-08-27 19:50:37 +08:00
tangyuxin
06d2f9591c
[lwip]修复开启SNMP选项编译会失败的问题
2018-07-24 16:17:10 +08:00
梁永祥
f489bfe522
Merge branch 'master' into lwip-debug
2018-07-19 21:06:57 +08:00
liang yongxiang
9868dffc2f
[lwIP] add all lwIP Debugging Options
2018-07-18 14:57:00 +08:00
chenyong
8cda48a132
[net][sal] Add SAL (socket abstraction layer) framework
2018-07-18 13:34:13 +08:00
armink
730981ec42
[components] Update dfs and lwIP 2.0.2 re-initialization process.
2018-07-13 09:59:03 +08:00
aozima
000fe93b9f
[lwip] add re-initial check.
2018-07-02 16:58:47 +08:00
aozima
e190b166e2
[lwip] fixed compile error.
2018-05-25 22:30:15 +08:00
aozima
6daf88d7a4
[lwip] add list_udps.
2018-05-25 22:30:14 +08:00
aozima
18941a1e69
[lwip] update list_if: add BROADCAST.
2018-05-25 22:30:13 +08:00
armink
4793dc0d06
[Net][NetUtils] Fix networking utils Kconfig and SConscript.
2018-01-30 16:52:30 +08:00
bernard
6fe16bba3b
[lwIP] Remove the unnecessary log in SConscript.
2017-12-29 22:32:23 +08:00
aozima
d483f25f43
[LWIP] add IPV6 mld_mac_filter() for multicast filter.
2017-12-19 20:08:07 +08:00
aozima
37e5985540
[LWIP] delete errno.h, use RT-Thread implement.
2017-12-14 21:39:32 +08:00
aozima
bc2de526db
[LWIP] update SConscript: add /src/include/posix to include path when RT_USING_DFS_NET not enable.
2017-12-14 21:38:00 +08:00
Bernard Xiong
2f409c85f1
[Kernel] Use rt_object_get_information to get object chain
2017-12-12 07:36:37 +08:00
SummerGift
2de2d6e433
[lwip]:add MEMP_NUM_NETCONN option for lwip
2017-12-09 16:04:38 +08:00
aozima
affd67a8d5
[LWIP] update LWIP 2.0.2: support IPV6.
2017-11-29 19:27:23 +08:00
aozima
4b4a3ab2b7
[LWIP] make sure lwip initialization order.
2017-11-28 16:00:04 +08:00
bernard
8013d5f768
[lwIP] add lock for init_done callback.
2017-11-15 11:18:56 +08:00
Bernard Xiong
bdfb40e761
Merge pull request #945 from enkiller/modify_lwip_rx_is_null
...
[lwip]判定eth_rx是否为空,为空不执行。
2017-11-03 12:22:57 +08:00
tangyuxin
28855d4fb5
[lwip]判定eth_rx是否为空,为空不执行。
2017-11-03 11:49:18 +08:00
bernard
6d9fcd04d2
[Kernel] Change the order of initialization.
...
1. Remove INIT_FS_EXPORT and change INIT_DEVICE_EXPORT as the first item
in the initalization thread.
2. Move the eth_system_device_init into INIT_PREV_EXPORT item.
2017-11-03 11:44:37 +08:00
Bernard Xiong
42e374e4f4
[lwIP] use libc struct timeval when enable minilibc
2017-11-01 09:14:49 +08:00
bernard
1f76e1b8ec
[lwIP] Use RT_LWIP_IPADDR/GWADDR/MSKADDR
...
Use RT_LWIP_IPADDR/GWADDR/MSKADDR to replace old options:
RT_LWIP_GWADDR0/1/2/3 etc.
2017-10-25 17:37:59 +08:00
bernard
a8e0711a6b
[lwIP] Remove RT_LWIP_USING_RT_MEM
...
1. Remove RT_LWIP_USING_RT_MEM option;
2. Add waitqueue patch for lwIP 2.0.2;
2017-10-15 23:00:21 +08:00
armink
00c154ccdb
[lwIP] Fix the lwIP 2.0.2 IAR compile error when the `RT_LWIP_USING_RT_MEM` macro is not defined.
2017-10-09 22:10:51 +08:00
xieyangrun
6b06cb83e3
rename WEAK to RT_WEAK
2017-09-18 11:32:13 +08:00
tanek liang
97c8b00206
[LWIP] enable auto init in lwip-2.0.2
2017-09-06 10:06:15 +08:00
armink
548f0e9e8f
[LWIP] Remove `src/netif/slipif.c` on `lwip-2.0.2/SConscript`.
2017-08-20 10:08:26 +08:00
armink
22c7660dfb
[LWIP] Remove `RT_USING_NETUTILS` in LwIP 2.0.2 SConscript.
2017-08-19 22:46:19 +08:00
armink
83616c9f2b
[LWIP] Add tftp max file name len config to LwIP 2.0.2 `lwipopts.h` .
2017-08-19 20:22:08 +08:00
armink
38ca426626
[LWIP] Fix lwip 2.0.2 TFTP server file name trans error.
2017-08-19 20:20:05 +08:00
armink
a97d70066b
[LWIP] Add LwIP apps SConscript.
2017-08-18 12:10:28 +08:00
armink
871297747a
[LWIP] Move net apps to `LwIP/src/apps`.
2017-08-18 11:53:11 +08:00
armink
5910ae4170
[NET] Add telnet app to netutils.
2017-08-18 11:32:25 +08:00
Bernard Xiong
9388f7882f
Merge pull request #808 from armink/fix_lwipopts
...
[LWIP] Update LwIP 2.0.2 opts header file for rtt.
2017-08-18 07:56:02 +08:00