STM32GENERIC/tools/linux/src/maple_loader
Daniel Fekete f571a03a52 Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
..
build Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
dist Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
jars Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
nbproject Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
src Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
README.md Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
build.xml Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
manifest.mf Copy tools from stm32duino 2017-04-10 06:53:07 +02:00

README.md

These files build the maple_loader.jar file used on Windows to reset the Sketch via USB Serial, so that the bootloader will run in dfu upload mode, ready for a new sketch to be uploaded

The files were written by @bobC (github) and have been slightly modified by me (Roger Clark), so that dfu-util no longer attempts to reset the board after upload. This change to dfu-util's reset command line argument, was required because dfu-util was showing errors on some Windows systems, because the bootloader had reset its self after upload, before dfu-util had chance to tell it to reset.