summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/ostest/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-04 17:48:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-04 17:48:35 +0000
commit365ffcd212b8836b7dce5ec21ea4205148bc85e5 (patch)
treefc0e1809da973d97a51a1dd2de77c9fe29628a55 /nuttx/configs/stm3210e-eval/ostest/setenv.sh
parentd977e1c8ff3fa9f8186a0f0e65612d0d2bf2309b (diff)
downloadpx4-nuttx-365ffcd212b8836b7dce5ec21ea4205148bc85e5.tar.gz
px4-nuttx-365ffcd212b8836b7dce5ec21ea4205148bc85e5.tar.bz2
px4-nuttx-365ffcd212b8836b7dce5ec21ea4205148bc85e5.zip
Started a RIDE project for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2120 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/ostest/setenv.sh')
-rwxr-xr-xnuttx/configs/stm3210e-eval/ostest/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/ostest/setenv.sh b/nuttx/configs/stm3210e-eval/ostest/setenv.sh
index e01711125..fcb428c2f 100755
--- a/nuttx/configs/stm3210e-eval/ostest/setenv.sh
+++ b/nuttx/configs/stm3210e-eval/ostest/setenv.sh
@@ -40,7 +40,8 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
+export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
-export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
+export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"