LwIP 2.2.1在STM32F407VET6平台 移植

This commit is contained in:
冯佳
2026-01-29 17:26:04 +08:00
parent ffd33c4644
commit e7e10a8328
2207 changed files with 409723 additions and 165 deletions

View File

@ -0,0 +1,15 @@
# LwIP port for STM32F407VET6
# Add port sources to lwip library
target_sources(lwip PRIVATE
sys_arch.c
ethernetif.c
)
# Add include directories for port
target_include_directories(lwip PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
../../../../HAL/Inc
../../../../BSP/Inc
../../../../Core/Inc
)