aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-3115-17/+102
* Add RelayBoard project patch from OBinou.Dean Camera2010-03-311-10/+10
* Add updated board driver directory summaries to the documentation.Dean Camera2010-03-301-0/+49
* Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-...Dean Camera2010-03-304-21/+16
* Add missing board Buttons driver for the USBTINY MKII board target.Dean Camera2010-03-304-2/+101
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-307-11/+114
* Added support for the JM-DB-U2 board hardware.Dean Camera2010-03-308-4/+235
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-306-7/+32
* Added board hardware driver support for Tom's USBTINY MKII programmer.Dean Camera2010-03-3010-13/+146
* Add briefs for the library core structures.Dean Camera2010-03-2973-87/+382
* Add file-level brief documentation.Dean Camera2010-03-29111-453/+1039
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-255-7/+8
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-2521-21/+34
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-2414-10/+3002
* Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean Camera2010-03-242-1/+2
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-246-7/+8
* Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean Camera2010-03-231-36/+12
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-239-4/+1433
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-2286-408/+416
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean Camera2010-03-212-2/+7
* Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked en...Dean Camera2010-03-193-7/+8
* Remove redundant check in the software PDI programming code of the AVRISP pro...Dean Camera2010-03-173-7/+2
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-178-22/+20
* Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean Camera2010-03-162-2/+3
* Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean Camera2010-03-162-5/+4
* Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean Camera2010-03-165-22/+23
* Improve documentation for the ADC and TWI drivers.Dean Camera2010-03-152-2/+10
* Fixed ADC routines not correctly returning the last result when multiple chan...Dean Camera2010-03-132-22/+33
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean Camera2010-03-108-22/+43
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-093-4/+6
* Webserver project now uses the board LEDs to indicate the current IP configur...Dean Camera2010-03-099-18/+28
* Minor documentation updates.Dean Camera2010-03-012-2/+4
* Fix TWI driver not aborting when faced with no response after attempting to a...Dean Camera2010-02-252-2/+3
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-246-30/+56
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-2416-16/+16
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-2479-1724/+736
* More AVR32 achitecture ports.Dean Camera2010-02-2411-74/+112
* More porting of the USB core to the AVR32.Dean Camera2010-02-2320-205/+409
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-2319-122/+354
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-2318-92/+138
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-237-11/+29
* Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean Camera2010-02-2226-98/+83
* Update manual pages to reference unfinished AVR32 port, add port status to th...Dean Camera2010-02-224-12/+34
* Add start of an AVR32 SPI driver.Dean Camera2010-02-223-22/+151
* Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean Camera2010-02-228-4/+4
* Make SPI and USART peripheral dispatch driver headers in preparation for a se...Dean Camera2010-02-227-54/+211
* Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean Camera2010-02-2216-18/+509
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-213-22/+3
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-213-43/+55
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-218-31/+58