summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 19:24:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 19:24:33 +0000
commit4ad5d0221c992603512dd0bf6279e72356488da2 (patch)
treeb4faf86e255d03024eb7e3fe8d369516c31573e8 /misc
parent1c8f86b00d13343399a2ed9238eb6f0d37fbd13e (diff)
downloadnuttx-4ad5d0221c992603512dd0bf6279e72356488da2.tar.gz
nuttx-4ad5d0221c992603512dd0bf6279e72356488da2.tar.bz2
nuttx-4ad5d0221c992603512dd0bf6279e72356488da2.zip
Prep for 0.1.2 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1143 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog4
-rw-r--r--misc/buildroot/ReleaseNotes19
2 files changed, 16 insertions, 7 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 48fdf7a08..629710132 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -2,8 +2,10 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
Support for arm-elf toolchain
-buildroot-0.1.1 2008-xx-xx <spudmonkey@racsa.co.cr>
+buildroot-0.1.1 2008-11-06 <spudmonkey@racsa.co.cr>
* Add support for m68k-elf and m68hc11 toolchain
* Add patch to build older binutils with newer Texinfo version
* Add support for SH-1 toolchain
+
+buildroot-0.1.2 2008-xx-xx <spudmonkey@racsa.co.cr>
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 2fa648b81..68233335b 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -6,12 +6,17 @@ http://buildroot.uclibc.org/ . It has been hacked so
that it can be used to build the following NuttX-compatible
toolchains:
-o arm-elf toolchain needed for use with the C5471 (ARM7) and
- DM320 (ARM9) ports provided with the NuttX releases.
+o arm-elf toolchain needed for use with the TI C5471 (ARM7),
+ NXP LPC214x (ARM7), STMicro STR71x (ARM7), and TI DM320
+ (ARM9) ports provided with the NuttX releases.
-o m68k-elf toolchain
+o m68k-elf toolchain (not currently used in any NuttX
+ configuration).
-o m68hc11-elf toolchain
+o m68hc11-elf toolchain (not currently used in any NuttX
+ configuration).
+
+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
@@ -22,9 +27,11 @@ Instructions:
-You must have already configured Nuttx in <some-dir>nuttx
-download into <some-dir>
-unpack -cd <some-dir>/buildroot
- -cp configs/c5471-defconfig .config
+ -cp configs/arm-defconfig .config
- make oldconfig
- make
-Other configuration files: m68k-defconfig, m68hc11-defconfig
+Other configuration files: m68k-defconfig, m68hc11-defconfig,
+and sh-defconfig.
+