diff --git a/device/firmware/Makefile b/device/firmware/Makefile index 6d965ed..cf3bbc4 100644 --- a/device/firmware/Makefile +++ b/device/firmware/Makefile @@ -300,4 +300,10 @@ else $(PREFIX)objdump -dS ./build/firmware.elf > dump.txt endif +####################################### +# list usb devices (Windows PowerShell) +####################################### +list: + pwsh -Command 'Get-PnpDevice -PresentOnly | Where-Object { $$_.InstanceId -match "^USB" }' + # *** EOF ***