aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Remove legacy AVRISP-MKII clone compatibility compile options.Dean Camera2016-02-071-5/+3
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to...Dean Camera2015-12-021-1/+1
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Extract interface numbers into enums.László Monda2013-10-061-1/+1
* Pseudo-port the projects and dual role demos for possible later multi-arch su...Dean Camera2013-05-191-2/+4
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Oops - mask out the endpoint address direction when comparing the IN and OUT ...Dean Camera2012-05-211-1/+1
* Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ...Dean Camera2012-05-211-3/+2
* Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors...Dean Camera2012-05-201-11/+18
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-17/+21
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+1
* Minor demo/project documentation and style fixes.Dean Camera2011-07-111-4/+4
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean Camera2010-12-311-4/+4
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-3/+9
* Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean Camera2010-12-121-2/+12
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-231-1/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-2/+2
* Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean Camera2010-11-031-4/+10
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-11/+12
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-1/+1
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-12/+7
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-7/+11
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-1/+1
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-1/+2
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+9
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-0/+10
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-151-1/+1
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-6/+7
* Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean Camera2010-07-121-1/+1
* Major changes to the XPLAINBridge software UART code for performance and reli...Dean Camera2010-07-111-4/+15
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-2/+2
* Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean Camera2010-06-211-8/+5
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* Oops - temp code left in the XPLAINBridge project which prevented it from ent...Dean Camera2010-06-121-2/+0
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-1/+3
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-6/+7
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-2/+6