diff options
| author | hathach <[email protected]> | 2023-12-11 14:29:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-11 14:29:11 +0700 |
| commit | 721ae45ebbbf679776d9bdc218a483d77b175462 (patch) | |
| tree | aecb30066d8a61fa355bf06ce2e7febc980e9caf /test/hil/hil_pi4.json | |
| parent | 0642a6d9e7ece8f12090e3d3cf63379284f90a36 (diff) | |
update hil test to support s3
Diffstat (limited to 'test/hil/hil_pi4.json')
| -rw-r--r-- | test/hil/hil_pi4.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/hil/hil_pi4.json b/test/hil/hil_pi4.json index d613f8da8..6ebb6c8f0 100644 --- a/test/hil/hil_pi4.json +++ b/test/hil/hil_pi4.json @@ -6,6 +6,16 @@ "debugger": "openocd", "debugger_sn": "E6614103E72C1D2F", "debugger_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + }, + { + "name": "espressif_s3_devkitc", + "uid": "7CDFA1E073CC", + "tests": [ + "cdc_msc_freertos", "hid_composite_freertos" + ], + "debugger": "esptool", + "debugger_sn": "461cb8d7decdeb119be9b506e93fd3f1", + "debugger_args": "-b 1500000" } ] } |
