Module ihex::writer[][src]

Operations for generating IHEX records and object files.

Enums

WriterError

Functions

create_object_file_representation

Generates an Intel HEX object file representation of the records provided. It is the callers responsibility to ensure that no overlapping data ranges are defined within the object file. In addition, records must have contain 1 EoF record, and it must be the last element in records.