-
After latest cmsis-pack-manager update from 0.3.0 to 0.4.0 we get python module conflict during pyocd installation
```
ERROR: cmsis-pack-manager 0.4.0 has requirement pyyaml=6.0, but you'll have py…
-
-
Is anybody working on or aware of a riscv port of pyOCD?
-
Is there a way to change how to connect to the remote when starting gdb? To not always use localhost.
I can't find any setting for this. I thought that preLaunchCommands or overrideLaunchCommands wou…
-
Hello,
Since 2 weeks, I tried to program my `lpcxpresso55s28` board using the zephyr command `west flash` which uses `pyocd` as runner, but I get the following error even if I use the `pyocd` comma…
-
Binary ninja is now using pyside6:
```
Failed to import python plugin: community/ehntoo_binaryninjasvd: Qt 6 must import PySide6 instead of PySide2
Failed to load plugin: ehntoo_binaryninjasvd
`…
-
**Describe the bug**
ztest crashing on NRF52840 starting from 2.6.0 release, but working find prior
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=…
-
I am trying to interface with an ATSAMV71-XULT, and getting this error:
```
INFO:pyocd.board.board:Target type is atsamv71q21b
Traceback (most recent call last):
File "./test.py", line 22, in
…
-
### Description
The pyOCD used is very old (v0.14.0 https://github.com/ARMmbed/mbed-os-tools/blob/master/setup.py/#L87)
The current version is v0.31.0.
Upgrading will involve updating our hos…
-
Currently the implementation is in a way that a device and its processors are described via: https://github.com/pyocd/cmsis-pack-manager/blob/main/rust/cmsis-pack/src/pdsc/device.rs#L169.
This essent…