summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-06 19:04:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-06 19:04:31 +0000
commit4c3a7673e9a391302a0e2417d8846bfdf7d9171f (patch)
tree2fd643e2514a1796399488a578cb4b788f395239 /misc
parentf922c0b476868df9638acf9f420ddb2b4f8175e4 (diff)
downloadpx4-nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.gz
px4-nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.bz2
px4-nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.zip
Prep for 6.2 releasenuttx-6.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3571 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog5
-rw-r--r--misc/buildroot/ReleaseNotes14
2 files changed, 10 insertions, 9 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 3c48d3937..be0142aa4 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -77,12 +77,12 @@ buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr>
patches available from http://www.msextra.com/tools courtesy of James
Cortina. Add configs/m9x12x-defconfig-3.3.6.
-buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>
+buildroot-1.10 2011-05-06 <spudmonkey@racsa.co.cr>
* Add patch submitted by Dimiter Georgiev to work around problems in building
GDB 6.8 with versions of Cygwin > 1.7.
* configs/i486-defconfig-4.3.3 - Builds an i486 cross development toolchain
- using gcc 4.3.3. Why wouldyou want such a thing? On Linux, of course,
+ using gcc 4.3.3. Why would you want such a thing? On Linux, of course,
such a thing is not needed because you can use the installed GCC to build
i486 ELF binaries. But that will not work under Cygwin! The Cygwin
toolchain (and probably MinGW), build DOS MZ format executables (i.e.,
@@ -101,5 +101,6 @@ buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>
* configs/arm920t-eabi-defconfig-4.5.2 - Add a configuration to build a
GCC 4.5.2 EABI ARM toolchain for the ARM920t.
+buildroot-1.11 2011-xx-xx <spudmonkey@racsa.co.cr>
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index d0077d613..889b97073 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,8 +1,8 @@
-ReleaseNotes v0.1.9:
-^^^^^^^^^^^^^^^^^^^
+ReleaseNotes v0.1.10:
+^^^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
-http://buildroot.uclibc.org/ . It has been hacked so that it
+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 TI C5471 (ARM7TDMI),
@@ -12,9 +12,9 @@ can be used to build the following NuttX-compatible toolchains:
NXFLAT toolchain for use with the ARM7 and ARM9.
- o arm-elf (thumb2) toolchain needed for use with the Luminary
- LM3S6918 (ARM Cortex-M3) and STM32 ports provided with the
- NuttX releases.
+ o arm-elf ARM Cortex-M3 (thumb2) toolchain needed for use with
+ the Luminary LM3Sxxx, NXP 17xxxx, Atmel SAM3u, and STMicor
+ STM32 ports provided with the NuttX releases.
NXFLAT toolchain for use with the ARM Cortex-M3.
@@ -58,6 +58,7 @@ Supported tool versions include:
o gcc-3.4.6 + binutils-2.17
o gcc-4.2.4 + binutils-2.19
o gcc-4.3.3 + binutils-2.19.1
+ o gcc-4.5.2 + binutils-2.21
See the ChangeLog of features/architectures added in v0.1.9.
@@ -86,4 +87,3 @@ select omit building GCC with and only build the NXFLAT toolchain
for use with your own GCC toolchain.
NFFLAT is only available for ARM and Cortex-M3 architectures.
-