X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/904ad3abd2df55b8f7da2ab84cee13f087386958..3ab07f0d93b5265b486711952c8a2eb8f464a4a6:/LUFA/ChangeLog.txt diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt index 6e837f36c..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,7 +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 *