diff options
| author | Zixun LI <[email protected]> | 2026-07-28 16:53:32 +0200 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-07-28 16:53:32 +0200 |
| commit | 98bce6952497a5d2dc64b72af287d13f890b9a8e (patch) | |
| tree | 6c903c0c595e729a2a33ffad48948c1bfa0aa0d7 | |
| parent | edb4a0744a1f7ce95fac35fc2798a5dea052571d (diff) | |
test/hil: use stlink for stm32l412nucleo
Signed-off-by: Zixun LI <[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 17fbb7605..10c613d09 100644 --- a/test/hil/hfp.json +++ b/test/hil/hfp.json @@ -7,9 +7,8 @@ "device": true, "host": false, "dual": false }, "flasher": { - "name": "jlink", - "uid": "774470029", - "args": "-device STM32L412KB" + "name": "stlink", + "uid": "0673FF575051717867034946" } }, { |
