aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Dataflash.h
Commit message (Collapse)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-117/+117
| | | | correctly converted to the target system's native end of line style.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-1/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-171-0/+36
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+81