Don't run user application in the bootloader unless a valid app is present (thanks to Alex Kazik).

This commit is contained in:
Dean Camera
2014-10-11 15:15:02 +11:00
parent 17158b359f
commit df366e055d
5 changed files with 68 additions and 7 deletions
+4 -1
View File
@@ -11,7 +11,10 @@
* - None.
*
* <b>Changed:</b>
* - None.
* - Library Applications:
* - The CDC, DFU, Mass Storage and Printer class bootloaders will no longer run the user application if the application reset
* vector is blank (thanks to Alex Kazik)
* - The Printer class bootloader is now compatible with the original Atmel XPLAIN and Arduino Leonardo boards.
*
* <b>Fixed:</b>
* - None.