Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 4 | -21/+42 |
| | |||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 1 | -1/+1 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 1 | -1/+2 |
| | |||||
* | Update driver INF files - change manufacturer name from the original ↵ | Dean Camera | 2010-01-29 | 1 | -1/+1 |
| | | | | template's name to the Four Walled Cubicle website. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 1 | -4/+4 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add missing AVRISPDescriptors.c/.h files to the XPLAINBridge project. | Dean Camera | 2010-01-25 | 2 | -0/+286 |
| | |||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 1 | -1/+1 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Clean up of the altered XPLAINBridge project. | Dean Camera | 2010-01-19 | 4 | -9/+26 |
| | |||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 5 | -74/+162 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 1 | -631/+709 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 8 | -20/+20 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 8 | -56/+56 |
| | |||||
* | Add const qualifier to the parameters of Projects' functions where possible. | Dean Camera | 2009-12-20 | 2 | -8/+8 |
| | |||||
* | Speed up bit-banged USART code in the AVRISP project. | Dean Camera | 2009-12-15 | 1 | -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 Camera | 2009-12-03 | 1 | -2/+2 |
| | | | | XMEGA device programming. | ||||
* | Add new more reliable software UART for the XPLAINBridge project by David ↵ | Dean Camera | 2009-12-02 | 3 | -1/+205 |
| | | | | Prentice and Peter Danneger. | ||||
* | Removed John Steggall's software UART code from the XPLAIN Bridge project ↵ | Dean Camera | 2009-12-02 | 4 | -615/+0 |
| | | | | due to reliability issues. | ||||
* | Enable pullup on the PD5 pin of the AVR in the XPLAINBridge project - this ↵ | Dean Camera | 2009-11-26 | 2 | -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 Camera | 2009-11-26 | 3 | -71/+237 |
| | |||||
* | Fix build and Doxygen errors. | Dean Camera | 2009-11-25 | 1 | -0/+1485 |
| | |||||
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵ | Dean Camera | 2009-11-25 | 3 | -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 Camera | 2009-11-25 | 11 | -0/+2170 |
software UART code). |