Added new XPLAIN serial Bridge project (thanks to John Steggall for the software...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 25 Nov 2009 00:36:18 +0000 (00:36 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 25 Nov 2009 00:36:18 +0000 (00:36 +0000)
commitc05c7c7df46a0377db8a72cb32f06aa40153d3e1
tree0e51bc1ef2a4e32ce29f448299a62ca16c46c3a8
parentd3f11eb52809353d7f103cea8b4332f335c26697
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
19 files changed:
LUFA.pnproj
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LibraryResources.txt
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
Projects/USBtoSerial/USBtoSerial.txt
Projects/XPLAINBridge/Descriptors.c [new file with mode: 0644]
Projects/XPLAINBridge/Descriptors.h [new file with mode: 0644]
Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf [new file with mode: 0644]
Projects/XPLAINBridge/Lib/RingBuff.c [new file with mode: 0644]
Projects/XPLAINBridge/Lib/RingBuff.h [new file with mode: 0644]
Projects/XPLAINBridge/Lib/SoftUART.S [new file with mode: 0644]
Projects/XPLAINBridge/Lib/SoftUART.h [new file with mode: 0644]
Projects/XPLAINBridge/XPLAINBridge.c [new file with mode: 0644]
Projects/XPLAINBridge/XPLAINBridge.h [new file with mode: 0644]
Projects/XPLAINBridge/XPLAINBridge.txt [new file with mode: 0644]
Projects/XPLAINBridge/makefile [new file with mode: 0644]
Projects/makefile