oxidecomputer / hubtools

Shared tools and utilities for Hubris archives
1 stars 1 forks source link

Factor out Oxide image handling from here and Hubris into a common no_std library #34

Open lzrd opened 3 months ago

lzrd commented 3 months ago

Hubtools and Hubris have overlap in their implementations of Hubris/Bootleby image handling that should be combined into a no_std crate so that there is one source of truth. This may be limited to the read-only image handling which would be used here and in: hubris: drv/lpc55-update-server/src/image.rs hubris: lib/rot-startup/src/image.rs

lzrd commented 3 months ago

Tests would also be required.