diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-29 08:20:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-29 08:20:36 +0000 |
commit | 40db485c7967c584eb9fe855e744ed0dc6fe8bae (patch) | |
tree | 75518cb11ec310185ee28cbbe59ae88c4147c1f3 /LUFA | |
parent | 475323e4004f6b2410cad85eb103d7a13dfb060f (diff) | |
download | lufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.tar.gz lufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.tar.bz2 lufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.zip |
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted.
Clean up CDC bootloader command processing code.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c671eddd0..7397efdea 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -30,9 +30,9 @@ * - Added default test tone generation mode to the Device mode AudioInput demos * - Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management * tasks for each driver is called - * - Added standard keyboard HID report scancode defines (thanks to László Monda) + * - Added standard keyboard HID report scancode defines (thanks to Laszlo Monda) * - Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPendingIN() functions - * - Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the + * - Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_WRITE_SUPPORT compile time options to the * CDC class bootloader * * <b>Changed:</b> |