You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Owner decision (2026-09-02, follow-up to the image-API scope question): the Rust port must eventually support working with the whole EEPROM from firmware, not only host-side tooling.
Track A (done separately): the image module drops from std to the alloc feature — a no_std firmware with an allocator can parse_image / build_image whole images.
Track B (this issue): a native allocation-free Rust port of the FS-CRUD core (src/jeefs.c) over a caller-owned &mut [u8]:
Owner decision (2026-09-02, follow-up to the image-API scope question): the Rust port must eventually support working with the whole EEPROM from firmware, not only host-side tooling.
Track A (done separately): the image module drops from std to the alloc feature — a no_std firmware with an allocator can parse_image / build_image whole images.
Track B (this issue): a native allocation-free Rust port of the FS-CRUD core (src/jeefs.c) over a caller-owned
&mut [u8]:Not started until the alloc release ships.