aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-05 15:50:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-05 15:50:09 +0000
commitda676f0f705904df15202f34b14c99f279eda339 (patch)
tree7f11c5551af7527a2ac0d3e3b80b401d52b277eb /LUFA/DoxygenPages
parent0e8e70153aac9a73f737348cf8b41fd4b71bd2d5 (diff)
downloadlufa-da676f0f705904df15202f34b14c99f279eda339.tar.gz
lufa-da676f0f705904df15202f34b14c99f279eda339.tar.bz2
lufa-da676f0f705904df15202f34b14c99f279eda339.zip
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index ac9b543f7..8360f0671 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -17,7 +17,7 @@
* - Added new USB_Host_GetDescriptor(), USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetting() functions
* - Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver
* - Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers
- * - Added support for the Micropendous family of boards
+ * - Added support for the Micropendous family of boards (Arduino-like revisions 1 and 2, DIP, 32U2, A, 1, 2, 3 and 4)
* - Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.)
* - Library Applications:
* - Added User Application APIs to the CDC and DFU class bootloaders