AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.

This commit is contained in:
Dean Camera 2012-05-10 19:42:42 +00:00
parent 359fbfe14d
commit 74fb2d895e
12 changed files with 214 additions and 42 deletions

View file

@ -139,7 +139,7 @@
* <tr>
* <td>SECURE_MODE</td>
* <td>BootloaderDFU.h</td>
* <td>If defined to true, the bootloader will not accept any memory commands other than a chip erase on start-up, until an
* <td>If defined to \c true, the bootloader will not accept any memory commands other than a chip erase on start-up, until an
* erase has been performed. This can be used in conjunction with the AVR's lockbits to prevent the AVRs firmware from
* being dumped by unauthorized persons.</td>
* </tr>