aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-19 15:24:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-19 15:24:05 +0000
commit50ff97f378b76d177fef7162e31bb3fb71ef050c (patch)
tree98a0e3a5fd8a438ebfcabfcf172fa5deb2e0e58b /LUFA/DoxygenPages
parentbbe7c77b9125194a005847e4dc274af05eb90ae7 (diff)
downloadlufa-50ff97f378b76d177fef7162e31bb3fb71ef050c.tar.gz
lufa-50ff97f378b76d177fef7162e31bb3fb71ef050c.tar.bz2
lufa-50ff97f378b76d177fef7162e31bb3fb71ef050c.zip
All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 5b8f190cf..28f710df4 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -39,6 +39,7 @@
* - USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors)
* - Reordered board name definition indexes so that a mispelled BOARD compile option will default to BOARD_USER rather than BOARD_USBKEY
* - Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage
+ * - All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance
* - Library Applications:
* - Altered the Mass Storage Host LowLevel demo so that SCSI data STALLs from the attached device can be recovered from automatically without
* having to reset the Mass Storage interface