aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DriverStubs/Dataflash.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new project makefile template to the library and moved board driver ↵Dean Camera2010-09-111-185/+0
| | | | stub files into in a new CodeTemplates directory.
* Fixed MassStorage based demos and projects resetting the SCSI sense values ↵Dean Camera2010-08-181-1/+1
| | | | | | before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger). Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
|
* Convert over internal pseudo-function macros to true inline functions for ↵Dean Camera2010-07-221-0/+60
| | | | added type-safety and compile-checking.
* Improve commenting of the Dataflash stub board driver file, to prevent ↵Dean Camera2010-07-041-7/+15
| | | | confusion of what the dataflash selection masks need to be. Update stub driver to automatically interleave data between the chips if two Dataflash chips are present.
* 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