aboutsummaryrefslogtreecommitdiff
path: root/Projects/XPLAINBridge/XPLAINBridge.c
AgeCommit message (Expand)Author
2011-07-11Minor demo/project documentation and style fixes.Dean
2011-04-08Correct UC3 global interrupt functions.Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-31Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-12Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean
2010-11-23Fixed Benito project discarding incoming data from the USB virtual serial por...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-11-03Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-08-01Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean
2010-07-31Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean
2010-07-30Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-15Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean
2010-07-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-07-12Add glitch protection to the software UART in the XPLAINBridge project code, ...Dean
2010-07-11Major changes to the XPLAINBridge software UART code for performance and reli...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-21Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and X...Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-12Oops - temp code left in the XPLAINBridge project which prevented it from ent...Dean
2010-06-12Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean
2010-05-27Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-26Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean
2010-05-26Rename software USART driver globals to make the code more in line with the r...Dean
2010-05-26Make software USART used in the XPLAINBridge project directly check and store...Dean
2010-05-26Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean
2010-05-26The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean
2010-05-13The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-06Add information request/response signal handler to the Bluetooth Host demo.Dean
2010-03-31Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean
2010-03-21Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean
2010-02-16Clean up XPLAINBridge code.Dean
2010-01-19Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-02Removed John Steggall's software UART code from the XPLAIN Bridge project due...Dean
2009-11-26Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this is...Dean
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-25Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean