aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵Dean Camera2010-04-281-2/+2
| | | | LowLevel directory as it is hardware-dependent.
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵Dean Camera2010-03-311-0/+2
| | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵Dean Camera2010-02-041-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.
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵Dean Camera2010-01-191-8/+18
| | | | programmer, based on the state of a mode select pin.
* Add new more reliable software UART for the XPLAINBridge project by David ↵Dean Camera2009-12-021-1/+2
| | | | Prentice and Peter Danneger.
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ↵Dean Camera2009-11-251-1/+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 Camera2009-11-251-0/+744
software UART code).