summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-04 13:20:58 +0700
committerhathach <[email protected]>2026-04-04 13:20:58 +0700
commit3c6c87479be6a9fdd04240b8bb1267ef80b1a0e8 (patch)
tree2f0d2aecb4360c71fc760dc8afbe4ac92618b73f /test
parente01f1538b74cf3fa535e7d7f4924905b3cd35b1f (diff)
implement board_uart_read()/write() as non-blocking for all families
Diffstat (limited to 'test')
-rw-r--r--test/hil/tinyusb.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 86ac902ce..b9c768d14 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -62,11 +62,10 @@
{
"name": "metro_m4_express",
"uid": "9995AD485337433231202020FF100A34",
- "build" : {
- "args": ["MAX3421_HOST=1"]
- },
"tests": {
- "device": true, "host": false, "dual": true,
+ "device": true,
+ "host": false,
+ "dual": true,
"dev_attached": [{"vid_pid": "067b_2303", "serial": "0", "is_cdc": true}],
"comment": "pl23x"
},