diff options
| author | Ha Thach <[email protected]> | 2026-07-10 21:15:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-10 21:15:52 +0700 |
| commit | 4354b24848c45cb6d4e7de67fcaa5a8235f1a40e (patch) | |
| tree | 4c220e0fed2cfa95c49afc8798357346009d0ac7 | |
| parent | 5453ed09f19af010b6a361562d967cfa30aaadc6 (diff) | |
| parent | 4c0eb65277035641da94309f1b3fbe65de765e95 (diff) | |
Merge pull request #3768 from hathach/hil_stlink
hil: use stlink for stm32f746disco
| -rw-r--r-- | test/hil/hfp.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/hil/hfp.json b/test/hil/hfp.json index bb146d2fc..735d5a402 100644 --- a/test/hil/hfp.json +++ b/test/hil/hfp.json @@ -23,9 +23,8 @@ "device": true, "host": false, "dual": false }, "flasher": { - "name": "jlink", - "uid": "770935966", - "args": "-device STM32F746NG" + "name": "stlink", + "uid": "0670FF515448787067122222" } }, { |
