Corrected CDC class bootloader to fix a few bugs, changed address counter to store x2 addresses for convenience.

This commit is contained in:
Dean Camera 2009-03-17 13:56:26 +00:00
parent 904ad3abd2
commit ceb68a0640
6 changed files with 128 additions and 122 deletions

View file

@ -38,6 +38,7 @@
* - 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
*
* \section Sec_ChangeLog090209 Version 090209
*