Replies: 3 comments
-
Yup! To some extent, at least. Pyocd currently supports RTOS and debug probe plugins. So it sounds like you should be ok. (I'm converting this issue to a discussion and will continue with more details there.) |
Beta Was this translation helpful? Give feedback.
-
Perfect! |
Beta Was this translation helpful? Give feedback.
-
Pyocd uses setuptools entry points for its plugins. All of the built-in RTOSes and debug probes are also defined and accessed as plugins, so you can see how they are defined in the The two entry points that pyocd currently uses are The |
Beta Was this translation helpful? Give feedback.
-
Hi,
Let's say I want to add support for another RTOS, but I don't want to edit pyOCD sources directly. Is pyOCD able to load external components?
e.g. pemicro probe is standalone python package, so I guess it should be possible...
Beta Was this translation helpful? Give feedback.
All reactions