spsdk-pyocd


Namespsdk-pyocd JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryPyOCD SW Debugger. A debugger probe plugin for SPSDK.
upload_time2025-02-11 18:41:58
maintainerNone
docs_urlNone
authorNXP
requires_python>=3.9
licenseBSD-3-Clause
keywords nxp spsdk pyocd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
PyOCD SW Debugger
=================


* Free software: BSD-3-Clause


Features
--------

* Allow SPSDK to use PyOCD as an interface for debugger probes.


Installation
------------

* Activate virtual env, where you have SPSDK
    - to install spsdk run: `pip install spsdk`
* Install the package
    - `pip install spsdk-pyocd`
* If you want to use P&E Micro debugger probes install the `pemicro` extra
    - `pip install spsdk-pyocd[pemicro]`

* Verify installation by running `nxpdebugmbox --help`
    - you should see `pyocd` amongst available interfaces (--interface)


Credits
-------

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [SPSDK Debug Probe project template](https://github.com/nxp-mcuxpresso/spsdk/blob/master/examples/plugins/templates/cookiecutter-spsdk-debug-probe-plugin.zip).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spsdk-pyocd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "NXP <michal.starecek@nxp.com>",
    "keywords": "NXP, SPSDK, pyocd",
    "author": "NXP",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/68/5f/822babe9ea2c4bbedd219ff2fb193f1d4cb73e652304c64b4700256a055d/spsdk_pyocd-0.3.1.tar.gz",
    "platform": null,
    "description": "\nPyOCD SW Debugger\n=================\n\n\n* Free software: BSD-3-Clause\n\n\nFeatures\n--------\n\n* Allow SPSDK to use PyOCD as an interface for debugger probes.\n\n\nInstallation\n------------\n\n* Activate virtual env, where you have SPSDK\n    - to install spsdk run: `pip install spsdk`\n* Install the package\n    - `pip install spsdk-pyocd`\n* If you want to use P&E Micro debugger probes install the `pemicro` extra\n    - `pip install spsdk-pyocd[pemicro]`\n\n* Verify installation by running `nxpdebugmbox --help`\n    - you should see `pyocd` amongst available interfaces (--interface)\n\n\nCredits\n-------\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [SPSDK Debug Probe project template](https://github.com/nxp-mcuxpresso/spsdk/blob/master/examples/plugins/templates/cookiecutter-spsdk-debug-probe-plugin.zip).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "PyOCD SW Debugger. A debugger probe plugin for SPSDK.",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/nxp-mcuxpresso/spsdk_plugins/tree/master/pemicro",
        "Issues": "https://github.com/nxp-mcuxpresso/spsdk_plugins/issues"
    },
    "split_keywords": [
        "nxp",
        " spsdk",
        " pyocd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "685f822babe9ea2c4bbedd219ff2fb193f1d4cb73e652304c64b4700256a055d",
                "md5": "e2392a8313859e0502765afcebbd7a1e",
                "sha256": "c9542d5f64f59744e61706990d21425ccba81714da95f3abddbe020937ad78a2"
            },
            "downloads": -1,
            "filename": "spsdk_pyocd-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e2392a8313859e0502765afcebbd7a1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8080,
            "upload_time": "2025-02-11T18:41:58",
            "upload_time_iso_8601": "2025-02-11T18:41:58.064790Z",
            "url": "https://files.pythonhosted.org/packages/68/5f/822babe9ea2c4bbedd219ff2fb193f1d4cb73e652304c64b4700256a055d/spsdk_pyocd-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 18:41:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nxp-mcuxpresso",
    "github_project": "spsdk_plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spsdk-pyocd"
}
        
NXP
Elapsed time: 0.41708s