|
|
@ -19,9 +19,9 @@ function heck_toolchain_arduino() { |
|
|
|
export PATH=$PATH:~/src/arduino-cli |
|
|
|
} |
|
|
|
|
|
|
|
function heck_toolchain_daisy() { |
|
|
|
PATH=~/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH |
|
|
|
PATH=~/gcc-arm-none-eabi-10.3-2021.10/arm-none-eabi/bin:$PATH |
|
|
|
function heck_toolchain_arm() { |
|
|
|
PATH=/opt/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH |
|
|
|
#PATH=/opt/gcc-arm-none-eabi-10.3-2021.10/arm-none-eabi/bin:$PATH |
|
|
|
} |
|
|
|
|
|
|
|
function heck_toolchain_fv1() { |
|
|
@ -46,5 +46,7 @@ function heck_toolchain_fv1() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
OCD_DIR=/opt/local/bin/openocd/ |
|
|
|
heck_toolchain_daisy |
|
|
|
alias heck_toolchain_info='make -f ~/HeckBashSetup/scripts/ToolchainInfo' |
|
|
|
|
|
|
|
#OCD_DIR=/opt/local/bin/openocd/ |
|
|
|
heck_toolchain_arm |