X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/88051e78a281f5776538558aec113ff2b66e056c..6380d057f8911f5d09bdffff4220aa9602df49e2:/Bootloaders/DFU/BootloaderDFU.txt diff --git a/Bootloaders/DFU/BootloaderDFU.txt b/Bootloaders/DFU/BootloaderDFU.txt index 7107cc123..44158ed07 100644 --- a/Bootloaders/DFU/BootloaderDFU.txt +++ b/Bootloaders/DFU/BootloaderDFU.txt @@ -73,5 +73,12 @@ * erase has been perfomed. This can be used in conjunction with the AVR's lockbits to prevent the AVRs firmware from * being dumped by unauthorized persons. * + * + * SIGNATURE_0, SIGNATURE_1, SIGNATURE_2 + * Makefile CDEFS + * AVR part signature bytes. These are normally defined as part of the AVR device header files in recent avr-libc + * distributions. If your avr-libc library is out of date and does not define these values, you can define them + * manually in the makefile CDEFS. + * * */ \ No newline at end of file