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
We found that the FirmwareImage trait, is a bit of useless abstraction. All firmware images start as ELFs, any binary (or hex etc.) data is written directly to flash without going through the image formatting process. Removing this, and the associated boiler plate should simplify this module.
The text was updated successfully, but these errors were encountered:
We'll want to simplify this module.
We found that the
FirmwareImage
trait, is a bit of useless abstraction. All firmware images start as ELFs, any binary (or hex etc.) data is written directly to flash without going through the image formatting process. Removing this, and the associated boiler plate should simplify this module.The text was updated successfully, but these errors were encountered: