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