| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
These tools were merged in from the ccdbg package.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
| |
Keeping these separate isn't making things any easier.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
| |
This uses the cc1111 board as a custom debug dongle with faster
methods for communicating with the debug target.
|
|
|
|
|
|
|
|
|
|
|
| |
The cc1111 manual suggests placing a 2.7kΩ resister and 1nF capacitor on the
RESET_N line to filter out noise. This increases the time necessary to reset
the chip to several microseconds which is longer than the interval between
two USB packets. Flush the USB packet queue and sleep for a while after
changing the value on the RESET_N line to make sure the chip sees the state
change.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
Signed-off-by: Keith Packard <keithp@keithp.com>
|