summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-10 14:04:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-10 14:04:08 -0600
commitc1a49b010c53d5d7aca3924b80fd843d3750107d (patch)
tree763e3dcb063bbac82a554dcc2de5776ba042f49f /nuttx/configs/olimex-lpc1766stk
parentbfece6b55cbc0829f607ef3d60bfb941113dc95c (diff)
downloadpx4-nuttx-c1a49b010c53d5d7aca3924b80fd843d3750107d.tar.gz
px4-nuttx-c1a49b010c53d5d7aca3924b80fd843d3750107d.tar.bz2
px4-nuttx-c1a49b010c53d5d7aca3924b80fd843d3750107d.zip
LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no longer have a proper environment for LPC17 debug.
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/nettest/setenv.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/setenv.sh b/nuttx/configs/olimex-lpc1766stk/nettest/setenv.sh
index 551e4042d..1a1fb344b 100755
--- a/nuttx/configs/olimex-lpc1766stk/nettest/setenv.sh
+++ b/nuttx/configs/olimex-lpc1766stk/nettest/setenv.sh
@@ -50,8 +50,9 @@ fi
# This is the Cygwin path to the location where I installed the CodeSourcery
# 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)/CodeSourcery/Sourcery G++ Lite/bin"
-# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench_Lite_for_ARM_EABI/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