Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵ | Dean Camera | 2010-03-31 | 1 | -6/+12 | |
| | | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility. | |||||
* | Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once ↵ | Dean Camera | 2010-03-21 | 1 | -2/+6 | |
| | | | | the mode selection pin has been sampled. | |||||
* | 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 ↵ | Dean Camera | 2010-01-19 | 1 | -29/+99 | |
| | | | | 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 | |
| | ||||||
* | Removed John Steggall's software UART code from the XPLAIN Bridge project ↵ | Dean Camera | 2009-12-02 | 1 | -1/+0 | |
| | | | | due to reliability issues. | |||||
* | Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this ↵ | Dean Camera | 2009-11-26 | 1 | -0/+2 | |
| | | | | is connected to the XMEGA's /RESET line, need to enable pullup to prevent spurrious resets. | |||||
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵ | Dean Camera | 2009-11-25 | 1 | -1/+5 | |
| | | | | 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/+133 | |
software UART code). |