python-intelhex / intelhex

Python IntelHex library
BSD 3-Clause "New" or "Revised" License
201 stars 107 forks source link

merge: support 'identical' on overlapped data #44

Open MarcFinetRtone opened 4 years ago

MarcFinetRtone commented 4 years ago

When merging multiple .hex files, in case of overlap we sometimes need to just 'ensure' that values are identical.

The new 'check' mode ensures this.

Note: the behavior for start_addr is currently a 'check' (i.e. the overlap configuration is checked only when values differ). So we might want to change the behavior for data too:

MarcFinetRtone commented 3 years ago

v2: