summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 18:39:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 18:39:53 +0000
commitc511ddc4690d94ca1895aca2ef59d3837a263234 (patch)
tree55b7eb6317d421a891f82ebbec36542cc97c8dd2 /nuttx/configs
parent9ed566465c0f31106e2e3fd3be2b33dd9489d3b0 (diff)
downloadpx4-nuttx-c511ddc4690d94ca1895aca2ef59d3837a263234.tar.gz
px4-nuttx-c511ddc4690d94ca1895aca2ef59d3837a263234.tar.bz2
px4-nuttx-c511ddc4690d94ca1895aca2ef59d3837a263234.zip
Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/tools/oocd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/tools/oocd.sh b/nuttx/configs/lm3s6965-ek/tools/oocd.sh
index 28bcc48a7..758d11450 100755
--- a/nuttx/configs/lm3s6965-ek/tools/oocd.sh
+++ b/nuttx/configs/lm3s6965-ek/tools/oocd.sh
@@ -22,7 +22,7 @@ TARGET_PATH="/usr/share/openocd/scripts"
# like environment
#OPENOCD_EXE=openocd.exe
OPENOCD_EXE=openocd
-OPENOCD_CFG="${TOPDIR}/configs/lm3s6965-ek/tools/ek-lm3s6965.cfg"
+OPENOCD_CFG="${TOPDIR}/configs/lm3s6965-ek/tools/lm3s6965-ek.cfg"
OPENOCD_ARGS="-f ${OPENOCD_CFG} -s ${TARGET_PATH}"
if [ "X$2" = "X-d" ]; then