diff options
| author | Ha Thach <[email protected]> | 2024-07-20 00:33:22 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-20 00:33:22 +0700 |
| commit | e09cf361048ec4a77ce6ec6ac35f1b8b2d62d76c (patch) | |
| tree | aab832a97e25c71c513d57b0601bb03907075fa8 /test | |
| parent | e9f9d43d67804dc853cd064e8c0e204f2758731f (diff) | |
| parent | 66193cba05dc9205254dcb839bbea3a53fd03eee (diff) | |
Merge pull request #2728 from hathach/hil-add-lpc11u377
[HIL] add lpc11u37 for hil test
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/rpi.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 98d576db8..bd20b3313 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -46,6 +46,13 @@ "flasher": "jlink", "flasher_sn": "000831174392", "flasher_args": "-device R7FA4M1AB" + }, + { + "name": "lpcxpresso11u37", + "uid": "17121919", + "flasher": "jlink", + "flasher_sn": "000724441579", + "flasher_args": "-device LPC11U37/401" } ] } |
