aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/nsh/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 23:14:43 +0000
commit0c04ea0089234ae3c0cc3d939f27df4bae0f7553 (patch)
tree8b2ab04f54b1d0a6eb83abb6de034c94db79ae4d /nuttx/configs/stm32f4discovery/nsh/setenv.sh
parent08d0c58e892e466e0688cfc4c7da1294bbef3b6b (diff)
downloadpx4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.gz
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.tar.bz2
px4-firmware-0c04ea0089234ae3c0cc3d939f27df4bae0f7553.zip
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4433 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/setenv.sh')
-rwxr-xr-xnuttx/configs/stm32f4discovery/nsh/setenv.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/setenv.sh b/nuttx/configs/stm32f4discovery/nsh/setenv.sh
index c131e3b76..65a7a3ab4 100755
--- a/nuttx/configs/stm32f4discovery/nsh/setenv.sh
+++ b/nuttx/configs/stm32f4discovery/nsh/setenv.sh
@@ -59,9 +59,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# 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 CodeSourcery toolchain in any other location
-#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Atollic/TrueSTUDIO for ARM Pro 2.3.0/ARMTools/bin"
-#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Atollic/TrueSTUDIO for STMicroelectronics STM32 Lite 2.3.0/ARMTools/bin"
+# 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.