Chris Reed

Results 56 issues of Chris Reed

Add a ROM setting with `.cfg` file that allows the user to control whether a CDC break performs a target reset. On macOS, closing a serial tty always sends a...

backlog

The CMSIS-Pack plugin should use multithreaded downloads of PDSC files to update the index. For comparison, [cmsis-pack-manager](https://github.com/pyocd/cmsis-pack-manager/) can update the entire index (currently 695 packs) in less than 20 seconds,...

### Description CMSIS-Packs should be stored on disk in compressed form in order to reduce disk usage, which can be considerable if you have many packs installed. Ideally, files in...

### Description If one uses variables in the GDB Run/Restart Commands in a launch config, Eclipse will deadlock between the GNU MCU Eclipse thread and the main thread when trying...

For HF2 you don't specify any method of recognizing an HID interface as providing HF2. I suggest two possible methods: 1. Interface name containing "HF2". 2. Declare a HID usage...

Need to add session options for the RTT subcommand's settings: - Control block search range start address. - Control block search range size. More controls are needed, too, such as...

improvement

This patch blocks all signals from being sent to the current thread before performing any USB transfer through pyusb. For the separate receive threads created by some CMSIS-DAP USB backends,...

Allow the user to select between SWD and JTAG, and to control the JTAG scan chain. - Add a user option to select between SWD or JTAG. Must work with...

new feature
backlog

Sometimes the J-Link driver will report that it could not start the CPU core when pyocd disconnects. Example error from running `test/basic_test.py` on a Nordic nRF5340-DK using the J-Link OB:...

probe/jlink

When a probe server client disconnects, it will perform the target disconnect procedure even if there are still other remote clients connected, or a local client using the probe (such...

bug
probeserver