-
Instantly have this exception when trying to use v0.33.0. For e.g. if i try `pyocd list` command. My proggramer is ST-link. OS Windows 10. (As i understand i don't need libusb-1.0.dll in Python folder…
-
Hello world :-)
This `pypemicro` is now part of the https://github.com/pyocd/pyOCD and became a blocker on FreeBSD platform, probably other *BSD platforms (i.e. OpenBSD, NetBSD, etc), and other pla…
-
I followed the instructions as given in this link:
https://micro.ros.org/docs/tutorials/core/zephyr_emulator/
And getting the following output:
omni@omni:~$ source /opt/ros/foxy/setup.bash
…
-
I have encountered FreeBSD OS detection. Will provide a fix soon :-)
```
(venv37zephyr) pyocd list
0001563:CRITICAL:__main__:Unable to determinate running operation system (FreeBSD)
Traceback (mos…
-
- PyOCD depends on PyOCD_PEMicro in https://github.com/pyocd/pyOCD/blob/e8797c61083d320a665cd5832ee346d8e074b3ae/setup.py#L77
- PyOCD_PEMicro depends on PyOCD in https://github.com/pyocd/pyocd-pemicr…
-
As pypemicro package has removed the message field in the latest version 0.1.6, the current version of pyocd-pemicro can't catch specific exceptions and being now installed by default it always fails …
-
Pypemicro repeatedly outputs the same log message when opening the PEMicro library. This is annoying for pyocd users when it is polling for devices.
The request is that pypemicro track that it has …
-
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…
-
When an exception is raised, the message prefix has `PEMicro Exception with error code:` added as a prefix multiple times.
When pyocd receives the exception, it ends up looking like `PEMicro Except…
-
### Description of defect
Currently (and very confusingly), the `SDBlockDevice` implementation defaults to a "no-op" when calling `erase` on it. In some cases, the code is expecting a parti…