]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
refactor: move lwIP port headers from src/net/lwip_port/ to include/net/
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 06:46:40 +0000 (03:46 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:44:55 +0000 (23:44 -0300)
commit40ae1f4e25d6aff805f2f5eb7b662dbbd4d3979b
treeedef586cc36abfd28e9826c8750e775ebf585d88
parenta2248e0fbb1849f60b01107a9858e4694e54ce6e
refactor: move lwIP port headers from src/net/lwip_port/ to include/net/

Moved lwipopts.h and arch/cc.h to include/net/ where they belong
alongside other public headers. Updated Makefile include path from
-Isrc/net/lwip_port to -Iinclude/net.

Also fixed cc.h to use arch-conditional BYTE_ORDER instead of
hardcoding x86 little-endian, supporting ARM, RISC-V, and MIPS
targets.
Makefile
include/net/arch/cc.h [new file with mode: 0644]
include/net/lwipopts.h [new file with mode: 0644]
src/net/lwip_port/arch/cc.h [deleted file]
src/net/lwip_port/lwipopts.h [deleted file]