add env file

This commit is contained in:
Julian Marmier 2025-01-31 15:06:24 +01:00
parent 25da5cde32
commit 59262443c9
1 changed files with 7 additions and 0 deletions

7
.stm32env Normal file
View File

@ -0,0 +1,7 @@
# environment variable file used by stm32-for-vscode and the STM32Make.make makefile
# Other environment variables can be added here. If wanting to use the generated makefile in CI/CD context please
# configure the following variables: GCC_PATH, OPENOCD
ARM_GCC_PATH = /Applications/ArmGNUToolchain/13.2.Rel1/arm-none-eabi/bin
OPENOCD = /opt/homebrew/bin/openocd