aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
Commit message (Expand)AuthorAgeFilesLines
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+24
* Minor documentation improvements.Dean Camera2011-01-083-14/+14
* Update copyright year on all source files.Dean Camera2011-01-013-6/+6
* Fix compile errors from the changes to the SerialStream and board Temperature...Dean Camera2010-12-261-2/+2
* Added basic driver example use code to the library documentation.Dean Camera2010-12-261-4/+8
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-2/+12
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-0/+3
* Added board hardware driver support for the Microsin AVR-USB162 development b...Dean Camera2010-11-211-1/+4
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-0/+3
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-283-3/+3
* Added board hardware driver support for the Minimus board (thanks to the PSGr...Dean Camera2010-10-171-0/+3
* Added board hardware driver support for the Maximus board (thanks to the PSGr...Dean Camera2010-10-171-0/+3
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-0/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-133-52/+55
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-061-0/+3
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-0/+3
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-2/+2
* Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).Dean Camera2010-09-141-1/+1
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-0/+3
* Added board hardware driver support for the UDIP development board.Dean Camera2010-09-141-0/+3
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-0/+3
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-5/+5
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-7/+9
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-5/+34
* Added new pgm_read_ptr() macro to Common.h for reading of pointers out of fla...Dean Camera2010-06-221-3/+38
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-172-16/+16
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* Fix byte ordering of UUIDs in the SDP server - host can now successfully pair...Dean Camera2010-06-021-1/+1
* The SDP UUID lists should be searched and ALL UUIDs matched for a record to b...Dean Camera2010-06-021-1/+1
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-5/+5
* Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to...Dean Camera2010-05-291-1/+1
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-251-1/+1
* Add UUID Class matching to the Service Discovery Protocol code - SDP is now c...Dean Camera2010-05-231-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-083-443/+443
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-8/+8
* Minor documentation improvements.Dean Camera2010-04-151-3/+7
* Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...Dean Camera2010-04-152-8/+17
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-301-1/+1
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+1
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-301-0/+3
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-301-1/+4
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-301-1/+4
* Add file-level brief documentation.Dean Camera2010-03-293-0/+3
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-0/+3
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-127/+2
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-2/+2
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-1/+1