1
0
Fork 0
forked from len0rd/rockbox

plugins: add USB TSR test plugin

This is intended for testing USB event delivery to TSR plugins.
Usage:

1. enter plugin -> select Start
2. plug and unplug USB
3. reenter plugin -> select Status
   it should display "State: disconnected" then "Prev: connected"
4. when done -> select Stop Plugin

Change-Id: I6c70f452db642f3fcbfbcb4f06c57f93e60f4cfd
This commit is contained in:
Aidan MacDonald 2022-05-21 14:58:55 +01:00
parent 2f71571c0a
commit c116db6065
3 changed files with 138 additions and 0 deletions

View file

@ -178,6 +178,7 @@ test_resize,apps
test_sampr,apps
test_scanrate,apps
test_touchscreen,apps
test_usb,apps
test_viewports,apps
test_greylib_bitmap_scale,viewers
text_editor,apps