Skip to content

Commit

Permalink
Merge branch 'out-of-source-build-for-parent-folder' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/bmd-studio/stm32-for-vscode into out-of-source-build-for-parent-folder
  • Loading branch information
jortbmd committed Nov 15, 2023
2 parents 591738a + a26fff9 commit 97c11df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
- Full support for CubeIDE imports.
- Add -fno-rtti and -fno-exceptions as default for C++ builds.
- Add option to select installation location for the tooling.
- Create a standalone executable.
- Issue #153 turn off automatic openocd.cfg configuration
### Fixed
- Issue #161 and #164 fix build task implementation


## [3.3.0] - 2023-11-15
### Added
- Out of source build where it keeps the current folder structure
- Release and debug builds
- Issue #157 Use .env files to set the build tooling and other variables
- Issue #144: Be able to chnage the output/build directory

## [3.2.5] - 2023-03-25
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stm32-for-vscode",
"displayName": "stm32-for-vscode",
"description": "An extension for: setting up, compiling, uploading and debugging STM32 applications",
"version": "3.2.7",
"version": "3.3.0",
"engines": {
"vscode": "^1.44.0"
},
Expand Down

0 comments on commit 97c11df

Please sign in to comment.