app
Adom USB - nRF52/53 persona pack
Public Unreviewedby John Lauer
DFU-flash stub firmware to an nRF52840/nRF5340 to enumerate as CDC, HID, or MSC — exercise the USBD peripheral.
{
"slug": "adom-usb-stub-nrf",
"name": "nRF52/53 USB persona pack",
"version": "0.1.0",
"api_version": "1",
"kind": "firmware",
"entrypoint": "adom-usb-stub-nrf",
"vendor": "Nordic Semiconductor",
"chips": [
"nrf52840",
"nrf5340"
],
"matches": {
"vid": [
"1915"
],
"pid": [
"*"
]
},
"flash_method": "nrfutil",
"personas": [
{
"id": "cdc-serial",
"name": "CDC serial",
"usb_class": "CDC serial",
"result_vid": "1915",
"result_pid": "521f"
},
{
"id": "hid-keyboard",
"name": "HID keyboard",
"usb_class": "HID keyboard",
"result_vid": "1915",
"result_pid": "5220"
},
{
"id": "hid-mouse",
"name": "HID mouse",
"usb_class": "HID mouse",
"result_vid": "1915",
"result_pid": "5221"
},
{
"id": "msc-disk",
"name": "Mass storage (DFU)",
"usb_class": "Mass storage",
"result_vid": "1915",
"result_pid": "5222"
}
],
"description": "DFU-flash stub firmware to an nRF52840/nRF5340 to enumerate as CDC, HID, or MSC \u2014 exercise the USBD peripheral.",
"homepage": "https://wiki.adom.inc/john/adom-usb-stub-nrf"
}