aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-175-12/+12
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-162-3/+3
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-2/+2
* Minor documentation cleanups.Dean Camera2010-06-0312-13/+13
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0842-5065/+5065
* Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean Camera2010-03-303-20/+15
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-302-0/+99
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-304-8/+112
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-304-0/+228
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-302-1/+132
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-306-11/+139
* Add briefs for the library core structures.Dean Camera2010-03-2931-1/+61
* Add file-level brief documentation.Dean Camera2010-03-2935-61/+42
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-242-4/+130
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-2428-453/+92
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-233-5/+18
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-2222-87/+69
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-229-12/+378
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1129-29/+28