Mentions légales du service

Skip to content

Fix hex file dump

SHERMAN David requested to merge github/fork/retornaz/master into master

Created by: retornaz

The current hex file dumped by asebacmd are wrong/not compatible with mplab, fix this.

Strip the hex file before dump. All non-initialized pages will be dropped. This reduce the hex file size.

Merge request reports