summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 01:57:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 01:57:34 +0000
commitd980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540 (patch)
treed2595e1c0eb40bec974a2046329cfba711e8f4a8 /nuttx/configs/open1788
parenta4739f8ced6593ca401989dfaa20b2762468488b (diff)
downloadpx4-nuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.tar.gz
px4-nuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.tar.bz2
px4-nuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.zip
Add OpenOCD support for LM4F120 LaunchPad. From JP Carballo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5747 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/open1788')
-rw-r--r--nuttx/configs/open1788/README.txt3
-rwxr-xr-xnuttx/configs/open1788/nsh/setenv.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/README.txt b/nuttx/configs/open1788/README.txt
index 29c80822c..052f70f3a 100644
--- a/nuttx/configs/open1788/README.txt
+++ b/nuttx/configs/open1788/README.txt
@@ -307,6 +307,9 @@ CONFIGURATION
Make the user-space binaries first (pass1), then make the the kernel-space
binaries (pass2)
+ There are ordering dependencies so, for example, 'make -j 6' fails.
+ 'make -j 6 pass1 pass2' does work fine, however.
+
NOTES:
1. This configuration uses the mconf-based configuration tool. To
diff --git a/nuttx/configs/open1788/nsh/setenv.sh b/nuttx/configs/open1788/nsh/setenv.sh
index 1a6cdd1a6..362a73b6c 100755
--- a/nuttx/configs/open1788/nsh/setenv.sh
+++ b/nuttx/configs/open1788/nsh/setenv.sh
@@ -64,7 +64,7 @@ fi
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-# The Olimex-lpc1766stk/tools directory
+# The open1788/tools directory
export LPCTOOL_DIR="${WD}/configs/open1788/tools"
# Add the path to the toolchain and tools directory to the PATH varialble