diff --git a/ChangeLog b/ChangeLog index 5ce05b55f3..52298e06d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1054,3 +1054,6 @@ 5.2 2010-xx-xx Gregory Nutt + * arch/arm/src/sam3u/sam3u_pio.c - Fix an address calculation error + that caused ports B & C to get mapped to the PIOA base address. + This is an important bugfix! (a patch is available) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f98b743380..2e3127e685 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1685,6 +1685,10 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>