diff options
| author | hathach <[email protected]> | 2025-03-24 23:20:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-03-24 23:56:32 +0700 |
| commit | 875e645b324082a00072a45ae64a8fcdace7303a (patch) | |
| tree | dd91308a08934d2afb7eba51e3c843b1c34c752b /test/hil/tinyusb.json | |
| parent | db537861b2e39debe09009762a968edfcd4a9618 (diff) | |
update hil test to include dual and host for pico/pico2
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index c2bbdf5a3..e702ffe9f 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -99,7 +99,7 @@ "name": "raspberry_pi_pico", "uid": "E6614C311B764A37", "tests": { - "device": true, "host": false, "dual": false, + "device": true, "host": true, "dual": true, "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}] }, "flasher": { @@ -112,7 +112,7 @@ "name": "raspberry_pi_pico2", "uid": "560AE75E1C7152C9", "tests": { - "device": true, "host": false, "dual": false, + "device": true, "host": true, "dual": true, "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "533D004242"}] }, "flasher": { |
