summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-20 00:09:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-20 00:09:54 +0000
commit35d5722e37aaa5b326cfa96fc205013f1823e963 (patch)
tree0bf0b588ff5f1ef26c5b02ab32f5163752b241eb
parent4584ca2634b23656db899717e12df325384fc5be (diff)
downloadpx4-nuttx-35d5722e37aaa5b326cfa96fc205013f1823e963.tar.gz
px4-nuttx-35d5722e37aaa5b326cfa96fc205013f1823e963.tar.bz2
px4-nuttx-35d5722e37aaa5b326cfa96fc205013f1823e963.zip
Prep for 0.1.6 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1807 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/buildroot/ChangeLog3
-rw-r--r--misc/buildroot/ReleaseNotes6
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 4fe108c2c..41e27fa94 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -36,7 +36,7 @@ buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr>
* Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (thumb2)
* Add support for binutils 2.19.1
-buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr>
+buildroot-0.1.6 2009-05-19 <spudmonkey@racsa.co.cr>
* Added config/arm7tdmi-defconfig-4.2.4
* Added config/arm920t-defconfig-4.3.3
@@ -45,4 +45,5 @@ buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr>
* Correct error in gcc-3.4.6/gcc/collect.c. Calls open with O_CREAT but
does not specify mode. Newer host compilers can error out on this.
+buildroot-0.1.7 2009-xx-xx <spudmonkey@racsa.co.cr>
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index ce035d8b4..d49054d2b 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,4 +1,4 @@
-ReleaseNotes v0.1.5:
+ReleaseNotes v0.1.6:
^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
@@ -10,8 +10,8 @@ can be used to build the following NuttX-compatible toolchains:
i.MX1 (ARM920T), and TI DM320 (ARM926EJ-S) provided with the
NuttX releases.
- o arm-elf thumb2 toolchain needed for use with the ARM Cortex-M3
- ports provided with the NuttX releases.
+ o arm-elf (thumb2) toolchain needed for use with the Luminary
+ LM3S6918 (ARM Cortex-M3) port provided with the NuttX releases.
o m68k-elf toolchain (not currently used in any NuttX
configuration).