summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-04 21:32:39 +0700
committerhathach <[email protected]>2026-04-04 21:32:39 +0700
commit9838a231ad9bff623a3ec819d05aad4a4087193b (patch)
tree1c01f46f96780feb96c2a8a036a38a8eabb64666 /test
parent3c6c87479be6a9fdd04240b8bb1267ef80b1a0e8 (diff)
make board_uart_read()/write() return -1 when unimplemented for consistency across all families
Diffstat (limited to 'test')
-rw-r--r--test/hil/tinyusb.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index b9c768d14..3c03b3721 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -177,7 +177,21 @@
"uid": "560AE75E1C7152C9",
"tests": {
"device": false, "host": true, "dual": false,
- "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002694", "is_cdc": true}]
+ "dev_attached": [
+ {
+ "vid_pid": "1a86_55d4",
+ "serial": "52D2002694",
+ "is_cdc": true
+ },
+ {
+ "vid_pid": "0951_1603",
+ "serial": "820000000000000045B46338",
+ "is_msc": true,
+ "block_size": 512,
+ "block_count": 3987456,
+ "msc_inquiry": "Kingston DataTraveler 2.0 1.0"
+ }
+ ]
},
"flasher": {
"name": "openocd",