abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.04k stars 325 forks source link

Modify check to allow user application to reset to bootloader #151

Open Duckle29 opened 5 years ago

Duckle29 commented 5 years ago

The current Application_Jump_Check doesn't allow for software access to the bootloader, as anything but an external reset will jump to application. This aims to solve this.

The issue is better described in https://github.com/abcminiuser/lufa/issues/150