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.

This commit is contained in:
Dean Camera
2009-03-17 10:45:32 +00:00
parent a94b191164
commit 14c5615474
3 changed files with 175 additions and 0 deletions

View File

@@ -35,6 +35,8 @@
* - Makefile updated to include output giving the currently selected BOARD parameter value
* - Board Dataflash driver now allows for dataflash ICs which use different shifts for setting the current page/byte address (thanks
* 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
*
* \section Sec_ChangeLog090209 Version 090209
*