podonoghue / usbdm-eclipse-makefiles-build

Current USBDM builds
GNU General Public License v2.0
15 stars 15 forks source link

FirmwareChanger and JS16_Bootloader execution from command line #11

Closed cyrilakaluka closed 5 years ago

cyrilakaluka commented 5 years ago

A console mode execution is often desired in order to automate tasks, for example on a test system. The UsbdmFlashProgrammer application can operate in hybrid mode (i.e as both a console app as well as GUI) . However, the basic functions of JS16_Bootloader and FirmwareChanger applications could only be executed from the GUI. This change enables hybrid mode for both applications.