aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-03 20:20:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-03 20:20:11 +0000
commit10a56f6105647e5cad568a44b878b5d179493e23 (patch)
tree06f5dd67092d9bd02e9d97dbcabdadd4a0954848 /LUFA/DoxygenPages/ChangeLog.txt
parent8d2cb61a5bdf92e64ad081b9413a624628832bd1 (diff)
downloadlufa-10a56f6105647e5cad568a44b878b5d179493e23.tar.gz
lufa-10a56f6105647e5cad568a44b878b5d179493e23.tar.bz2
lufa-10a56f6105647e5cad568a44b878b5d179493e23.zip
Add support for the Micropendous series of USB AVR8 boards.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-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 d6d09bafc..bb00436ec 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -17,6 +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
* - Library Applications:
* - Added User Application APIs to the CDC and DFU class bootloaders
* - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs)