diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c854fd8b71..4b86fc39cb 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: August 18, 2011
+Last Updated: August 19, 2011
+
NuttX Add-Ons. The following packages are available to extend the basic NuttX feature set: @@ -2700,6 +2715,9 @@ nuttx-6.8 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> (reported by Li Zhouy (Lzzy)). * 8/18/2011: The basic port to the FreeScale Kinetics TWR-K60N512 board is now functional. + * confgs/twr-k60n512: Add Kinetics TWR-K60N512 NSH configuration. + * drivers/analog and include/nuttx/analog: Add ADC driver infrastructure + and TI ADS1255 driver developed and submitted by Li Zhouy (Lzzy)). apps-6.8 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a2b17b108c..2fda4d612b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: July 27, 2011
+Last Updated: August 19, 2011
@@ -730,6 +730,8 @@setenv.sh
: This is a script that you can include that will be installed at
the top level of the directory structure and can be sourced to set any
necessary environment variables.
+ You will most likely have to customize the default setenv.sh
script in order
+ for it to work correctly in your environment.
@@ -863,8 +865,8 @@
configs/olimex-lpc2378
:
- This port uses the Olimex-lpc2378 board and a GNU arm-elf toolchain under
- Linux or Cygwin. STATUS: ostest and NSH configurations available.
+ This port uses the Olimex-lpc2378 board and a GNU arm-elf toolchain under
+ Linux or Cygwin. STATUS: ostest and NSH configurations available.
configs/olimex-strp711
:
@@ -904,12 +906,12 @@
configs/sam3u-ek
:
- The port of NuttX to the Atmel SAM3U-EK development board.
+ The port of NuttX to the Atmel SAM3U-EK development board.
configs/skp16c26
:
- Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port
- uses the GNU m32c toolchain. STATUS: The port is complete but untested
+ Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port
+ uses the GNU m32c toolchain. STATUS: The port is complete but untested
due to issues with compiler internal errors.
CONFIG_SDIO_DMA
: SDIO driver supports DMA
+ CONFIG_SDIO_MUXBUS
: Set this SDIO interface if the SDIO interface
+ or hardware resources are shared with other drivers.
+ CONFIG_SDIO_WIDTH_D1_ONLY
: Select 1-bit transfer mode. Default:
+ 4-bit transfer mode.
+ CONFIG_DAC
:
+ Enables general support for Digital-to-Analog conversion devices.
+ CONFIG_ADC
:
+ Enables general support for Analog-to-Digital conversion devices.
+ CONFIG_ADC_ADS125X
:
+ Adds support for the TI ADS 125x ADC.
+