dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
184 stars 80 forks source link

ui/main.c: add --expect-id cmd line parameter #127

Open maribu opened 1 year ago

maribu commented 1 year ago

The new parameter is useful for integrating mspdebug into build systems that want to ensure that the firmware to flash is actually written to the matching hardware. This is helpful if the user mistyped the hardware to build for and flash, or confused similar looking hardware.