aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-17 10:45:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-17 10:45:32 +0000
commit14c5615474b46716d69141ed459c5aa2af3bd65d (patch)
treefbbfbe7e63e137441b0befdcaab20672f3add24c /LUFA
parenta94b1911645b1f14f80eb0f1612d33f83866d4a3 (diff)
downloadlufa-14c5615474b46716d69141ed459c5aa2af3bd65d.tar.gz
lufa-14c5615474b46716d69141ed459c5aa2af3bd65d.tar.bz2
lufa-14c5615474b46716d69141ed459c5aa2af3bd65d.zip
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.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 27cbca866..325cef122 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -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
*