Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyocd/pyocd-pemicro
PEMicro probe plugin for pyOCD
https://github.com/pyocd/pyocd-pemicro
pemicro pemicro-debug-probes plugin pyocd pyocd-pemicro
Last synced: about 2 months ago
JSON representation
PEMicro probe plugin for pyOCD
- Host: GitHub
- URL: https://github.com/pyocd/pyocd-pemicro
- Owner: pyocd
- License: other
- Created: 2020-10-14T15:46:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:11:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T06:49:42.441Z (8 months ago)
- Topics: pemicro, pemicro-debug-probes, plugin, pyocd, pyocd-pemicro
- Language: Python
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Python PyOCD_PEMicro plugin debug probes support
================================================The simple PyOCD debug probe plugin for PEMicro debug probes - Multilink/FX, Cyclone/FX. The purpose of this plugin is
keep separately this support because is using PyPemicro package which is designed for Python 3.x without backward compatibility for Python2.x.
The PyOCD use this support only with Python 3.x and higher, for Python 2.x the PeMicro won't be supported.The package is tested only with Multilink/FX and Cyclone/FX probes on NXP ARM microcontrollers.
The PEMicro company helps with this development, so big Thanks to them (www.pemicro.com).
Author: Petr Gargulak, [email protected] (NXP 2020, www.nxp.com)
Note
----
This package is just plugin to full PyOCD package - It doesn't work standalone!Dependencies
------------
six
pypemicro
logging
timeInstallation
------------
Directly from www.pypi.org:``` bash
$ pip install pyocd_pemicro