summaryrefslogtreecommitdiff
path: root/misc/buildroot
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot')
-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.