vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
403 stars 183 forks source link

Accept .hex as a valid extension for an intel hex file too, not just ihx #50

Closed rpavlik closed 8 years ago

rpavlik commented 8 years ago

Simple patch, just does what it says. A lot of tools spit out .hex instead of .ihx (for instance, IAR), this keeps those from trying to be flashed as binary.