diff options
| author | Ha Thach <[email protected]> | 2026-03-14 13:31:49 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-14 13:31:49 +0700 |
| commit | 8b59e6234dfe34f4d0658cea43b338eb04efa3c5 (patch) | |
| tree | 818140d6c447bd5da959fcdcab1c123295e43f39 /test | |
| parent | f98f7e003fc8c4bcdf503e8c9bff29122b70cc9e (diff) | |
| parent | c5e3098c37cf165ffde9a304238558294e328e73 (diff) | |
Merge pull request #3550 from hathach/update-bsp
Update BSP
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index e1ba5da57..8de8c7f32 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -77,6 +77,18 @@ } }, { + "name": "mimxrt1015_evk", + "uid": "DC28F865D2111D228D00B0543A70463C", + "tests": { + "device": true, "host": false, "dual": false + }, + "flasher": { + "name": "jlink", + "uid": "000726284213", + "args": "-device MIMXRT1015DAF5A" + } + }, + { "name": "mimxrt1064_evk", "uid": "BAE96FB95AFA6DBB8F00005002001200", "tests": { @@ -234,18 +246,6 @@ } }, { - "name": "mimxrt1015_evk", - "uid": "DC28F865D2111D228D00B0543A70463C", - "tests": { - "device": true, "host": false, "dual": false - }, - "flasher": { - "name": "jlink", - "uid": "000726284213", - "args": "-device MIMXRT1015DAF5A" - } - }, - { "name": "nanoch32v203", "uid": "CDAB277B0FBC03E339E339E3", "tests": { |
