aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-19 14:16:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-19 14:16:12 +0000
commit88051e78a281f5776538558aec113ff2b66e056c (patch)
treecfdd65c067c9c660b7e3d3f6edcefe25596f5f6f /LUFA
parent48400df13c7f9f4f0fd8e7f841d49f9502557cb1 (diff)
downloadlufa-88051e78a281f5776538558aec113ff2b66e056c.tar.gz
lufa-88051e78a281f5776538558aec113ff2b66e056c.tar.bz2
lufa-88051e78a281f5776538558aec113ff2b66e056c.zip
Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index c1de86f1b..ad7f7bb5e 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -8,7 +8,6 @@
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
- * - Added new incomplete BluetoothHost demo
* - Changed AVRISP Programmer descriptors to use a newly allocated 0x204F PID value
* - Fixed MagStripe project configuration descriptor containing an unused (blank) endpoint descriptor
* - Incorporated makefile changes by Denver Gingerich to retain compatibility with stock (non-WinAVR) AVR-GCC installations
@@ -37,9 +36,10 @@
* to Kenneth Clubb)
* - Added DataflashManager_WriteBlocks_RAM() and DataflashManager_ReadBlocks_RAM() functions to the MassStorage demo, to allow for easy
* interfacing with a FAT library for dataflash file level access
- * - Incomplete non-functional BluetoothHost demo removed until it has reached a stable state to prevent confusion
* - Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience
* - Fixed typos in the SPI driver SPI_SPEED_FCPU_DIV_64 and SPI_SPEED_FCPU_DIV_128 masks (thanks to Markus Zocholl)
+ * - Keyboard and Mouse demos (normal, data interrupt and fully interrupt driven) combined into unified keyboard and mouse demos
+ * - Removed AVRISP_Programmer project due to code quality concerns
*
* \section Sec_ChangeLog090209 Version 090209
*