From e7b5125fa22e664166ce96d5713732f7e70dcd60 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Apr 2007 21:50:53 +0000 Subject: [PATCH] Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and also to adding lpc214x to arch/arm. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 8 +++++++- configs/ntosd-dm320/defconfig | 2 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configs/README.txt b/configs/README.txt index 5c13d7693d..547f3e1c29 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -242,9 +242,15 @@ configs/ntosd-dm320 STATUS: This port is code complete, verified, and included in the NuttX 0.2.1 release. +configs/mcu123-lpc214x + This port is for the NXP LPC2148 as provided on the mcu123.com + lpc214x development board. + STATUS: This port is in progress and should be available in the + nuttx-0.2.5 release. + configs/m68322evb This is a work in progress for the venerable m68322evb board from - Motorola. + Motorola. This OS is also built with the the arm-elf toolchain*. configs/pjrc-8051 8051 Microcontroller. This port uses the PJRC 87C52 development system diff --git a/configs/ntosd-dm320/defconfig b/configs/ntosd-dm320/defconfig index 9f38f866d3..a0df683837 100644 --- a/configs/ntosd-dm320/defconfig +++ b/configs/ntosd-dm320/defconfig @@ -46,7 +46,6 @@ # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_BOARD_LOOPSPERMSEC - for delay loops -# CONFIG_ROM_VECTORS - unique to dm320 # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_DRAM_START - The start address of DRAM (physical) # CONFIG_DRAM_VSTART - The startaddress of DRAM (virtual) @@ -59,7 +58,6 @@ CONFIG_ARCH_CHIP_DM320=y CONFIG_ARCH_BOARD=ntosd-dm320 CONFIG_ARCH_BOARD_NTOSD_DM320=y CONFIG_BOARD_LOOPSPERMSEC=1250 -CONFIG_ROM_VECTORS=n CONFIG_DRAM_SIZE=0x01000000 CONFIG_DRAM_START=0x01000000 CONFIG_DRAM_VSTART=0x00000000