aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Collapse)AuthorAgeFilesLines
* Board Dataflash driver now allows for dataflash ICs which use different ↵Dean Camera2009-03-174-64/+142
| | | | shifts for setting the current page/byte address (thanks to Kenneth Clubb).
* Updated makefiles to reflect new dfu-ee programming target invocations ↵Dean Camera2009-03-041-3/+3
| | | | | | | | | | (supplied by Opendous, Inc.). Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names. Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances. Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
* Moved all source to the trunk directory.Dean Camera2009-02-2324-0/+2392