summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/telnetd/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 22:32:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-07 22:32:35 +0000
commit76679d0c390efeb91f64d0be626ae4cfb2df93a6 (patch)
treea89d116e448e00f782ae1d9fdd3742f7264e728c /nuttx/configs/stm3220g-eval/telnetd/setenv.sh
parentbcb1a538de42c6ac901be52239a9e907734a9e0f (diff)
downloadpx4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.tar.gz
px4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.tar.bz2
px4-nuttx-76679d0c390efeb91f64d0be626ae4cfb2df93a6.zip
Updates the STM3220G-EVAL configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4572 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/telnetd/setenv.sh')
-rwxr-xr-xnuttx/configs/stm3220g-eval/telnetd/setenv.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/configs/stm3220g-eval/telnetd/setenv.sh b/nuttx/configs/stm3220g-eval/telnetd/setenv.sh
index e9c070efa..68903d175 100755
--- a/nuttx/configs/stm3220g-eval/telnetd/setenv.sh
+++ b/nuttx/configs/stm3220g-eval/telnetd/setenv.sh
@@ -57,6 +57,14 @@ fi
# the CodeSourcery toolchain in any other location
export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+# These are the Cygwin paths to the locations where I installed the Atollic
+# toolchain under windows. You will also have to edit this if you install
+# the Atollic toolchain in any other location. /usr/bin is added before
+# the Atollic bin path because there is are binaries named gcc.exe and g++.exe
+# at those locations as well.
+#export TOOLCHAIN_BIN="/usr/bin:/cygdrive/c/Program Files (x86)/Atollic/TrueSTUDIO for ARM Pro 2.3.0/ARMTools/bin"
+#export TOOLCHAIN_BIN="/usr/bin:/cygdrive/c/Program Files (x86)/Atollic/TrueSTUDIO for STMicroelectronics STM32 Lite 2.3.0/ARMTools/bin"
+
# This the Cygwin path to the location where I build the buildroot
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"