7 lines
535 B
Plaintext
7 lines
535 B
Plaintext
|
# 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 = /home/chiangni/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/13.3.1-1.1.1/.content/bin
|
||
|
OPENOCD = /home/chiangni/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/openocd/0.12.0-4.1/.content/bin/openocd
|
||
|
|