| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Save/restore registers to host during memory operations. Cache ROM data. | Keith Packard | 2008-12-30 |
| | | | | | | | | | | | | Because the debug port uses instructions for most operations, the debug code will clobber registers used by the running program. Save and restore these to avoid corrupting application data. If the ROM file is known, use that to return data instead of fetching it from the target to improve performance. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Switch to libusb-1.0 and use async interface. | Keith Packard | 2008-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> | |||
