summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-07 15:41:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-07 15:41:17 -0600
commitf819f2e303d985a147ff4ddd1ced4cf0967b3c37 (patch)
tree8abc7a14e9e4567d65e763d0d3ad0bf610cc4fe6 /misc
parent25ab534a0e46438eae6d562b00b34bba438b8eff (diff)
downloadnuttx-f819f2e303d985a147ff4ddd1ced4cf0967b3c37.tar.gz
nuttx-f819f2e303d985a147ff4ddd1ced4cf0967b3c37.tar.bz2
nuttx-f819f2e303d985a147ff4ddd1ced4cf0967b3c37.zip
README updates
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ReleaseNotes19
-rw-r--r--misc/buildroot/configs/README.txt8
2 files changed, 25 insertions, 2 deletions
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 14717273a..7178cd0ee 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,8 +1,8 @@
ReleaseNotes v1.13
==================
-Supported Toolchains
---------------------
+Supported GCC Toolchains
+------------------------
This is a highly hacked up version of the buildroot (see
http://buildroot.uclibc.org/). It has been hacked so that it
@@ -94,6 +94,21 @@ then:
And set the "Path to the NuttX root directory" appropriately.
+Other Tools
+-----------
+
+In addition to the GCC toolchain, these tools may also be built by the
+buildroot package:
+
+ - genromfs: Used to generate ROMFS file system images for NuttX
+
+ - kconfig-frontends: These tools are required by the NuttX
+ configuration system.
+
+ - NXFLAT tools: Special tools to build NXFLAT binary images
+
+ - sstrip: Used internally by the build root logic
+
Version Information
-------------------
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index a23a2313b..a5f7e438e 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -56,6 +56,14 @@ arm926t-defconfig-nxflat
This configuration build an NXFLAT toolchain (only) for
use with the ARM9.
+arm-kconfig-frontends-3.12.0.0
+ The kconfig-frontends tools are required to configure NuttX. This
+ configuration will build (only) the kconfig-frontends tools. Any
+ of these configurations can (and should) be extended to build the
+ kconfig-frontend tools. NOTE: The arm-prefix on this configuration
+ is there because ARM is, indeed, selected internally. However,
+ nothing about the kconfig-frontends depends upon ARM.
+
avr-defconfig-4.3.3
avr-defconfig-5.4.2
Builds an AVR toolchain using gcc 4.3.3 or 4.5.2. This configuration