diff options
| author | Ha Thach <[email protected]> | 2026-07-18 23:36:49 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-18 23:36:49 +0700 |
| commit | 3b4544b974054ae95394401adc663a6bd17c7d33 (patch) | |
| tree | b7c3a206f2c92318b69e442e4e45b330531cb518 /test | |
| parent | aa410008e8e74b0727f8c30a1ec109ff2c37efc6 (diff) | |
| parent | 4782770e7f5f4a726f9739d940c110196807f15c (diff) | |
Merge pull request #3763 from hathach/claude/migrate-khci-to-ci_fs
Migrate NXP Kinetis khci to chipidea ci_fs (device + host) + fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 6871d812f..812eb7571 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -1,6 +1,36 @@ { "boards": [ { + "name": "frdm_k64f", + "uid": "FFFF1A00FFFFFFFF1031454E0F000280", + "tests": { + "device": false, + "host": true, + "dual": false, + "dev_attached": [ + { + "vid_pid": "1a86_55d4", + "serial": "52D2023934", + "is_cdc": true, + "comment": "CH9102 USB-serial (TX-RX loopback)" + }, + { + "vid_pid": "21c4_0cc7", + "serial": "9000588268687E25", + "is_msc": true, + "block_size": 512, + "block_count": 60620800, + "msc_inquiry": "Lexar USB Flash Drive PMAP" + } + ] + }, + "flasher": { + "name": "jlink", + "uid": "000621000000", + "args": "-device MK64FN1M0xxx12" + } + }, + { "name": "ek_tm4c123gxl", "uid": "010105186C60A110", "tests": { |
