summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-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