feat: Add initial Ethernet connectivity and LED status indication.

This commit is contained in:
2026-03-01 22:20:35 -05:00
parent 886eaf77ce
commit 056c86644f
6 changed files with 288 additions and 18 deletions

View File

@@ -10,4 +10,6 @@ using uint64 = uint64_t;
using int8 = int8_t;
using int16 = int16_t;
using int32 = int32_t;
using int64 = int64_t;
using int64 = int64_t;
#define internal static