aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-3/+3
|
* Clean up XPLAINBridge code.Dean Camera2010-02-162-9/+9
|
* Update copyright year to 2010.Dean Camera2009-12-304-12/+12
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-284-28/+28
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
|
* 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-022-0/+203
| | | | Prentice and Peter Danneger.
* Removed John Steggall's software UART code from the XPLAIN Bridge project ↵Dean Camera2009-12-023-614/+0
| | | | due to reliability issues.
* Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this ↵Dean Camera2009-11-261-1/+1
| | | | 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
|
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-254-0/+684
software UART code).