From ad1bdeb3b0b1e551c3e8017c33176eb4a49591b4 Mon Sep 17 00:00:00 2001 From: tomu_aketo Date: Thu, 29 Dec 2022 17:45:52 +0900 Subject: [PATCH] added ST-Link/V2-1 aka ST-Link On-Board as stlinkob --- programmers.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/programmers.txt b/programmers.txt index 9d48bdc9..aac62e51 100644 --- a/programmers.txt +++ b/programmers.txt @@ -12,6 +12,13 @@ stlink.program.protocol=stlink-v2 stlink.program.tool=openocd stlink.program.setup_command=transport select hla_swd; set WORKAREASIZE 0x4000; +stlinkob.name=ST-Link V2-1 (ST-Link On-Board) +stlinkob.communication=USB +stlinkob.protocol=stlink-v2-1 +stlinkob.program.protocol=stlink-v2-1 +stlinkob.program.tool=openocd +stlinkob.program.setup_command=transport select hla_swd; set WORKAREASIZE 0x4000; + cmsisdap.name=CMSIS-DAP cmsisdap.communication=USB cmsisdap.protocol=cmsis-dap