summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-05 21:44:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-05 21:44:36 +0000
commit805d4ee67e550bdcbacc91bc02089071fa727f34 (patch)
treea4b27d006b6da151fb421e164820f418b41f0742 /nuttx/configs/eagle100
parentd468f0c885a35b1a848a8c1edc5ebfa6a9b8c461 (diff)
downloadpx4-nuttx-805d4ee67e550bdcbacc91bc02089071fa727f34.tar.gz
px4-nuttx-805d4ee67e550bdcbacc91bc02089071fa727f34.tar.bz2
px4-nuttx-805d4ee67e550bdcbacc91bc02089071fa727f34.zip
Misc changes for DHCPC support with NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2822 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100')
-rw-r--r--nuttx/configs/eagle100/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index af08a1c88..ba2fbefab 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -81,7 +81,10 @@ GNU Toolchain Options
NOTE 2: The devkitARM toolchain includes a version of MSYS make. Make sure that
the paths to Cygwin's /bin and /usr/bin directories appear BEFORE the devkitARM
- path or will get the wrong version of make.
+ path or will get the wrong version of make. It has been reported to me that the
+ devkitARM will require an lower optimization level of -O1. Currently all of the
+ Make.def files have -O2 for devkitARM -- if you are using this toolchain, you may
+ need to review these settings.
CodeSourcery on Linux
^^^^^^^^^^^^^^^^^^^^^