{"library":"spsdk-pyocd","title":"SPSDK PyOCD Debugger Probe Plugin","type":"library","description":"A PyOCD debug probe plugin for NXP's SPSDK (Secure Provisioning SDK), enabling PyOCD-based debug probes to interface with SPSDK debug operations. Current version: 0.3.4. Released as part of SPSDK Plugins 3.5.0. Release cadence: irregular, tied to SPSDK Plugins releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install spsdk-pyocd"],"cli":null},"imports":["from spsdk_pyocd import SPSDKPyOCDDebugProbe"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/nxp-mcuxpresso/spsdk_plugins","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spsdk-pyocd/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spsdk_pyocd import SPSDKPyOCDDebugProbe\nprobe = SPSDKPyOCDDebugProbe()\n# The probe will scan for available PyOCD debug probes\nprint(probe.get_probes_list())","lang":"python","description":"Initialize the SPSDK PyOCD debug probe plugin and list available probes.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}