aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Expand)AuthorAgeFilesLines
* 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 bett...Dean Camera2011-05-1856-113/+108
* Add new USE_LUFA_CONFIG_HEADER compile time option.Dean Camera2011-05-091-8/+13
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-5/+5
* Fix incorrectly named include guards in the Board driver header files.Dean Camera2011-03-167-7/+7
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-154-12/+0
* Add named macros to the board joystick drivers where a shift is needed to mai...Dean Camera2011-03-153-8/+14
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-111-2/+2
* Fix EVK1101 board joystick driver movement masks.Dean Camera2011-02-271-13/+11
* More UC3B architecture port updates.Dean Camera2011-02-261-2/+2
* Update board driver common APIs to use uint_reg_t.Dean Camera2011-02-207-115/+116
* Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean Camera2011-02-207-1/+366
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-206-6/+6
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-205-8/+14
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-2049-372/+103
* Move out Dataflash IC command constants headers into the general LUFA/Drivers...Dean Camera2011-02-1910-560/+5
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1959-73/+65
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-162-0/+131
* Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board.Dean Camera2011-02-021-1/+1
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-132-3/+3
* Fix typos and outdated information.Dean Camera2011-01-101-1/+1
* Minor documentation improvements.Dean Camera2011-01-084-20/+20
* Update copyright year on all source files.Dean Camera2011-01-0159-118/+118
* Fixed inverted Minimus board LEDs.Dean Camera2010-12-285-11/+11
* Fix compile errors from the changes to the SerialStream and board Temperature...Dean Camera2010-12-262-4/+7
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-265-10/+25
* Added basic driver example use code to the library documentation.Dean Camera2010-12-266-5/+125
* Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.Dean Camera2010-11-291-2/+2
* Added board hardware driver support for the Microsin AVR-USB162 development b...Dean Camera2010-11-214-0/+231
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-082-0/+131
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-285-0/+30
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2856-56/+56
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-174-0/+232
* Oops - add missing Maximus board LED hardware driver file.Dean Camera2010-10-171-0/+131
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-171-0/+2
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-173-1/+133
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1352-585/+637
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-072-3/+3
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-0612-960/+1189
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-283-4/+135
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-141-1/+1
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-1443-153/+286
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-146-7/+261
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-0910-11/+21
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-044-0/+229
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-037-1/+246
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3010-11/+11
* Add special support to the AVRISP-MKII for the new model USBTINY-MKII's addit...Dean Camera2010-07-291-1/+4
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-227-91/+364
* Add missing const qualifiers to class drivers.Dean Camera2010-07-2119-19/+38