X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/46f2e488b0508d12be63b14213b8e0499eb01fc0..475323e4004f6b2410cad85eb103d7a13dfb060f:/Bootloaders/CDC/BootloaderCDC.txt diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt index ae1da0804..69a269d1f 100644 --- a/Bootloaders/CDC/BootloaderCDC.txt +++ b/Bootloaders/CDC/BootloaderCDC.txt @@ -64,9 +64,27 @@ * *
| - * None - * | + *NO_BLOCK_SUPPORT | + *Makefile LUFA_OPTS | + *Define to disable memory block read/write support in the bootloader, requiring all reads and writes to be made + * using the byte-level commands. + * |
| NO_EEPROM_BYTE_SUPPORT | + *Makefile LUFA_OPTS | + *Define to disable EEPROM memory byte read/write support in the bootloader, requiring all EEPROM reads and writes + * to be made using the block-level commands. + * | |
| NO_FLASH_BYTE_SUPPORT | + *Makefile LUFA_OPTS | + *Define to disable FLASH memory byte read/write support in the bootloader, requiring all FLASH reads and writes + * to be made using the block-level commands. + * | |
| NO_LOCK_BYTE_SUPPORT | + *Makefile LUFA_OPTS | + *Define to disable lock byte write support in the bootloader, preventing the lock bits from being set progmatically. * |