diff options
| author | hathach <[email protected]> | 2024-11-11 16:07:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-11 16:07:33 +0700 |
| commit | 13f78e2e7716fda1c0ee1ef09a8bc76fde4f4c57 (patch) | |
| tree | daba893e87bc07ab74d256bd23877820dc2ce724 /test | |
| parent | a8903d3152cbaa93d4d9d7e347dd09529d4ca887 (diff) | |
add esp32p4 to hil
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 2313f5d13..c92224e26 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -1,6 +1,19 @@ { "boards": [ { + "name": "espressif_p4_function_ev", + "uid": "6055F9F98715", + "build" : { + "flags_on": ["", "CFG_TUD_DWC2_DMA"] + }, + "tests": { + "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"] + }, + "flasher": "esptool", + "flasher_sn": "4ea4f48f6bc3ee11bbb9d00f9e1b1c54", + "flasher_args": "-b 1500000" + }, + { "name": "espressif_s3_devkitm", "uid": "84F703C084E4", "build" : { |
