Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git] / Projects / USBtoSerial / USBtoSerial.c
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-05-20 Dean CameraMerge branch 'XMEGA-Demo-Ports-ClockOnly'
2013-05-19 Dean CameraMerge branch 'master' into XMEGA-Demo-Ports-ClockOnly
2013-05-19 Dean CameraPseudo-port the projects and dual role demos for possib...
2013-05-14 Dean CameraMinor documentation improvements.
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-20 Dean CameraIncreased throughput in the USBtoSerial project now...
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-17 Dean CameraUse the framework provided GlobalInterruptEnable()...
2012-09-16 Dean CameraFixed lengthy timeouts in the USBtoSerial project if...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-09-07 Dean CameraFixed incorrect buffer size check in the USBtoSerial...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-30 Dean CameraOops - fix up some calls to the old function names...
2011-01-30 Dean CameraAdd new HID_DESCRIPTOR_VENDOR() macro, change over...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-31 Dean CameraRename RingBuffer header functions and typedefs from...
2010-12-26 Dean CameraMake a new general RingBuffer.h misc library driver...
2010-12-12 Dean CameraFixed possible lost data in the XPLAINBridge, USBtoSeri...
2010-11-23 Dean CameraFixed Benito project discarding incoming data from...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-03 Dean CameraFixed USBtoSerial and XPLAINBridge demos discarding...
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-08-22 Dean CameraMoved calls to Device mode Class Driver events to after...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-30 Dean CameraOops - need to turn off USART via control register...
2010-07-29 Dean CameraFixed Benito and USBtoSerial projects not turning off...
2010-07-15 Dean CameraFixed possible buffer overrun in the XPLAINBridge proje...
2010-07-12 Dean CameraReduce prescaler of the flush timer in the USBtoSerial...
2010-07-12 Dean CameraAlter the ring buffer library headers to have both...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-02 Dean CameraChange AVRISP project's timeout to be interrupt based...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-03-16 Dean CameraIncreased throughput of the USBtoSerial demo on systems...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-10-26 Dean CameraUse clearer buffer names in the USBtoSerial project...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...