ihex-merge

Crates.ioihex-merge
lib.rsihex-merge
version0.1.0
sourcesrc
created_at2023-12-08 16:47:35.188141
updated_at2023-12-08 16:47:35.188141
descriptionA tool based on the ihex crate to merge ihex (intel HEX) object files into one
homepage
repositoryhttps://github.com/JDRobotter/ihex-merge/
max_upload_size
id1062225
size13,366
JD Brossillon (JDRobotter)

documentation

README

ihex-merge

This tool will merge ihex (intel HEX) binary object files into one.

usage

  ihex-merge output.hex in1.hex in2.hex in3.hex

caution

The tool currently do not check for overlapping segments and will keep overlapping segments.

Commit count: 9

cargo fmt