aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-26 23:04:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-26 23:04:36 +0000
commit6ea6b7d6b8ac525cf37617d0beda90bc678fbc33 (patch)
tree80f4cfddbe5f204a7c62fe5eb0adcb49484f061f /nuttx/configs/mirtoo
parent94b6f9e9cc2422da4671332c03b59e95085dbc56 (diff)
downloadpx4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.tar.gz
px4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.tar.bz2
px4-firmware-6ea6b7d6b8ac525cf37617d0beda90bc678fbc33.zip
Add SSD1783 LCD driver for C155 phone
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4981 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/mirtoo')
-rwxr-xr-xnuttx/configs/mirtoo/nsh/setenv.sh7
-rwxr-xr-xnuttx/configs/mirtoo/nxffs/setenv.sh7
-rwxr-xr-xnuttx/configs/mirtoo/ostest/setenv.sh7
3 files changed, 15 insertions, 6 deletions
diff --git a/nuttx/configs/mirtoo/nsh/setenv.sh b/nuttx/configs/mirtoo/nsh/setenv.sh
index d519babd4..95a5e8d30 100755
--- a/nuttx/configs/mirtoo/nsh/setenv.sh
+++ b/nuttx/configs/mirtoo/nsh/setenv.sh
@@ -60,8 +60,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/MicroChip/mplabc32/v1.12/bin"
# This the Cygwin path to the location where I installed the Pinguino
# toolchain under Windows. You will have to edit this if you install the
-# tool chain in a different location or use a different version
-#export TOOLCHAIN_BIN="/cygdrive/c/PinguinoX.3/win32/p32/bin"
+# tool chain in a different location or use a different version. /bin
+# needs to precede the tool path or otherwise you will get
+# /cygdrive/c/PinguinoX.3/win32/p32/bin/make which does not like POSIX
+# style paths.
+#export TOOLCHAIN_BIN="/bin:/cygdrive/c/PinguinoX.3/win32/p32/bin"
# This the Linux path to the location where I installed the microchipOpen
# toolchain under Linux. You will have to edit this if you use the
diff --git a/nuttx/configs/mirtoo/nxffs/setenv.sh b/nuttx/configs/mirtoo/nxffs/setenv.sh
index ed9f1ba4d..34f8d3ef1 100755
--- a/nuttx/configs/mirtoo/nxffs/setenv.sh
+++ b/nuttx/configs/mirtoo/nxffs/setenv.sh
@@ -60,8 +60,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/MicroChip/mplabc32/v1.12/bin"
# This the Cygwin path to the location where I installed the Pinguino
# toolchain under Windows. You will have to edit this if you install the
-# tool chain in a different location or use a different version
-#export TOOLCHAIN_BIN="/cygdrive/c/PinguinoX.3/win32/p32/bin"
+# tool chain in a different location or use a different version. /bin
+# needs to precede the tool path or otherwise you will get
+# /cygdrive/c/PinguinoX.3/win32/p32/bin/make which does not like POSIX
+# style paths.
+#export TOOLCHAIN_BIN="/bin:/cygdrive/c/PinguinoX.3/win32/p32/bin"
# This the Linux path to the location where I installed the microchipOpen
# toolchain under Linux. You will have to edit this if you use the
diff --git a/nuttx/configs/mirtoo/ostest/setenv.sh b/nuttx/configs/mirtoo/ostest/setenv.sh
index f6dc56eff..28177a539 100755
--- a/nuttx/configs/mirtoo/ostest/setenv.sh
+++ b/nuttx/configs/mirtoo/ostest/setenv.sh
@@ -60,8 +60,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/MicroChip/mplabc32/v1.12/bin"
# This the Cygwin path to the location where I installed the Pinguino
# toolchain under Windows. You will have to edit this if you install the
-# tool chain in a different location or use a different version
-#export TOOLCHAIN_BIN="/cygdrive/c/PinguinoX.3/win32/p32/bin"
+# tool chain in a different location or use a different version. /bin
+# needs to precede the tool path or otherwise you will get
+# /cygdrive/c/PinguinoX.3/win32/p32/bin/make which does not like POSIX
+# style paths.
+#export TOOLCHAIN_BIN="/bin:/cygdrive/c/PinguinoX.3/win32/p32/bin"
# This the Linux path to the location where I installed the microchipOpen
# toolchain under Linux. You will have to edit this if you use the