Skip to content

Commit

Permalink
Add programmers to openocd
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 committed Jul 27, 2022
1 parent 5b73971 commit e59c325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autocmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,7 @@ func getProgrammers() ([]string, error) {
programmers = []string{"stlink-v2", "stlink-v2-1", "cmsis-dap", "jlink", "bmp", "picoprobe"}
}

programmers = append(programmers, "openocd")

return programmers, nil
}

0 comments on commit e59c325

Please sign in to comment.