diff options
| author | Ha Thach <[email protected]> | 2026-03-18 14:56:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-18 17:45:04 +0700 |
| commit | 0521e6698eb0719c27ef7c2473c9152be30ae172 (patch) | |
| tree | 9816b2ae21ee7b00f3f1eb7726d2944a8a4b22b8 | |
| parent | b7656561b86b68763e5aa2da5261e5a79e5ff53d (diff) | |
hil pico2 test with native host
| -rw-r--r-- | test/hil/tinyusb.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 5a42d852e..b4c6aaefe 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -162,12 +162,9 @@ { "name": "raspberry_pi_pico2", "uid": "560AE75E1C7152C9", - "build" : { - "flags_on": ["CFG_TUH_RPI_PIO_USB"] - }, "tests": { - "device": true, "host": true, "dual": true, - "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "533D004242", "is_cdc": true}] + "device": false, "host": true, "dual": false, + "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002694", "is_cdc": true}] }, "flasher": { "name": "openocd", |
