File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo -e "[cortex-m-toolchain.sh] starting install"
1111# --- tooling --------------------------------------------------------------
1212
1313echo -e " [cortex-m-toolchain.sh] downloading and installing gcc-arm-non-eabi toolchain"
14- cd /workspaces
14+ cd /workspaces/circuitpython
1515
1616wget -qO gcc-arm-none-eabi.tar.xz \
1717 https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz
@@ -21,4 +21,4 @@ ln -s arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi gcc-arm-none-eabi
2121rm -f gcc-arm-none-eabi.tar.xz
2222
2323echo -e " [cortex-m-toolchain.sh] update PATH in environment"
24- echo -e " \nexport PATH=/workspaces/gcc-arm-none-eabi/bin:$PATH " >> $HOME /.bashrc
24+ echo -e " \nexport PATH=/workspaces/circuitpython/ gcc-arm-none-eabi/bin:$PATH " >> $HOME /.bashrc
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ cd "$REPO_ROOT"
1212if [ -z " $CP_PORT " ]; then
1313 echo -e " [fetch-port-submodules.sh] CP_PORT not set. Cannot fetch submodules!"
1414 exit 3
15+ else
16+ echo -e " [fetch-port-submodules.sh] CP_PORT=$CP_PORT "
1517fi
1618
1719cd " ports/$CP_PORT "
You can’t perform that action at this time.
0 commit comments