From 8d4c709df58705bccb47f17c315f9e1ee136eb57 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Aug 2010 03:47:09 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2848 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fc0fdf2f471..62cbcf51240 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 11, 2010

+

Last Updated: August 12, 2010

@@ -1868,11 +1868,17 @@ nuttx-5.9 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> it would, instead, select pull-down. * arch/arm/src/lm3s/lm3s_gpioirq.c - Fix warning for returning a value from functions returning void (contributed by Tiago Maluta). - * netutils/dhcpc/dhcpc.c -- lease_time is not in host order + * netutils/dhcpc/dhcpc.c -- lease_time was not in host order * examples/uip/main.c - if DHCPC is selected, this example now shows the assigned IP address. * arch/arm/src/lm3s and arch/arm/include/lm3s - Definitions for the TI LM3S9B96 contributed by Tiago Maluta. + * arch/arm/src/lm3s/lm3s_gioirq.c - Fix a logic error in the address + table lookup. + * arch/arm/src/lm3s/lm3s_gioirq.c - Also needs to enable the global + GPIO interrupts. + * arch/arm/src/lm3s/lm3s_internal.h and lm3s_gpio.c - Fixed the encoding + of GPIO port number that limited support for GPIO ports to 8 pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>