Skip to content

Releases: bmd-studio/stm32-for-vscode

v3.0.5

22 Apr 15:21
Compare
Choose a tag to compare

Fixed Issue #55 and #64, together with a small fix for the extension sometimes not starting.

v3.0.4 fix Issue #55, #62, #63 and installation issues.

17 Apr 09:01
Compare
Choose a tag to compare

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

15 Apr 15:56
Compare
Choose a tag to compare

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

15 Apr 10:25
Compare
Choose a tag to compare
Pre-release

Issue #55 was reopend because different paths were still and issue for powershell. This was fixed in this release.
Issue #59 added a compilation speed upgrade, which is now implemented in this version.

v3.0.1 - hotfix for #55, #56, #57

14 Apr 09:41
Compare
Choose a tag to compare
Pre-release

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.

v3.0.0

13 Apr 15:19
Compare
Choose a tag to compare

This version brings in a lot of work to fix issues and bring new functionality. Most notable is the addition of a configuration file, a menu and a dependency installer.