test lwip through udp

This commit is contained in:
lr
2024-05-22 20:38:09 +08:00
parent 43bb298df9
commit dced598cbf
9 changed files with 96 additions and 16 deletions
@@ -43,7 +43,7 @@ ipv4 = autoip.o \
netif = bridgeif.o \
ethernet.o \
zepif.o
sys = sys_arch.o
sys = sys_arch.o ethernetif.o
libserial = $(KERNEL_ROOT)/services/app/libserial.o
printf = $(KERNEL_ROOT)/services/app/printf.o