aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/AVR8
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-7/+7
|
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-222-0/+308
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-125-0/+5
| | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-065-10/+10
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Add support for the Micropendous (Arduino-like) series of boards (revisions ↵Dean Camera2012-02-052-11/+65
| | | | 1 and 2).
* Add missing svn:eol-style properties to /trunk/.Dean Camera2012-02-041-130/+130
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-0455-55/+55
|
* Update file header copyrights for 2012.Dean Camera2012-02-0455-55/+55
|
* Fix errors in the new Micropendous board drivers. Reorder the board ↵Dean Camera2012-02-031-3/+13
| | | | definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
* Add support for the Micropendous series of USB AVR8 boards.Dean Camera2012-02-032-0/+296
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-2948-15/+322
| | | | to the board hardware drivers.
* Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 ↵Dean Camera2011-12-261-3/+3
| | | | board (thanks to Caroline Saliman).
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-2314-43/+51
| | | | trailing whitespace at the end of each line.
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-282-0/+273
|
* 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.