diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index cc5f60f8eb..93179b10aa 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2956,4 +2956,8 @@ by adding a volatile qualifier to a timing loop. Oddly, the consequence of the bug is that when debug was off, the LM3S platform too a long time to boot. It now boots rapidly whether debug is on or off. + * arch/*/include/limits.h: Change all values in all limits.h for all + architectures to signed decimal; the hex values were not sign extending + appropriate in most uses (reported by Lorenz Meier). + diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 701c746b2a..c20bbe9f60 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 22, 2012

+

Last Updated: July 6, 2012

@@ -1093,7 +1093,7 @@ nfsmount <server-address> <mount-point> <remote-path>
  • ARM920T (1)
  • ARM926EJS (3)
  • ARM Cortex-M3 (15)
  • -
  • ARM Cortex-M4 (4)
  • +
  • ARM Cortex-M4 (5)
  • Atmel AVR