NicoHood / HoodLoader2

16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
http://www.nicohood.de
737 stars 187 forks source link

Enable Arduino modifications to support DebugWire and easy ISP #99

Open Virtual-Java opened 2 years ago

Virtual-Java commented 2 years ago

Arduino modifications to support DebugWire and easy ISP:

Unfortunately your dev206 branch differs a lot from the master branch which leads to a merge conflict. I did not resolve this; it is your task.

Furthermore it looks like many files have changed because I updated lufa in the same way as you did before. So users don't need to clone with submodules (git clone --recurse-submodules url) and the version is tied to a specific commit, but at least the last thing can be reached with submodules too. I do not think a "backup" of a submodule in a separate folder is neither what submodules are intended for nor necessary, but I included both, the submodule and the backup anyway a few months ago.