mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 18:04:40 +08:00

Ports should update from using PACK_STRUCT_BEGIN and PACK_STRUCT_END to use these includes. Maybe there should be an PACK_STRUCT_USE_INCLUDES ifdef around these, for ports for which PACK_STRUCT_BEGIN and PACK_STRUCT_END works nicely.
25 lines
838 B
Plaintext
25 lines
838 B
Plaintext
6502/ - Architectural files for the 6502 CPU.
|
|
|
|
rtxc/ - Architectural files for the RTXC operating system.
|
|
|
|
unix/ - Architectural files for testing on unix-like systems
|
|
(assuming gcc and pthreads).
|
|
|
|
v2pro/ - Architectural files for the Xilinx Virtex-II PRO device with
|
|
embedded PowerPC 405 Processor. Supports lwIP Raw API only.
|
|
(requires V2PDK - http://www.xilinx.com/ise/vii_pro/kit.htm)
|
|
|
|
msvc6/ - Architectural files for Microsoft Visual C++ 6.0
|
|
|
|
Each subdirectory (may) also include:
|
|
|
|
perf.c - Optional file that should be implemented when running
|
|
performance tests of lwIP.
|
|
|
|
sys.c - Implementation of the operating system emulation layer.
|
|
|
|
include/ - Architectural specific header files.
|
|
|
|
netif/ - Architectural specific network interfaces.
|
|
|