Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down