-
The error below is raised from `pyocd list -vv` when running on an Apple M1 MacBook Air.
Pypemicro needs to gracefully handle situations where it's run on a system for which it does not have a vali…
-
**Set up**
Feather nRF52840 Express with 6.0.0 bootloader. CircuitPython e9369d50e16e557ccd1a98c06d6e36bb87b908b7 . UF2s for the opt build flash ok but DEBUG=1 builds do not.
**Describe the bug**
…
-
Running `pack-manager cache devs STM32F401RETx` results in this exception:
```
Traceback (most recent call last):
File "/Users/creed/projects/pyOCD-flit/venv/mac37/bin/pack-manager", line 10, i…
-
When attempting to debug, `vscode probe-rs-debug` doesnt `halt on reset` and I believe it actually picks up state from the previous session (cant confirm though). Upon trying to manually attempt a res…
-
I am developing an application currently running on STM32L432 KC Nucleo reference board. I have created an STMCubeMX startup file and simple application that works flawlessly. I can program and repro…
-
I inserted ds4.der ds4.serial ds4.sig into keys folder and changed ds4.inhl.h HAVE_DS4_KEY 1
Trying on Bluepill...
> ~/passinglink/passinglink# ./scripts/provision.sh "arbitrary name string" ds4.d…
-
**Describe the bug**
In [this](https://www.youtube.com/watch?v=jR5E5Kz9A-k) video (50:30) it is shown how to debug a reel-board using gdb.
**To Reproduce**
The following commands are issued…
-
on a raspberry pi running ubuntu 18.04.2 "pip3 install pyocd" complains about "cmsis-pack-manager 0.1.1":
```
ERROR: pyocd 0.21.0 has requirement cmsis-pack-manager>=0.2.7, but you'll have cmsis-p…
rmu75 updated
3 years ago
-
SEGGER J-Link is supported as a flash runner for a substantial portion of boards supported by Zephyr (131 across nrfjprog and jlink). However there is currently no support for thread-aware debugging u…
-
Hello :wave:
I am attempting to make some contributions to the project but I can't seem to get the install from source to work. I am building from the master branch via:
```bash
$ cd pyocd
$ …