summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:57:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 19:57:20 +0000
commit2cbe4bfe9077608ae738c26dcd69188ecf12cf4d (patch)
tree1dd1f7a62db3ccb6dd028c7e3f03d3430576e366 /nuttx
parente6b75ee4db8135502089016e117da1afeb73120b (diff)
downloadpx4-nuttx-2cbe4bfe9077608ae738c26dcd69188ecf12cf4d.tar.gz
px4-nuttx-2cbe4bfe9077608ae738c26dcd69188ecf12cf4d.tar.bz2
px4-nuttx-2cbe4bfe9077608ae738c26dcd69188ecf12cf4d.zip
Update for buildroot changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1839 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/NuttX.html26
-rw-r--r--nuttx/ReleaseNotes9
2 files changed, 12 insertions, 23 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 41f583fa5..a175a2d15 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1399,14 +1399,14 @@ pascal-0.1.2 2008-02-10 Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
and eliminate a compiler bug
* Changes so that runtime compiles with SDCC.
-buildroot-0.1.5 2009-04-25 &lt;spudmonkey@racsa.co.cr&gt;
-
- * Replaced config/arm-defconfig-4.2.4 with config/arm920t-defconfig-4.2.4
- and config/arm926t-defconfig-4.2.4 because of differences in the
- way that soft floating point is handled between these two
- architectures.
- * 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 &lt;spudmonkey@racsa.co.cr&gt;
+
+ * Added config/arm7tdmi-defconfig-4.2.4
+ * Added config/arm920t-defconfig-4.3.3
+ * Correct error in arm-defconfig gcc-3.4.6 build. The gcc-3.4.6 configuration
+ does not not take --with-abi
+ * 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.
</pre></ul>
<table width ="100%">
@@ -1422,14 +1422,10 @@ nuttx-0.4.8 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
-buildroot-0.1.6 2009-xx-xx &lt;spudmonkey@racsa.co.cr&gt;
+buildroot-0.1.7 2009-xx-xx &lt;spudmonkey@racsa.co.cr&gt;
- * Added config/arm7tdmi-defconfig-4.2.4
- * Added config/arm920t-defconfig-4.3.3
- * Correct error in arm-defconfig gcc-3.4.6 build. The gcc-3.4.6 configuration
- does not not take --with-abi
- * 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.
+ * configs/avr-defconfig-4.3.3: Added support for AVR to support a NuttX
+ port of the ATmega128.
</pre></ul>
<table width ="100%">
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 870c7a910..18676bfba 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -901,12 +901,5 @@ In addition, this release includes several important bugfixes for the LM3S6918,
the LPC2148, the SPI-based MMC/SD driver, and to FAT32. See the ChangeLog for
details of these bugfixes.
-This tarball contains a complete CVS snapshot from May 19, 2009.
-
-
-
-
-
-
-
+This tarball contains a complete CVS snapshot from May 29, 2009.