-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.env
More file actions
17 lines (13 loc) · 798 Bytes
/
variables.env
File metadata and controls
17 lines (13 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set the location of this pack
export ONETHINX_PACK_LOC="/Volumes/Data/VScode/GIT/VSCode_OnethinxPack_macOS"
# Set the PDL version (must match the folder name of the PDL!)
export ONETHINX_PDL_VERSION="PDL_1.3.1.1499"
# Set the Compiler version (must match the folder name of the Compiler!)
export ONETHINX_COMPILER_VERSION="gcc-arm-none-eabi-9-2020-q2-update"
# Set the Tools version (must match the folder name of the Tools folder!)
export ONETHINX_TOOLS_VERSION="tools_2.0"
export ONETHINX_PDL_LOC="$ONETHINX_PACK_LOC/$ONETHINX_PDL_VERSION"
export ONETHINX_SVD_LOC="$ONETHINX_PDL_LOC/devices/svd"
export ONETHINX_COMPILER_LOC="$ONETHINX_PACK_LOC/$ONETHINX_COMPILER_VERSION/bin"
export ONETHINX_TOOLS_LOC="$ONETHINX_PACK_LOC/$ONETHINX_TOOLS_VERSION"
export PATH="$PATH:$ONETHINX_COMPILER_LOC"