diff --git a/.stm32env b/.stm32env new file mode 100644 index 0000000..95fcabf --- /dev/null +++ b/.stm32env @@ -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 + \ No newline at end of file