From 0c7871edd1b9b308af29045e048a1a99ea87a33b Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 25 Jun 2012 15:24:52 +0000 Subject: [PATCH] Fix a critical PIC32 GPIO configuration bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4867 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 +++ Documentation/NxWidgets.html | 21 ++++++++++++++++++++- arch/mips/src/pic32mx/pic32mx-gpio.c | 8 +++----- arch/mips/src/pic32mx/pic32mx-ioport.h | 1 + 4 files changed, 27 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15a09989d5e..626af37ed1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2923,5 +2923,8 @@ the Mirtoo module. * configs/mirtoo/scripts: Move all Mirtoo linker scripts to a common directory. + * arch/mips/src/pic32mx/pic32mx-gpio.c: All digital inputs were being + configured as outputs. This is a *critical* bug fix and needs to be + incorporated by any PIC32 users. diff --git a/Documentation/NxWidgets.html b/Documentation/NxWidgets.html index 165248145b4..cef99d49433 100755 --- a/Documentation/NxWidgets.html +++ b/Documentation/NxWidgets.html @@ -57,7 +57,26 @@

NXWidgets DOxygen Documentation

- DOxygen documentation for the NxWidgets-1.0 is now available online at this location. + Release notes, DOxygen documentation, as well as downloads for the latest NxWidgets releases are available online: +

+