From 3686672d1e391c50c7174e098b4d6b044b06b084 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 9 Apr 2009 22:53:18 +0000 Subject: [PATCH] Basic imx infrastructure git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1693 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ntosd-dm320/README.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index 7158e34e20..924f2ef02e 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -8,7 +8,7 @@ Toolchain be modified to point to the correct path to the SH toolchain (if different from the default). - If you have no SH toolchain, one can be downloaded from the NuttX + If you have no ARM toolchain, one can be downloaded from the NuttX SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573). 1. You must have already configured Nuttx in nuttx. @@ -45,20 +45,20 @@ ARM/DM320-specific Configuration Options CONFIG_ARCH_CHIP - Identifies the arch/*/chip subdirectory - CONFIG_ARCH_CHIP=c5471 + CONFIG_ARCH_CHIP=dm320 CONFIG_ARCH_CHIP_name - For use in C code - CONFIG_ARCH_CHIP_C5471 + CONFIG_ARCH_CHIP_DM320 CONFIG_ARCH_BOARD - Identifies the configs subdirectory and hence, the board that supports the particular chip or SoC. - CONFIG_ARCH_BOARD=c5471evm (for the Spectrum Digital C5471 EVM) + CONFIG_ARCH_BOARD=ntosd-dm320 CONFIG_ARCH_BOARD_name - For use in C code - CONFIG_ARCH_BOARD_C5471EVM (for the Spectrum Digital C5471 EVM) + CONFIG_ARCH_BOARD_NTOSD_DM320 (for the Spectrum Digital C5471 EVM) CONFIG_ARCH_LOOPSPERMSEC - Must be calibrated for correct operation of delay loops