Add support for a serial-connected custom debug dongle
authorKeith Packard <keithp@keithp.com>
Mon, 6 Apr 2009 18:31:49 +0000 (11:31 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 6 Apr 2009 18:32:21 +0000 (11:32 -0700)
commit2d9b8a83a2d9f495199033e43f519d26f27938fe
tree495a2cbf1573ac0b42d6331e9627e28448c65ef7
parent24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d
Add support for a serial-connected custom debug dongle

This uses the cc1111 board as a custom debug dongle with faster
methods for communicating with the debug target.
12 files changed:
lib/Makefile.am
lib/cc-bitbang.c [new file with mode: 0644]
lib/cc-bitbang.h [new file with mode: 0644]
lib/cc-usb.c [new file with mode: 0644]
lib/cc-usb.h [new file with mode: 0644]
lib/ccdbg-command.c
lib/ccdbg-debug.c
lib/ccdbg-io.c
lib/ccdbg-manual.c
lib/ccdbg-memory.c
lib/ccdbg.h
lib/cp-usb.c