summaryrefslogtreecommitdiff
path: root/cctools/lib
Commit message (Collapse)AuthorAge
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* Remove unused cctools code paths for old libusb and cp2103 ioctls.Keith Packard2009-08-18
| | | | | | | | | | Communication with the CP2103 board has gone through three revisions, first using ioctls supported by the CP2103 kernel driver, then using the old synchronous usb library and now using the newer libusb asynchronous interface. There's no reason to keep shipping the old stale code now that the new stuff works reliably. Signed-off-by: Keith Packard <keithp@keithp.com>
* Sync USB data after each memory write commandKeith Packard2009-08-09
| | | | | | | This makes sure we flush the USB link often enough for the other end to keep up. Signed-off-by: Keith Packard <keithp@keithp.com>
* Disable monitor mode when communicating via usbKeith Packard2009-06-14
|
* 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>