From ff8d8ff79b9d850d3334e2a5ea9bfb378cd69ae5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Nov 2008 22:16:22 +0000 Subject: Add infrastructure for Hitachi SH-1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1134 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 1 + nuttx/Documentation/NuttxPortingGuide.html | 73 ++++++++++++++++++------------ 2 files changed, 45 insertions(+), 29 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index b50342122..01d46dba3 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/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/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index bf755cff2..4aee251ae 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/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
  • -- cgit v1.2.3