Update the Low Level Audio Input and Audio Output demos to support multiple sample...
[pub/USBasp.git] / LUFA / Drivers / Peripheral /
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-01 Dean CameraSpell check library source code files.
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
2011-02-26 Dean CameraAdded TWI baud rate prescaler and bit length parameters...
2011-02-20 Dean CameraMake sure the peripheral driver .c files include the...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
2011-02-19 Dean CameraFix documentation glitches from the restructuring changes.
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-16 Dean CameraAdded new ADC_GET_CHANNEL_MASK() convenience macro...
2011-01-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraFix compile errors from the changes to the SerialStream...
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-26 Dean CameraAdded basic driver example use code to the library...
2010-10-28 Dean CameraMove RNDISConstants.h into the RNDIS class driver commo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-20 Dean CameraOops - fix broken SPI driver due to missing bit inversi...
2010-10-13 Dean CameraFix SoftUART.c not compiling due to accidental check...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-06 Dean CameraFixed SPI driver not explicitly setting /SS and MISO...
2010-08-31 Dean CameraFix incorrect ADC driver documentation for the paramete...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraOops - remove duplicated SPI driver init mask.
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-18 Dean CameraAdded new ADC_DisableChannel() function (thanks to...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-04 Dean CameraFix up the ADC driver for the U4 parts to remove a...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-15 Dean CameraImprove documentation for the ADC and TWI drivers.
2010-03-13 Dean CameraFixed ADC routines not correctly returning the last...
2010-02-25 Dean CameraFix TWI driver not aborting when faced with no response...
2010-02-24 Dean CameraAdded a timeout value to the TWI_StartTransmission...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
2010-02-23 Dean CameraFixed software PDI/TPI programming mode in the AVRISP...
2010-02-22 Dean CameraAdd start of an AVR32 SPI driver.
2010-02-22 Dean CameraRename AVRU4U6U9 peripheral driver directory to AVR8.
2010-02-22 Dean CameraMake SPI and USART peripheral dispatch driver headers...
2010-02-22 Dean CameraAdd drivers for the EVK1101 - begin full port to the...
2010-02-12 Dean CameraFixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UB...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-05 Dean CameraFixed SerialStream driver not setting stdin to the...
2010-02-05 Dean CameraOops - serial stream driver should return _FDEV_EOF...
2010-02-05 Dean CameraFixed SerialStream driver blocking while waiting for...
2010-02-01 Dean CameraFixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
2010-01-27 Dean CameraClean up Webserver project - add more Doxygen documenta...
2010-01-25 Dean CameraMove TWI.c driver into the straight LUFA/Drivers/Periph...
2010-01-25 Dean CameraADC2 and ADC3 channels do not exist on the U4 series...
2010-01-25 Dean CameraAdded explicit ADC channel masks for the standard set...
2010-01-19 Dean CameraChanged XPLAINBridge project to be both a USB to USART...
2010-01-19 Dean CameraAdded master mode hardware TWI driver.
2010-01-15 Dean CameraFixed invalid USB controller PLL prescaler values for...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-30 Dean CameraAdd new TemperatureDataLogger project, a simple USB...
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-11-11 Dean CameraMinor code cleanups for clarity.
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-08-23 Dean CameraFixed AVRISP programmer demo -- can now connect to...
2009-08-23 Dean CameraAdded V2Protocol handlers to the AVRISP project to...
2009-07-14 Dean CameraAdded better module summaries.
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-22 Dean CameraCorrected the ADC driver for the ATMEGA16U4 and ATMEGA3...
2009-05-07 Dean CameraSerial driver now correctly calculates the baud registe...
2009-04-26 Dean CameraFixed SPI driver init function not clearing SPI2X bit...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-17 Dean CameraRenamed Serial_Stream driver to SerialStream to remain...
2009-04-17 Dean CameraRename Drivers/AT90USBXXX to Drivers/Peripheral.