aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
Commit message (Collapse)AuthorAgeFilesLines
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
|
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-5/+5
| | | | Fix project text files to refer to "project" instead of "demo".
* Started implementing the low level PDI protocol in the AVRISP project, for ↵Dean Camera2009-12-031-2/+2
| | | | XMEGA device programming.
* Add new more reliable software UART for the XPLAINBridge project by David ↵Dean Camera2009-12-023-1/+205
| | | | Prentice and Peter Danneger.
* Removed John Steggall's software UART code from the XPLAIN Bridge project ↵Dean Camera2009-12-024-615/+0
| | | | due to reliability issues.
* Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this ↵Dean Camera2009-11-262-1/+3
| | | | is connected to the XMEGA's /RESET line, need to enable pullup to prevent spurrious resets.
* Updated John Steggall's software USART in the XPLAINBridge project.Dean Camera2009-11-263-71/+237
|
* Fix build and Doxygen errors.Dean Camera2009-11-251-0/+1485
|
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean Camera2009-11-253-2/+7
| | | | 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 Camera2009-11-2511-0/+2170
software UART code).