diff options
| author | Ha Thach <[email protected]> | 2026-08-18 22:59:49 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-18 22:59:49 +0700 |
| commit | 5c0e31cdabaf37f14e1f5e988a020abfc1000495 (patch) | |
| tree | 1035bcaa6242d5bcbe5fd81827ecded0dafdcb6d /test | |
| parent | af7d199e73461c25555abbdc72441ab79eb74245 (diff) | |
| parent | 19ff2ed615e4a97984aab5551ac8835ead53b9e7 (diff) | |
Merge pull request #3831 from hathach/fix-ci-hs
dcd(ci_hs): rework bus reset handling per the reference manual, and work around ERR050101
Diffstat (limited to 'test')
| -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 549a17cd0..6f552f126 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -197,6 +197,20 @@ } }, { + "name": "lpcxpresso55s28", + "uid": "2BF1839A7D51F553A15AB03FD08F70AB", + "tests": { + "device": true, + "host": false, + "dual": false + }, + "flasher": { + "name": "jlink", + "uid": "000727031389", + "args": "-device LPC55S28" + } + }, + { "name": "ra4m1_ek", "uid": "152E163038303131393346E46F26574B", "tests": { |
