Skip to content

Releases: bmd-studio/stm32-for-vscode

V3.2.5

29 Mar 13:55
Compare
Choose a tag to compare

Hotfix for issue #150

V3.2.4

28 Mar 08:19
b5f9d0d
Compare
Choose a tag to compare

Fixed

  • Issue #139: Fixed issue where after generation something went wrong with getting new information from the makefile.
  • Better SVD file finding using Levenstein distance.
  • Issue #147: Fixed issue where build tools were not installing due to pre-installed node.

Added

  • Issue #143: Added support for capitalized assembly file extensions (.S) as it is required for AzureRTOS.

V3.2.3

08 Dec 10:25
Compare
Choose a tag to compare

Addded

  • Issue #101 & #119: Added make flags to the configuration file. This allows to add the --silent flag to the build and to prevent output mixing on parallel compilation.

Fixed

  • Issue #116: Fixed issue where the STM32 configuration file would silently delete if there was something wrong while parsing the yaml file.
  • c_cpp_properties.json would have reflect the current configuration. Changed it so it is regenerated upon each new build.
  • Issues #125: Issue with the openocd configuration for the STM32l0 line. With thanks to: signorettae.
  • Issue #91: LIBS variabel in the cube generated makefile was not read correctly.

mangled-output-on-build-issue-#109-and-#101-#116

14 Nov 16:48
Compare
Choose a tag to compare

Pre-release for issue #101, #119 and #116.
Issue #101 & #119: Added make flags to the configuration file. This allows to add the --silent flag to the build and -O to prevent output mixing on parallel compilation.

Issue #116: Fixed issue where the STM32 configuration file would silently delete if there was something wrong while parsing the yaml file.

.vsix can be installed by pressing CMD/CTRL+shift+P and by typing and selecting Extensions: Install from VSIX

v3.1.5-compilation-as-cpp

18 Nov 12:45
Compare
Choose a tag to compare
Pre-release

Added

  • Issue #89: Added automatic main.cpp generation with a main.c file, if the language is set to .cpp

Fixed

  • Issue #81: added extra check to see if the openocd paths are correctly setup, however the settings should not be added anyhow when the extension does not start.
  • Issue #88: separated c and cpp flags, however upon getting information from the makefile it does add the c Definitions to the cpp definitions.

v3.1.6-alpha

13 Oct 19:27
Compare
Choose a tag to compare
v3.1.6-alpha Pre-release
Pre-release

Alpha release for the CubeIDE project importer

v3.1.6-beta

12 Nov 19:55
Compare
Choose a tag to compare
v3.1.6-beta Pre-release
Pre-release

Full Changelog: V3.1.4...v3.1.6-beta

V3.1.5-beta

31 Jul 20:57
Compare
Choose a tag to compare
V3.1.5-beta Pre-release
Pre-release

Fixes issues #70 and #80, however #80 should still be tested.

v3.1.4

27 Jul 11:18
7de568e
Compare
Choose a tag to compare

Hotfix for issue #77. Added .cc extension inclusion for c++ build files.

V3.1.3

11 Jul 15:33
Compare
Choose a tag to compare

fixed issue #76 : Added support for installation of tools on the Apple M1 macs.
Added Default search paths for include directories in the source directories, as this is often standard practice to embed folders with additional code in there.
Fixed: Fixed configuration not updating or generating when the build failed.