aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
2010-03-30Added support for the JM-DB-U2 board hardware.Dean
2010-03-30Added board hardware driver support for the Benito programmer.Dean
2010-03-30Added board hardware driver support for Tom's USBTINY MKII programmer.Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-03-25Add new LUFA logo by Ryo Yamauchi.Dean
2010-03-25All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
2010-03-24Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean
2010-03-23Added incomplete MIDIToneGenerator project.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-03-21Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean
2010-03-19Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked en...Dean
2010-03-17Remove redundant check in the software PDI programming code of the AVRISP pro...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-03-16Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean
2010-03-16Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean
2010-03-16Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean
2010-03-15Improve documentation for the ADC and TWI drivers.Dean
2010-03-13Fixed ADC routines not correctly returning the last result when multiple chan...Dean
2010-03-10Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean
2010-03-09Fix incorrect LED mask name in the Webserver project.Dean
2010-03-09Webserver project now uses the board LEDs to indicate the current IP configur...Dean
2010-03-01Minor documentation updates.Dean
2010-02-25Fix TWI driver not aborting when faced with no response after attempting to a...Dean
2010-02-24Added a timeout value to the TWI_StartTransmission() function, within which t...Dean
2010-02-24Fix incorrect error when directly including the LUFA internal USB library com...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-23Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean
2010-02-23Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean
2010-02-22Change over board hardware drivers to use the custom uintN_t and intN_t nativ...Dean
2010-02-22Update manual pages to reference unfinished AVR32 port, add port status to th...Dean
2010-02-22Add start of an AVR32 SPI driver.Dean
2010-02-22Rename AVRU4U6U9 peripheral driver directory to AVR8.Dean
2010-02-22Make SPI and USART peripheral dispatch driver headers in preparation for a se...Dean
2010-02-22Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.Dean
2010-02-21Increased the speed of both software and hardware TPI/PDI programming modes o...Dean
2010-02-19AVRISP programmer project now has a more robust timeout system, allowing for ...Dean
2010-02-19Commit for the 100219 release.Dean
2010-02-18Turn OFF double banking in the Webserver demo - leaving it on seems to destro...Dean
2010-02-15Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean
2010-02-14Fix HID Host Class driver sending incorrect ReportType values to the device w...Dean
2010-02-12Move DHCP negotiation timer into the DHCP connection application state struct...Dean
2010-02-12Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for hig...Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-10Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean