aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-10-29 08:07:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-10-29 08:07:49 +0000
commit475323e4004f6b2410cad85eb103d7a13dfb060f (patch)
tree8f79531ec6e50436ff1829b86258130f2d4381fa /LUFA
parent46f2e488b0508d12be63b14213b8e0499eb01fc0 (diff)
downloadlufa-475323e4004f6b2410cad85eb103d7a13dfb060f.tar.gz
lufa-475323e4004f6b2410cad85eb103d7a13dfb060f.tar.bz2
lufa-475323e4004f6b2410cad85eb103d7a13dfb060f.zip
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index bb43b010f..c671eddd0 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -32,6 +32,8 @@
* tasks for each driver is called
* - Added standard keyboard HID report scancode defines (thanks to László 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
+ * CDC class bootloader
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions