]> 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)
commitf114443ccd44ef20a75e105e2841935b726b8558
tree132652cf403ffcf1f569dd7fbdd4946edd307dcc
parent9c8d64004c5417ecc7ccffe0c8d1f637faed6fce
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]