aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-04 04:13:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-04 04:13:01 +0000
commit3bd6336075b200fdc0d16cdf80aaf55614854c1d (patch)
treea3df86f573d747d2f13d3346305f435e9a9e98fb /LUFA/ManPages/ChangeLog.txt
parent2731c3a8aef715c2ea27d541e946200bd4fc189f (diff)
downloadlufa-3bd6336075b200fdc0d16cdf80aaf55614854c1d.tar.gz
lufa-3bd6336075b200fdc0d16cdf80aaf55614854c1d.tar.bz2
lufa-3bd6336075b200fdc0d16cdf80aaf55614854c1d.zip
Added board driver support for the Busware TUL board.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index f0683039b..b4618a71a 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -14,6 +14,7 @@
* - Added new USB_Host_SetInterfaceAltSetting() convenience function for the selection of an interface's alternative setting
* - Added Audio class control request definitions
* - Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates
+ * - Added board driver support for the Busware TUL board
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new MediaControl project