aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-1/+1
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-271-0/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+0
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-9/+10
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-1/+2
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+3
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-0/+2
* Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean Camera2010-06-211-1/+1
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-261-1/+3
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-261-10/+3
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-2/+9
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-94/+94
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Clean up XPLAINBridge code.Dean Camera2010-02-161-2/+2
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-191-0/+3
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-6/+21
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-0/+1
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-0/+74