mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-08 02:52:58 +08:00
[lwip]Improve lwip support for 64-bit architecture
This commit is contained in:
committed by
Bernard Xiong
parent
03f46c6694
commit
1aa96f34cd
@@ -138,6 +138,7 @@ config RT_USING_LWIP
|
||||
|
||||
config RT_LWIP_MEM_ALIGNMENT
|
||||
int "Memory alignment"
|
||||
default 8 if ARCH_CPU_64BIT
|
||||
default 4
|
||||
|
||||
config RT_LWIP_IGMP
|
||||
@@ -258,6 +259,7 @@ config RT_USING_LWIP
|
||||
|
||||
config RT_LWIP_TCPTHREAD_STACKSIZE
|
||||
int "the stack size of lwIP thread"
|
||||
default 2048 if ARCH_CPU_64BIT
|
||||
default 1024
|
||||
|
||||
config LWIP_NO_RX_THREAD
|
||||
@@ -274,6 +276,7 @@ config RT_USING_LWIP
|
||||
|
||||
config RT_LWIP_ETHTHREAD_STACKSIZE
|
||||
int "the stack size of ethernet thread"
|
||||
default 2048 if ARCH_CPU_64BIT
|
||||
default 1024
|
||||
|
||||
config RT_LWIP_ETHTHREAD_MBOX_SIZE
|
||||
|
||||
Reference in New Issue
Block a user