Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function ↵ | Dean Camera | 2010-08-24 | 1 | -1/+2 |
| | | | | so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -1/+3 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Added ability to set the serial baud rate via the user's terminal in the ↵ | Dean Camera | 2010-07-15 | 1 | -0/+2 |
| | | | | XPLAINBridge project. | ||||
* | Moved calls to V2Params_UpdateParamValues() out of the main AVRISP-MKII and ↵ | Dean Camera | 2010-06-21 | 1 | -1/+1 |
| | | | | XPLAINBridge project loops and into the AVRISP management function. | ||||
* | Make software USART used in the XPLAINBridge project directly check and ↵ | Dean Camera | 2010-05-26 | 1 | -1/+3 |
| | | | | store into the ring buffers, rather than polling from the main program loop to avoid added latency. | ||||
* | Create a new LightweightRingBuffer.h header file for the XPLAIN project to ↵ | Dean Camera | 2010-05-26 | 1 | -10/+3 |
| | | | | abstract out the new ring buffer without a performance penalty. | ||||
* | The RingBuff library code has been replaced in the XPLAINBridge project with ↵ | Dean Camera | 2010-05-26 | 1 | -2/+9 |
| | | | | an ultra lightweight buffer to help improve the reliability of the bridge. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -94/+94 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+1 |
| | | | | be done in the user application once all init code has run. | ||||
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 1 | -2/+2 |
| | |||||
* | Clean up of the altered XPLAINBridge project. | Dean Camera | 2010-01-19 | 1 | -0/+3 |
| | |||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -6/+21 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | 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 |
| | |||||
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵ | Dean Camera | 2009-11-25 | 1 | -0/+1 |
| | | | | macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. | ||||
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵ | Dean Camera | 2009-11-25 | 1 | -0/+74 |
software UART code). |