summaryrefslogtreecommitdiff
path: root/lib/ccdbg-manual.c
Commit message (Collapse)AuthorAge
* Move build and debug tools to 'cctools' directory.Keith Packard2009-06-04
| | | | | | These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add support for a serial-connected custom debug dongleKeith Packard2009-04-06
| | | | | This uses the cc1111 board as a custom debug dongle with faster methods for communicating with the debug target.
* Make manual bit flipping sync after every transactionKeith Packard2009-03-07
|
* Sync after manual bit readingKeith Packard2009-03-07
|
* Switch to libusb-1.0 and use async interface.Keith Packard2008-12-26
| | | | | | | | The async libusb interface offers substantial performance benefits by not making each command wait for the reply. This makes talking over this interface almost reasonable. Signed-off-by: Keith Packard <keithp@keithp.com>
* Autotools.Keith Packard2008-12-19
Signed-off-by: Keith Packard <keithp@keithp.com>