diff options
| author | HiFiPhile <[email protected]> | 2026-07-10 14:56:53 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-07-10 14:56:53 +0200 |
| commit | 4c0eb65277035641da94309f1b3fbe65de765e95 (patch) | |
| tree | 0d73b5bd2873cf380db377b412d9a7a140d90fe1 | |
| parent | fa750d6bf045f1df4314d283dfe0508d0d066559 (diff) | |
hil: use stlink for stm32f746disco
Signed-off-by: HiFiPhile <[email protected]>
| -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" } }, { |
