makefiles/openocd: use stlink.cfg by default#11824
makefiles/openocd: use stlink.cfg by default#11824toonst wants to merge 1 commit intoRIOT-OS:masterfrom
Conversation
stlink-v2-1.cfg is deprecated in openocd, since 26 Jan 2017 openocd has a common config for all st-links. This change might break flashing for people who are using stlink with an old openocd and don't define STLINK_VERSION.
|
Any comment/advise here, @cladmi ? |
|
Maybe deprecated since the 26 of January 2017, but they never did a release since the 22nd
And it has never added in a released version of Both our current supported https://packages.ubuntu.com/bionic/amd64/openocd/filelist If you want to remove the warning, I was thinking that you could do a change like RIOT/boards/common/stm32/dist/stm32l0.cfg Lines 2 to 7 in 9bc600a |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
Contribution description
stlink-v2-1.cfg is deprecated in openocd. Since 26 Jan 2017 openocd has a common config for all st-links.
This change might break flashing for people who are using stlink with an old openocd and don't define STLINK_VERSION. Is it acceptable to assume RIOT users are using more recent openocd's?
Testing procedure
Flash on an stm board using stlink debugger.
Issues/PRs references