mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 23:49:20 +08:00
e96e3e07f5
* [lwip] integrate lwip porting layer * Lwip 通用文件梳理 (#2) * [modify] extract the common files for different version about lwip. * [update] the initialization logic of lwIP. * 整理源码结构 * ethernetif 头文件 ""改为<> * 整理代码 * add macro definition "RT_USING_DEVICE_IPC". * [update] mandatory selected "RT_USING_DEVICE_IPC". * [modify] compile error for lost "lwip/init.h" Co-authored-by: xiangxistu <52819708+xiangxistu@users.noreply.github.com> Co-authored-by: liuxianliang <liuxianliang@rt-thread.com>
14 lines
262 B
C
14 lines
262 B
C
/*
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2022-02-20 Meco Man add RT-Thread copyright
|
|
*/
|
|
|
|
#if defined(__ICCARM__)
|
|
#pragma pack()
|
|
#endif
|