Releases: bmd-studio/stm32-for-vscode
V3.2.5
V3.2.4
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
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
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
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
Alpha release for the CubeIDE project importer
v3.1.6-beta
Full Changelog: V3.1.4...v3.1.6-beta
V3.1.5-beta
v3.1.4
V3.1.3
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.