aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8
Commit message (Collapse)AuthorAgeFilesLines
...
* Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean Camera2011-11-283-0/+21
| | | | board targets.
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-233-8/+37
|
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean Camera2011-11-015-0/+160
| | | | USART-as-SPI transport driver still pending).
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean Camera2011-09-221-5/+5
| | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-1510-1149/+1149
|
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean Camera2011-06-081-0/+0
| | | | which will cause issues on *nix systems.
* Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, ↵Dean Camera2011-06-081-0/+0
| | | | which will cause issues on *nix systems.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-057-17/+17
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Added board driver support for the Busware TUL board.Dean Camera2011-06-042-0/+216
|
* Spell check library source code files.Dean Camera2011-06-015-5/+5
|
* Oops - fix bad include path in the moved USBKEY Dataflash board driver header.Dean Camera2011-05-181-1/+2
|
* Seperated out board drivers by architecture in the library internals for ↵Dean Camera2011-05-1849-0/+5987
better organisation.