summaryrefslogtreecommitdiff
path: root/misc/buildroot
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 22:36:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 22:36:40 +0000
commitefb23e7a2f1b197a5fed65183a380a247c61e9da (patch)
treeff2b17590a066dac14a54c3acd165ce1592de921 /misc/buildroot
parenta72f4947f7a0996e252700d5ce47039f8ad92b80 (diff)
downloadpx4-nuttx-efb23e7a2f1b197a5fed65183a380a247c61e9da.tar.gz
px4-nuttx-efb23e7a2f1b197a5fed65183a380a247c61e9da.tar.bz2
px4-nuttx-efb23e7a2f1b197a5fed65183a380a247c61e9da.zip
prep for 0.1.3 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1543 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot')
-rw-r--r--misc/buildroot/ChangeLog5
-rw-r--r--misc/buildroot/ReleaseNotes16
2 files changed, 13 insertions, 8 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 48d2aeeaf..6862a75fe 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -10,10 +10,13 @@ buildroot-0.1.2 2008-11-06 <spudmonkey@racsa.co.cr>
* Add patch to build older binutils with newer Texinfo version
* Add support for SH-1 toolchain
-buildroot-0.1.3 2008-xx-xx <spudmonkey@racsa.co.cr>
+buildroot-0.1.3 2008-02-28 <spudmonkey@racsa.co.cr>
* Add support for H8/300 toolchain
* Add support for GCC 4.2.4 and binutils 2.19
* Various fixes for newer Linux environments
* New ARM configuration using GCC 4.2.4 and binutils 2.19
* Add Renesas R8C/M16C/M32C configuration using GCC 4.2.4 and binutils 2.19
+
+buildroot-0.1.4 2008-xx-xx <spudmonkey@racsa.co.cr>
+
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index cb4e5a861..7a3b45408 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,4 +1,4 @@
-ReleaseNotes v0.1.2:
+ReleaseNotes v0.1.3:
^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
@@ -16,11 +16,12 @@ o m68k-elf toolchain (not currently used in any NuttX
o m68hc11-elf toolchain (not currently used in any NuttX
configuration).
-o sh-elf toolchain needed for the SH-1 Nuttx port.
+o sh-elf toolchain needed for the SH-1 NuttX port.
-This is NOT a part of the NuttX project and is provided only
-for convenience. This package is licensed as GPL (see
-http://buildroot.uclibc.org/about.html).
+o m32c-elf toolchain needed for the Renesas M16C NuttX port.
+
+0 H8/300 toolchain (not currently used in any NuttX
+ configuration).
Instructions:
@@ -31,7 +32,8 @@ Instructions:
- make oldconfig
- make
-Other configuration files: m68k-defconfig, m68hc11-defconfig,
-and sh-defconfig.
+See configs/README.txt for other configurations and for more detailed
+instructions.
+