diff options
| author | hathach <[email protected]> | 2026-01-03 12:49:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-03 15:06:54 +0700 |
| commit | e158a3dd38fccd99169a3e5b8cecf7a1ac45915e (patch) | |
| tree | a69d34c82bfac42f0a9ab04821a0d7e9216d12ea /test | |
| parent | c87f0db45978b6b1f11f151bf5c061b926dba245 (diff) | |
hwfifo support custom write/read
rusb use custom write
enable all hil test for ra4m1
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 6afcb2186..047d0879c 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -103,8 +103,9 @@ "name": "ra4m1_ek", "uid": "152E163038303131393346E46F26574B", "tests": { - "device": true, "host": false, "dual": false, - "skip": ["device/cdc_msc", "device/cdc_msc_freertos"] + "device": true, + "host": false, + "dual": false }, "comment": "MSC is slow to enumerated #2602", "flasher": { |
