From aeceaffcfe94bfa3ea6c7be3dcc526a88bd49801 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 3 Sep 2010 15:14:28 +0000 Subject: [PATCH] Add LM3S8962 support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2914 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fe69cc76a6..ceb05ec3a1 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 30, 2010

+

Last Updated: September 3, 2010

@@ -1922,6 +1922,10 @@ nuttx-5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 <spudmonkey@racsa.co.cr> @@ -1931,6 +1935,9 @@ buildroot-1.9 2010-xx-xx * 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.