Bidirectional msgpack wire protocol with unpack support

This commit is contained in:
Ian Gulliver
2026-04-03 17:32:14 +09:00
parent d06d8b595e
commit 302f7fdb6a
8 changed files with 202 additions and 50 deletions

View File

@@ -7,3 +7,5 @@ user-invocable: true
Run `go run ./cmd/load/` from the project root. This builds the firmware, loads it onto the Pico, and reboots.
If cmake needs reconfiguring (e.g. after CMakeLists.txt changes), run `cmake -B build` first.
After modifying the load command itself (cmd/load/, lib/wire/, lib/picoserial/), run it twice: once to load the firmware, once to verify the load process still works end-to-end.