spsdk-pyocd


Namespsdk-pyocd JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPyOCD SW Debugger. A debugger probe plugin for SPSDK.
upload_time2024-06-13 13:39:33
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
    - if SPSDK is not installed, the latest one will be installed automatically from [PyPI](https://pypi.org/project/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/88/a5/da391fbd32985363fcd27b10fee652939addb3dfeacdb8ff45eaf05f2dca/spsdk_pyocd-0.1.0.tar.gz",
    "platform": null,
    "description": "\r\nPyOCD SW Debugger\r\n=================\r\n\r\n\r\n* Free software: BSD-3-Clause\r\n\r\n\r\nFeatures\r\n--------\r\n\r\n* Allow SPSDK to use PyOCD as an interface for debugger probes.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n* Activate virtual env, where you have SPSDK\r\n    - if SPSDK is not installed, the latest one will be installed automatically from [PyPI](https://pypi.org/project/spsdk/)\r\n* Install the package\r\n    - `pip install spsdk-pyocd`\r\n* If you want to use P&E Micro debugger probes install the `pemicro` extra\r\n    - `pip install spsdk-pyocd[pemicro]`\r\n\r\n* Verify installation by running `nxpdebugmbox --help`\r\n    - you should see `pyocd` amongst available interfaces (--interface)\r\n\r\n\r\nCredits\r\n-------\r\n\r\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).\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "PyOCD SW Debugger. A debugger probe plugin for SPSDK.",
    "version": "0.1.0",
    "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": "a7787ba9efbf0bd0a7c05ecf2007d0c3240a8e8a834204886946b4010111b45a",
                "md5": "7aaa220a445c577b37c0dce4c8329153",
                "sha256": "b2da3d14addcfbbbf284c90f800c0ef904075de3923e533b35ee31ff307d2b21"
            },
            "downloads": -1,
            "filename": "spsdk_pyocd-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7aaa220a445c577b37c0dce4c8329153",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6107,
            "upload_time": "2024-06-13T13:39:32",
            "upload_time_iso_8601": "2024-06-13T13:39:32.298006Z",
            "url": "https://files.pythonhosted.org/packages/a7/78/7ba9efbf0bd0a7c05ecf2007d0c3240a8e8a834204886946b4010111b45a/spsdk_pyocd-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88a5da391fbd32985363fcd27b10fee652939addb3dfeacdb8ff45eaf05f2dca",
                "md5": "3ffee44a160cba3348f00f3adb5e7303",
                "sha256": "6a7ea739c9da5eed4f527a9f66e7bf9b2255be7288279b23704778263148d4a5"
            },
            "downloads": -1,
            "filename": "spsdk_pyocd-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3ffee44a160cba3348f00f3adb5e7303",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8128,
            "upload_time": "2024-06-13T13:39:33",
            "upload_time_iso_8601": "2024-06-13T13:39:33.477081Z",
            "url": "https://files.pythonhosted.org/packages/88/a5/da391fbd32985363fcd27b10fee652939addb3dfeacdb8ff45eaf05f2dca/spsdk_pyocd-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 13:39:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nxp-mcuxpresso",
    "github_project": "spsdk_plugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "spsdk-pyocd"
}
        
NXP
Elapsed time: 0.25682s