summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-09 18:12:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-09 18:12:22 +0000
commit5f5e980f087430c1a9c5511e3ff1b2b0f9bcc301 (patch)
treec6055a612b97107faaa935c174a6874665f23a98 /nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
parentbfcdce360af72a3a5a068c02aac56be670f545cd (diff)
downloadpx4-nuttx-5f5e980f087430c1a9c5511e3ff1b2b0f9bcc301.tar.gz
px4-nuttx-5f5e980f087430c1a9c5511e3ff1b2b0f9bcc301.tar.bz2
px4-nuttx-5f5e980f087430c1a9c5511e3ff1b2b0f9bcc301.zip
Update to LPC4330 scripts and README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4922 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/ostest/setenv.sh')
-rwxr-xr-xnuttx/configs/lpc4330-xplorer/ostest/setenv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh b/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
index 91c8d73c4..45dca59a7 100755
--- a/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
+++ b/nuttx/configs/lpc4330-xplorer/ostest/setenv.sh
@@ -84,3 +84,7 @@ fi
export PATH="${TOOLCHAIN_BIN}:${PATH}"
echo "PATH : ${PATH}"
+
+# Set an alias that can be used to put the LPC43xx in boot mode
+
+alias lpc43xx='${REDSUITE_BIN}/Scripts/bootLPCXpresso.cmd winusb'