diff --git a/ChangeLog b/ChangeLog index 662d4ec3404..b5d6d71d3c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1666,5 +1666,12 @@ 6.2 2011-xx-xx Gregory Nutt + * arch/arm/src/lpc17xx/lpc17_gpioint.c: Correct errors in logic that maps + and IRQ number into a register bit number. + * Makefile: Fix an error introduced in the top-level Makefile in NuttX-6.1. + This error only shows up if you have a /tftpboot directory. Then the + make will fail with an obscure error about not being able to stat pass2. + + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f072201b237..141b279295b 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -867,7 +867,7 @@
  • A binfs file system. - This is a tiny psuedo file system that lets named appliations to be viewed and accessed in NSH under the /bin directory. + This is a tiny psuedo file system that lets named appliations to be viewed and accessed in NSH under the /bin directory.
  • An I2C-based driver for the LIS331DL MEMS motion sensor (Contributed by Uros Platise). @@ -2199,6 +2199,12 @@ buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr>