diff --git a/ChangeLog b/ChangeLog index a5856e50f9..1de3de5f0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2450,4 +2450,7 @@ * fs/fat/fs_fatfs.c: Fix and error in the FAT statfs() implementation that was causing some block counts to be reported incorrectly (reported by David Sidrane). + * drivers/ramlog.c: Add a character driver that can substitute + for /dev/console and or be used for logging debug output when there + is no serial port available (such as when a telnet console is used). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 51ac872aa2..c604b9dad4 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 4, 2012

+

Last Updated: February 9, 2012

@@ -707,7 +707,6 @@
  • Touchscreen, USB keyboard, GPIO-based buttons and keypads.
  • - @@ -719,7 +718,21 @@

    -

  • Support for Analog-to-Digital converters.
  • +
  • Support for Analog-to-Digital conversion (ADC) and Digital-to-Analog conversion (DAC).
  • +

    + + + + + + Motor Control + + + +
    + +

    +

  • Pulse width modulation (PWM) / Pulse count modulation.
  • @@ -2838,9 +2851,115 @@ buildroot-1.10 2011-05-06 <gnutt@nuttx.org>