From: Dean Camera Date: Fri, 24 Sep 2010 06:45:11 +0000 (+0000) Subject: Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure... X-Git-Tag: LUFA-110528-BETA~231 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/bd85422d2beb8b14e617839b7d05e7306df83edc?hp=bd85422d2beb8b14e617839b7d05e7306df83edc Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde). Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target. Makefile whitespace fixes. ---