[][src]Module probe_rs::flash::loader

Structs

FlashLoader

FlashLoader is a struct which manages the flashing of any chunks of data onto any sections of flash. Use add_data() to add a chunks of data. Once you are done adding all your data, use commit() to flash the data. The flash loader will make sure to select the appropriate flash region for the right data chunks. Region crossing data chunks are allowed as long as the regions are contiguous.

Enums

FlashLoaderError