aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-17 04:43:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-17 04:43:34 +0000
commitd770d98bca4af54b10316d03979bfcdb71ce623d (patch)
tree899ba4118bcc9389fb3199b6f67a975dbcf2edb9 /LUFA/MigrationInformation.txt
parente611b250c170c9e830f8212ca5d49e505e3f4af1 (diff)
downloadlufa-d770d98bca4af54b10316d03979bfcdb71ce623d.tar.gz
lufa-d770d98bca4af54b10316d03979bfcdb71ce623d.tar.bz2
lufa-d770d98bca4af54b10316d03979bfcdb71ce623d.zip
Board Dataflash driver now allows for dataflash ICs which use different shifts for setting the current page/byte address (thanks to Kenneth Clubb).
Diffstat (limited to 'LUFA/MigrationInformation.txt')
-rw-r--r--LUFA/MigrationInformation.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/MigrationInformation.txt b/LUFA/MigrationInformation.txt
index 25bf78268..a04b1b053 100644
--- a/LUFA/MigrationInformation.txt
+++ b/LUFA/MigrationInformation.txt
@@ -28,6 +28,7 @@
*
* <b>Non-USB Library Components</b>
* - The ATTR_ALWAYSINLINE function attribute macro has been renamed to ATTR_ALWAYS_INLINE.
+ * - Custom board Dataflash drivers now require the implementation of Dataflash_SelectChipFromPage() and Dataflash_SendAddressBytes().
*
* <b>Device Mode</b>
* - The NO_CLEARSET_FEATURE_REQUEST compile time token has been renamed to NO_FEATURELESS_CONTROL_ONLY_DEVICE, and its function expanded