Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / Serial.h
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
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-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
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 CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
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-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-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
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...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
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-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-05-07 Dean CameraSerial driver now correctly calculates the baud registe...
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 CameraRename Drivers/AT90USBXXX to Drivers/Peripheral.