Releases: bmd-studio/stm32-for-vscode
v3.0.5
v3.0.4 fix Issue #55, #62, #63 and installation issues.
V3.0.4 Fixes issues with powershell and the make command. There is now an explicit check for powershell in place.
Issue #62 and issue #63 are resolved. It now does include additional linkerflags from the configuration file
There was an issue where node did not install correctly because of decompression issues and the location of npx in the root folder or a bin folder. This has been resolved.
v3.0.3 Issue #61
Fixed an issue where you could not compile without a makefile. Now compilation with just the stm32-for-vscode.config.yaml file is possible.
v3.0.2 - hotfix for #55, #59
v3.0.1 - hotfix for #55, #56, #57
A hotfix for the issues described in #55, #56, #57.
Makepath is now taken from the settings and supports paths with spaces in them.
There was an issue where it would not update the global settings, but instead update settings.json. Which is now fixed.
It now always uses the latest version of node/npx to install the build tools.