aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-11 05:51:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-11 05:51:04 +0000
commit6c4f73679382693d4f2b2906d015b46565912e65 (patch)
treeeb07c90e4c43802998019427a419be800d99d7c1 /LUFA/ManPages/ChangeLog.txt
parent3309c00a99cca6d4a903aed9ecd092346b767ea0 (diff)
downloadlufa-6c4f73679382693d4f2b2906d015b46565912e65.tar.gz
lufa-6c4f73679382693d4f2b2906d015b46565912e65.tar.bz2
lufa-6c4f73679382693d4f2b2906d015b46565912e65.zip
Minor documentation and style fixes.
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 74bbbc2eb..de27e010f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -24,6 +24,7 @@
* - Added board hardware driver support for the EVK1104 board
* - Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver
* - Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device
+ * - Added RingBuffer_GetFreeCount() function to the Ring Buffer driver
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo