From f819f2e303d985a147ff4ddd1ced4cf0967b3c37 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Mar 2014 15:41:17 -0600 Subject: README updates --- misc/buildroot/ReleaseNotes | 19 +++++++++++++++++-- misc/buildroot/configs/README.txt | 8 ++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3