OpenOCD Upgrade?

Hello,

OpenOCD had a recent release to 0.11. xPack has already incorporated this: 0.11.0-1.1 · xpack-dev-tools/openocd-xpack@519a77e · GitHub

But it appears the latest version of openocd in platformio (2.1000.200630) points to openocd 0.10.0+dev-00378-ge5be992df

Can someone bump the package in the platformio repo to the latest?

the nulink interface was added in this latest version, and I’d like to make a platform/board utilizing it :slight_smile:

Thanks!

  • Travis

If you need a custom OpenOCD version, point to it using platform_packages (that is, grab the release package for the OpenOCD package you want, add a package.json to akin to <home folder>/.platformio/packages/tool-openocd/package.json with updated version info, and refer to the folder using file://<path> or a repository link).

Requests for updates go to specific platform you’re working on (e.g., Issues · platformio/platform-ststm32 · GitHub)