aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-03 03:51:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-03 03:51:46 +0000
commit8a7351c760b30077f562795500d88908e4da1932 (patch)
treeee52523bd56d6b188b1b2c94f1b9a87d1d649821 /LUFA/ManPages
parentb20d25854d7134ed5c73bfcd852a6e3e4febdc0b (diff)
downloadlufa-8a7351c760b30077f562795500d88908e4da1932.tar.gz
lufa-8a7351c760b30077f562795500d88908e4da1932.tar.bz2
lufa-8a7351c760b30077f562795500d88908e4da1932.zip
Added new completed MIDIToneGenerator project.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
-rw-r--r--LUFA/ManPages/LibraryApps.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 025e5bfd9..d213b1b3a 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -9,7 +9,7 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
* <b>New:</b>
* - Core:
- * - None
+ * - Added new MIDIToneGenerator project
* - Library Applications:
* - Added new incomplete MIDIToneGenerator project
* - Added ability to write protect Mass Storage disk write operations from the host OS
@@ -25,7 +25,7 @@
* <b>Fixed:</b>
* - Core:
* - Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define
- * - Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint
+ * - Fixed HID host class driver incorrectly binding to HID devices that do not have an OUT endpoint
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 0f64345f9..98ccfc270 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -102,6 +102,7 @@
* - <b>Benito</b> - Benito Board Arduino Programmer project
* - <b>LEDNotifier</b> - USB LED Notification project
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project
+ * - <b>MIDIToneGenerator</b> - MIDI Note Tone Generator project
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
* - <b>RelayBoard</b> - Relay board controller, controllable via the "sismpctl" Linux application
* - <b>TempDataLogger</b> - Temperature Datalogging project, using the FatFS library