aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-03 21:49:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-03 21:49:36 +0000
commit43a3350981f74aaa7455798d287465265f9e19d8 (patch)
treec917865541465ca160f78e4d8639424b507268d8 /LUFA/DoxygenPages
parent3dacb73af33a48a481d3017fd0e625b5f87d9a73 (diff)
downloadlufa-43a3350981f74aaa7455798d287465265f9e19d8.tar.gz
lufa-43a3350981f74aaa7455798d287465265f9e19d8.tar.bz2
lufa-43a3350981f74aaa7455798d287465265f9e19d8.zip
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
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 bb00436ec..7fc06bd99 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -31,6 +31,7 @@
* - Altered the Mass Storage Host class driver so that SCSI data STALLs from the attached device can be recovered from automatically without
* having to reset the Mass Storage interface
* - 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
* - 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