dfuse-tool
dfuse-tool copied to clipboard
dfu-convert now supports handling multiple non continues sections.
The convert utility was not able to generate multiple blocks for programming, it just generates a big block with default values in between. This can be dangerous if there are sections which should not be programed. Now these sections will be left out.
Are there any trouble or concerns with merging my changes?