From cf48d7bbfefcb81b4e20ef28b889bda1a1d31427 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Jul 2010 04:58:51 +0000 Subject: [PATCH] Fix missing PCONP bit definition to enable GPIO git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2768 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 5d1600b9d2..fdbbc9f228 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 30, 2010

+

Last Updated: July 2, 2010

@@ -1827,6 +1827,8 @@ nuttx-5.8 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> for SPI-based MMC/SD cards and integrate into the NSH example. * arch/arm/src/lm3s/lm3s_vectors.S - Correct vectors for GPIOC & D interrupts. + * arch/arm/src/lpc17xx/lp17_clockconfig.c - Power was not being + provided to GPIO module. This is a critical bugfix! pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>