summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-15 10:05:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-15 10:05:18 -0600
commit9f5ea3d120f3684351875f56a4110e7bd1501058 (patch)
treec6a14e4c325f58ad992b96258a768ccb158c7f44 /misc
parent567e8e42896db7baca2be870a02630e9493d1cbd (diff)
downloadnuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.tar.gz
nuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.tar.bz2
nuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.zip
Prep for NuttX 7.1 releasenuttx-7.1
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog6
-rw-r--r--misc/buildroot/ReleaseNotes16
2 files changed, 15 insertions, 7 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index e5c9dcc34..6c9d71ae1 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -133,7 +133,7 @@ buildroot-1.12 2013-03-15 <gnutt@nuttx.org>
(from Ken Bannister).
* Add support for a Cortex-M0 toolchain based on GCC 4.6.3.
-buildroot-1.13 2011-01-29 <gnutt@nuttx.org>
+buildroot-1.13 2014-01-29 <gnutt@nuttx.org>
* Ubuntu's HOSTCC prints 'gcc-Version 4.6.3' but dependencies.sh expects
'gcc version 4.6.3'. This changes solves the issue, but should be
@@ -141,7 +141,7 @@ buildroot-1.13 2011-01-29 <gnutt@nuttx.org>
* Add support for Cortex-A5 and Cortex-A8
* Bring-in support for GCC 4.8.2 from the "real" buildroot (2013-12-26).
-buildroot-1.14 2011-xx-xx <gnutt@nuttx.org>
+buildroot-1.14 2014-03-15 <gnutt@nuttx.org>
* Support for the GCC 4.7.3 compiler from David Alession (2014-2-18)
* Support for the Cortex-M4F (with hardware floating point). Also from
@@ -151,3 +151,5 @@ buildroot-1.14 2011-xx-xx <gnutt@nuttx.org>
bfd.h wants us to include config.h first (2014-2.27).
* Added support for the kconfig-frontends-3.12.0.0 tools.
+buildroot-1.15 2014-xx-xx <gnutt@nuttx.org>
+
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 7178cd0ee..10eab477a 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,4 +1,4 @@
-ReleaseNotes v1.13
+ReleaseNotes v1.14
==================
Supported GCC Toolchains
@@ -18,13 +18,19 @@ can be used to build the following NuttX-compatible toolchains:
o arm-eabi ARM Cortex-M0 toolchain needed for use with
the NUC120 and Freescale KL ports provided with the NuttX releases.
- o arm-elf and arm-eabi ARM Cortex-M3 (thumb2) toolchain needed
- for use with the Freescale Kinetis, Luminary LM3Sxx, NXP LPC17xx,
- NXP LPC43xx, Atmel SAM3/4, and STMicro STM32 ports provided with
- the NuttX releases.
+ o arm-elf and arm-eabi ARM Cortex-M3/4 (thumb2) toolchain needed
+ for use with the Freescale Kinetis and KL, TI Tiva/Stellaris LM3S, LM4F,
+ and TM4C, NXP LPC17xx, NXP LPC43xx, Atmel SAM3/4, and STMicro STM32 F1,
+ F2, F3 and F4 ports provided with the NuttX releases.
NXFLAT toolchain for use with the ARM Cortex-M3/4.
+ o arm-eabi ARM Cortex-M4F (thumb2) toolchain needed for use with the
+ Tiva/Stellaris LM4F, and TM4C, NXP LPC43xx, Atmel SAM3/4, and STMicro
+ STM32 F3 and F3 ports provided with the NuttX releases.
+
+ NXFLAT toolchain for use with the ARM Cortex-M4F.
+
o arm-elf and arm-eabi ARM Cortex-A5/A8 toolchain needed
for use with the Atmel SAMA5D3x and Allwinner A10 ports provided
with the NuttX releases.