summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-26 21:22:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-26 21:22:22 +0000
commitc54c41c82e6e9d55d43ee01a1d672464d9e99883 (patch)
tree9943eae6c57f41300adb2c4974ee892912368ce6
parent30c6d00d867a8ab4a33292085d0b25c4508364e9 (diff)
downloadnuttx-c54c41c82e6e9d55d43ee01a1d672464d9e99883.tar.gz
nuttx-c54c41c82e6e9d55d43ee01a1d672464d9e99883.tar.bz2
nuttx-c54c41c82e6e9d55d43ee01a1d672464d9e99883.zip
prep for 0.1.8
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1967 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/buildroot/ReleaseNotes9
-rw-r--r--misc/buildroot/configs/README.txt4
2 files changed, 11 insertions, 2 deletions
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 3ea5b6763..3ba7f0368 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,4 +1,4 @@
-ReleaseNotes v0.1.7:
+ReleaseNotes v0.1.8:
^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
@@ -13,6 +13,8 @@ can be used to build the following NuttX-compatible toolchains:
o arm-elf (thumb2) toolchain needed for use with the Luminary
LM3S6918 (ARM Cortex-M3) port provided with the NuttX releases.
+ NXFLAT toolchain for use with the ARM Cortex-M3.
+
o avr-elf toolchain needed for use with the ATmega128 ports
provided with the NuttX releases.
@@ -57,5 +59,10 @@ then:
And set the "Path to the NuttX root directory" appropriately.
+NXFLAT Toolchain Build
+You can select to build the NXFLAT toolchain with GCC by selecting
+the NXFLAT toolchin during the configuration process(you can also
+select omit building GCC with and only build the NXFLAT toolchain
+for use with your own GCC toolchain.
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index dea6b86a3..d58b3f4d8 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -48,7 +48,9 @@ cortexm3-defconfig-4.3.3
Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
This configuration builds both gcc and g++.
- NOTE: This configuration is untested as of this writing.
+cortexm3-defconfig-nxflat
+ This configuration build an NXFLAT toolchain (only) for
+ use with the Cortex-M3
bfin-defconfig-4.2.4
Builds an Blackfin toolchain using gcc 4.2.4