summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-03 15:14:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-03 15:14:28 +0000
commit5fd4464082c064fc73e0b160c7779cf1564056c5 (patch)
tree2d6a729efc5e9ca591d7f8ffd3178cc94fbbe3c3 /nuttx/Documentation/NuttX.html
parent8ca0ad330fc52787466a638e93707829ce748672 (diff)
downloadpx4-nuttx-5fd4464082c064fc73e0b160c7779cf1564056c5.tar.gz
px4-nuttx-5fd4464082c064fc73e0b160c7779cf1564056c5.tar.bz2
px4-nuttx-5fd4464082c064fc73e0b160c7779cf1564056c5.zip
Add LM3S8962 support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2914 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index fe69cc76a..ceb05ec3a 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: August 30, 2010</p>
+ <p>Last Updated: September 3, 2010</p>
</td>
</tr>
</table>
@@ -1922,6 +1922,10 @@ nuttx-5.10 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* arch/arm/src/lpc313x/lpc313x_spi.c - Fix compilation error when
when CONFIG_DEBUG is enabled.
+ * arch/arm/src/lm3s and arch/arm/include/lm3s - Support for the
+ lm3s8962 contributed by Larry Arnold.
+ * configs/lm328962-ek - Support for the TI/Stellaris EKC-LM3S8962
+ board (also contributed by Larry Arnold).
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
@@ -1931,6 +1935,9 @@ buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>
* configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for
arm926
* toolchain/gdb/gdb.mk - Remove ncurses dependency from gdb_target target.
+ * toolchain/gdb/gdb.mk - Added --disable-werror to GDB configuration line.
+ GDB 6.8 won't build because the tarball was released with -Werror enabled and
+ the build stops on the first warning.
</pre></ul>