summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
commitad1878e8fe6fa997672a83ffe8bbee9883649781 (patch)
tree658250c1a0e09eafe3ccdf0038f854697d2b870f /misc
parent327a0b5bfe1c679660c9d0ef41f9f5519215176c (diff)
downloadnuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.gz
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.bz2
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.zip
Prep for 6.26 releasenuttx-6.26
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/ChangeLog4
-rw-r--r--misc/buildroot/ReleaseNotes13
2 files changed, 11 insertions, 6 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index e6ad07646..b77808e93 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -127,9 +127,11 @@ buildroot-1.11 2011-11-05 <gnutt@nuttx.org>
past the end of allocated memory. Partial restoration of R_ARM_REL32
logic. There are lots of issues that I still do not understand here.
-buildroot-1.12 2011-xx-xx <gnutt@nuttx.org>
+buildroot-1.12 2013-03-15 <gnutt@nuttx.org>
* Fix typo toolchain/gdb/Config.in that prevented GDB 7.4 from building
(from Ken Bannister).
* Add support for a Cortex-M0 toolchain based on GCC 4.6.3.
+buildroot-1.13 2011-xx-xx <gnutt@nuttx.org>
+
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index 266354e63..6f3623bda 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,5 +1,5 @@
-ReleaseNotes v0.1.11
-====================
+ReleaseNotes v1.12
+==================
Supported Toolchains
--------------------
@@ -15,9 +15,12 @@ can be used to build the following NuttX-compatible toolchains:
NXFLAT toolchain for use with the ARM7 and ARM9.
- o arm-elf ARM Cortex-M3 (thumb2) toolchain needed for use with
- the Luminary LM3Sxxx, NXP 17xxxx, Atmel SAM3u, and STMicro
- STM32 ports provided with the NuttX releases.
+ o arm-eabi ARM Cortex-M0 toolchain needed for use with
+ the NUC120 ports provided with the NuttX releases.
+
+ o arm-elf and arm-eabi ARM Cortex-M3 (thumb2) toolchain needed
+ for use with the Luminary LM3Sxxx, NXP 17xxx, Atmel SAM3u, and
+ STMicro STM32 ports provided with the NuttX releases.
NXFLAT toolchain for use with the ARM Cortex-M3.