diff options
| author | Ha Thach <[email protected]> | 2026-06-05 21:23:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-05 21:23:40 +0700 |
| commit | 1009b14b02232adc70a0a5a5ed4a3a06118fef0d (patch) | |
| tree | ff083c76bbe662b40475cf90df7d78584113ee32 /test/hil/tinyusb.json | |
| parent | 9dea2c8f397c004d3f3288bac3c0df9c842fe713 (diff) | |
add tm4c123x evk to hill pool (#3676)
* add ek_tm4c123gxl to the hil pool, flashing with lm4flash
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 467b7378a..79b2645c7 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -1,6 +1,20 @@ { "boards": [ { + "name": "ek_tm4c123gxl", + "uid": "010105186C60A110", + "tests": { + "device": true, + "host": false, + "dual": false + }, + "flasher": { + "name": "lm4flash", + "uid": "0E205D19", + "args": "-v" + } + }, + { "name": "espressif_p4_function_ev", "uid": "6055F9F98715", "build": { |
