bmd-studio / stm32-for-vscode

STM32 extension for working with STM32 and CubeMX in VSCode
MIT License
207 stars 27 forks source link

Issue #143 #147 #148

Closed jortbmd closed 1 year ago

jortbmd commented 1 year ago

fix: #issue 147 due to system installed node versions the installation of the build tools failed. This was due to included configurations for several node/npm environment variables. For now removed these together with references to npm/nvm in PATH. feat: Issue #143: Added support for capitalized assembly file extensions (.S) as it is required for AzureRTOS.