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,16 @@
/*
* epstruct.h - STM32F407VET6 平台的 LwIP 结构体打包配置文件
*/
#ifndef __ARCH_EPSTRUCT_H__
#define __ARCH_EPSTRUCT_H__
/* ---------- 扩展结构体打包配置 ---------- */
/* 打包结构体宏定义 */
#define PACK_STRUCT_BEGIN
#define PACK_STRUCT_STRUCT
#define PACK_STRUCT_END
#define PACK_STRUCT_FIELD(x) x
#endif /* __ARCH_EPSTRUCT_H__ */