app
Adom USB - CMSIS-DAP debug-probe sniffer
Public Unreviewedby John Lauer
Capture + decode CMSIS-DAP debug-probe traffic (SWD/JTAG command frames) over USB — see what your IDE sends an ST-Link/DAPLink/J-Link-class probe.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
{
"slug": "adom-usb-sniffer-dap",
"version": "0.1.0",
"type": "app",
"description": "Capture + decode CMSIS-DAP debug-probe traffic (SWD/JTAG command frames) over USB \u2014 see what your IDE sends an ST-Link/DAPLink/J-Link-class probe.",
"dependencies": {},
"keywords": [
"adom-usb-plugin",
"sniffer",
"usb",
"sniffer"
],
"tags": [
"adom-usb-plugin",
"sniffer",
"usb",
"sniffer"
],
"license": "MIT",
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"adom-usb-sniffer-dap",
"plugin.json",
"install.sh",
"uninstall.sh",
"package.json",
"README.md",
"page.json",
"screenshots/**",
"skills/**"
],
"adom_usb_plugin": {
"api_version": "1",
"kind": "sniffer",
"entrypoint": "adom-usb-sniffer-dap",
"matches": {
"class": [
"Vendor / CMSIS-DAP",
"Vendor / JTAG",
"CMSIS-DAP"
],
"vid": [
"*"
],
"pid": [
"*"
]
},
"capture": "usbmon",
"decoders": [
"cmsis-dap",
"swd",
"jtag-cmd"
]
}
}