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