Crate elf2flash_core

Crate elf2flash_core 

Source

Modules§

address_range
boards
elf
uf2

Structs§

NoProgress

Enums§

Elf2Uf2Error

Traits§

ProgressReporter

Functions§

elf2uf2
Convert a file to a uf2 file. Give an input, and it generates an output. If you don’t want to provide a family_id or reporter, then the family_id defaults to the rp2040’s family id. Just pass in the NoProgress struct to reporter you do not wish to have progress reporting.