diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b5034212276..01d46dba36d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1117,6 +1117,7 @@ nuttx-0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> communicate with my JTAG wiggler on Linux). * Fix race condition workaround delay in LPC214X SPI logic. It the cause of the very bad MMC/SD performance. + * Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board (this is a work in progress) pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index bf755cff261..4aee251aec7 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@

by

Gregory Nutt

-

Last Update: October 22, 2008

+

Last Update: November 5, 2008

Table of Contents

@@ -601,13 +601,6 @@ as described below.

@@ -1336,13 +1348,16 @@ The system can be re-made subsequently by just typing make.
  • CONFIG_RRLOAD_BINARY: Make the rrload binary format used with BSPs from ridgerun.com using the tools/mkimage.sh script.
  • -
  • CONFIG_INTELHEX_BINARY: +
  • CONFIG_INTELHEX_BINARY: Make the Intel HEX binary format used with many different loaders using the GNU objcopy program This option hould not be selected if you are not using the GNU toolchain.
  • -
  • CONFIG_RAW_BINARY: +
  • CONFIG_MOTOROLA_SREC: + Make the Motorola S-Record binary format used with many different loaders using the GNU objcopy program + Should not be selected if you are not using the GNU toolchain.
  • +
  • CONFIG_RAW_BINARY: mmke a raw binary format file used with many different loaders using the GNU objcopy program. This option should not be selected if you are not using the GNU toolchain.
  • -
  • CONFIG_HAVE_LIBM: +
  • CONFIG_HAVE_LIBM: Toolchain supports libm.a