geniusgogo
|
896c4a5b99
|
fix netif name length config. (#8356)
|
2023-12-10 06:44:25 +08:00 |
geniusgogo
|
3bc29c7673
|
sync update net. (#8333)
|
2023-12-05 23:09:19 +08:00 |
xqyjlj
|
f806d6edd1
|
🐞 fix(lwip/port/sys_arch): fix spinlock`s deadlock (#8208)
|
2023-11-02 23:11:56 +08:00 |
xqyjlj
|
3283f54c7a
|
🎈 perf: perf rt_hw_interrupt_disable/enable (#8042)
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: Shell <smokewood@qq.com>
|
2023-10-25 20:31:25 +08:00 |
Meco Man
|
35231eb116
|
[kernel] fix interruptible typo
|
2023-09-19 00:45:02 -04:00 |
xiao-mang
|
c85069f9fc
|
fix lwip (#7969)
|
2023-08-25 07:35:19 +08:00 |
Yohozzy
|
0cbb665a1c
|
[components] [lwip]重新提交 : ping超时计算bug (#7545)
函数的输入超时参数的单位是ms, 系统接口无论1.x版本还是2.x, 最终都会将毫秒时间再去转一次tick, 用于rtthread邮件接收超时. 所以此处直接按原值进行转换,不需要加入对RT_TICK_PER_SECOND的转换
|
2023-05-29 02:02:01 -04:00 |
Wayne
|
a2b7a44070
|
[components][net][lwip][port] Fix next-hop finding in lwip_ip4_route_src. (#7504)
Co-authored-by: Wayne Lin <wclin@nuvoton.com>
|
2023-05-17 09:54:47 +08:00 |
xiaoniaoyou6hua
|
c34608b4a9
|
fix ipv6 compatibility issues (#7339)
|
2023-04-26 09:19:41 +08:00 |
Shicheng Chu
|
93f3cb30e4
|
[kernel] 将rt_thread结构体改为显式继承rt_object (#7131)
|
2023-04-04 09:06:27 -04:00 |
guozhanxin
|
abfaa4bc4e
|
[net] fix LWIP_HOOK_IP4_ROUTE_SRC define
|
2023-03-10 19:29:01 -05:00 |
geniusgogo
|
e29dfb75ca
|
Fix net (#7034)
* fix LWIP_HOOK_IP4_ROUTE_SRC.
* fix netdev ping select network card.
|
2023-03-10 16:16:41 +08:00 |
guo
|
52cb2f0b7e
|
[lwIP] apply AF_UNIX feature (#6954)
|
2023-02-23 12:08:57 +08:00 |
Man, Jianting (Meco)
|
99bdf978d7
|
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
|
2022-12-11 13:12:03 -05:00 |
bernard
|
c53d9da22e
|
[lwIP] fix lwip sem/mutex valid issue.
|
2022-12-03 14:21:06 -05:00 |
朱天龙 (Armink)
|
4c92886ee5
|
[net/lwip] Fix ppp retry assert error when tcp is connect.
|
2022-10-27 00:01:55 -04:00 |
Tangyuxin
|
a4829b1c00
|
[fix] Fix simulator compilation warnings (#6438)
* [fix] Fix simulator compilation warnings
* Update bsp/simulator/rtconfig_project.h
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-09-20 10:31:11 -04:00 |
Tangyuxin
|
577d619d4c
|
[net][lwip] Support windows simulator (#5993)
|
2022-05-30 18:01:18 +08:00 |
thewon86
|
f5b0bfd3f4
|
uniform code writing-disable interrupt
|
2022-04-20 14:22:43 +08:00 |
guo
|
83c01cabf3
|
[lwip] delete useless RTM export (#5743)
|
2022-03-30 14:06:02 +08:00 |
Man, Jianting (Meco)
|
b2fa700c2a
|
[lwip] integrate and improve lwipopts.h (#5613)
* [lwip-2.1.2] improve lwipopts.h
* 增加LWIP RTT侧版本定义
* 移动调整cc.h和lwipopts.h定义
* lwip2.1.2 2.0.3抽出lwipopts.h lwippools.h
* remove lwip1.4.1 lwipopts.h
* [update] modify the default config through v1.4.1
* delete the useless macro and modify some unclear comments.
* [lwipopts.h] 完善头文件相关宏以及临界区保护相关宏
* remove latest version label
Co-authored-by: liuxianliang <liuxianliang@rt-thread.com>
|
2022-02-28 10:39:40 +08:00 |
Man, Jianting (Meco)
|
e96e3e07f5
|
[lwip] integrate lwip porting layer (#5606)
* [lwip] integrate lwip porting layer
* Lwip 通用文件梳理 (#2)
* [modify] extract the common files for different version about lwip.
* [update] the initialization logic of lwIP.
* 整理源码结构
* ethernetif 头文件 ""改为<>
* 整理代码
* add macro definition "RT_USING_DEVICE_IPC".
* [update] mandatory selected "RT_USING_DEVICE_IPC".
* [modify] compile error for lost "lwip/init.h"
Co-authored-by: xiangxistu <52819708+xiangxistu@users.noreply.github.com>
Co-authored-by: liuxianliang <liuxianliang@rt-thread.com>
|
2022-02-23 23:56:43 +08:00 |
Man, Jianting (Meco)
|
6895da5307
|
[net] adjust folder structure (#5587)
* [net] adjust folder structure
- 将lwip相关的文件夹,移入lwip文件夹
- Kconfig 分散到at netdev lwip sal文件夹中,使用menuconfig代替menu
|
2022-02-20 00:07:45 +08:00 |