diff --git a/ChangeLog b/ChangeLog index cc5f60f8eb8..93179b10aab 100644 --- a/ChangeLog +++ b/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/Documentation/NuttX.html b/Documentation/NuttX.html index 701c746b2af..c20bbe9f601 100644 --- a/Documentation/NuttX.html +++ b/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