better, not done

This commit is contained in:
2024-08-20 15:13:03 +02:00
parent 2d8d8aeb0a
commit 6c556b8fbf
14 changed files with 997 additions and 19 deletions

View File

@ -47,7 +47,7 @@ add_executable(${TARGET_NAME})
set (LWIP_INCLUDE_DIRS
"${LWIP_DIR}/src/include"
"bsp_z7/lwip/include"
${LWIP_DIR}/contrib/ports/freertos/include
#${LWIP_DIR}/contrib/ports/freertos/include
)
include(${LWIP_DIR}/src/Filelists.cmake)
set(lwip_SRCS
@ -56,7 +56,7 @@ set(lwip_SRCS
${lwipcore6_SRCS}
${lwipnetif_SRCS}
${lwipapi_SRCS}
${LWIP_DIR}/contrib/ports/freertos/sys_arch.c
#${LWIP_DIR}/contrib/ports/freertos/sys_arch.c
#${LWIP_DIR}/src/netif/slipif.c
#${LWIP_DIR}/src/apps/tftp/tftp.c
)