-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_settings.mak
33 lines (25 loc) · 1.15 KB
/
user_settings.mak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ------------------------------------------------
# Tool to download the image to the flash of th up
# ------------------------------------------------
PROGRAMMER=/mnt/c/'Program Files'/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32_Programmer_CLI.exe
# ------------------------------------------------
# installation path of GNU Arm Embedded Toolchain
# ------------------------------------------------
#GCC path when using cygwin
#GCC_PATH=/cygdrive/c/'Program Files (x86)'/'GNU Arm Embedded Toolchain'/'10 2021.10'/bin
#GCC path when using wsl
GCC_PATH=/mnt/c/'Program Files (x86)'/'GNU Arm Embedded Toolchain'/'10 2021.10'/bin
#GCC path when using dos command prompt or powershell
#GCC_PATH="C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin"
# -------------------------------------------------
# folder separator - use forward slash for liunx and
# backward slash for windows
# -------------------------------------------------
PATH_DELIM = /
# --------------------------------------------------
# extension for executable
# --------------------------------------------------
# setting for windows
EXE = .exe
# setting for linux
#EXE =