-
- 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…
-
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…
-
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 …
-
### 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…
-
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…
-
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 …
-
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…
-
The following exceptions occur if the pyocd-pemicro plugin is installed, but not the PEMicro drivers, and you attempt to run `pyocd list`.
On macOS 10.15:
```
0000705:CRITICAL:__main__:uncaught…
-
Hi all,
I am getting a repeated issue when attempting to flash a blank LPC5526 using pyocd. It always results in a Memory Transfer Fault. This issue persists when using a custom DAP-Link programmer…