summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lpc4330-xplorer/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-09 18:12:22 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-09 18:12:22 +0000
commita40cf5223c81c65d73e03698d5808af5c7f08ac1 (patch)
treec6055a612b97107faaa935c174a6874665f23a98 /nuttx/configs/lpc4330-xplorer/ostest
parent314a7005d5efb62fa74337c2263f0f4e90170891 (diff)
Update to LPC4330 scripts and README
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4922 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/ostest')
-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 91c8d73c41..45dca59a70 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'