aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean Camera2010-05-261-1/+1
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-261-1/+1
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-261-10/+2
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-261-28/+9
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-261-14/+28
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-131-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-240/+240
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-061-1/+1
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-311-6/+12
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean Camera2010-03-211-2/+6
* Clean up XPLAINBridge code.Dean Camera2010-02-161-10/+31
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-29/+99
* 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
* Removed John Steggall's software UART code from the XPLAIN Bridge project due...Dean Camera2009-12-021-1/+0
* Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this is...Dean Camera2009-11-261-0/+2
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-1/+5
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-0/+133