mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 02:53:35 +00:00
hil: add frdm_k64f host test (cdc + msc) to tinyusb.json
frdm_k64f as a USB host with a CH9102 CDC (TX-RX loopback) and a Lexar MSC drive behind a hub; flasher = onboard OpenSDA J-Link. host/cdc_msc_hid passes (CDC mount+echo, MSC mount + disk-size check). device_info remains a known device_info/usbh limitation (its synchronous descriptor dump starves a 2nd device's enumeration) and is not ci_fs-specific. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ExGPLP5eU43LR7o6yYLpNi
This commit is contained in:
@ -1,5 +1,35 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user