aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/AVRU4U6U7
AgeCommit message (Expand)Author
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-16Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean
2011-01-13Added new high level TWI packet read/write commands, altered behaviour of the...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Documentation improvements - put driver example code into its own section, fi...Dean
2010-12-26Added basic driver example use code to the library documentation.Dean
2010-10-28Move RNDISConstants.h into the RNDIS class driver common definition header.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Fix SoftUART.c not compiling due to accidental check in of changes not yet co...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-31Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean
2010-08-02Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-18Added new ADC_DisableChannel() function (thanks to Mich Davis).Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-04Fix up the ADC driver for the U4 parts to remove a typo on one of the registe...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-03-29Add file-level brief documentation.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-02-24Added a timeout value to the TWI_StartTransmission() function, within which t...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.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-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-01Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean
2010-01-27Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean
2010-01-25Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean
2010-01-25ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean
2010-01-25Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean
2010-01-19Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean
2010-01-19Added master mode hardware TWI driver.Dean
2010-01-15Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean
2009-12-30Update copyright year to 2010.Dean
2009-12-30Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-11-03Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean