From aca459968b23831b495c821d7990f29ae1f1a867 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 17 Aug 2012 14:07:48 +0000 Subject: [PATCH] Auto-configuration updates from Richard Cochran git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3 --- configs/amber/hello/defconfig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configs/amber/hello/defconfig b/configs/amber/hello/defconfig index 8c828544d7..2b56cc0039 100644 --- a/configs/amber/hello/defconfig +++ b/configs/amber/hello/defconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/amber/hello/defconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -75,13 +75,12 @@ CONFIG_ARCH=avr CONFIG_ARCH_AVR=y CONFIG_ARCH_ATMEGA=y -CONFIG_ARCH_CHIP=atmega +CONFIG_ARCH_CHIP="atmega" CONFIG_ARCH_CHIP_ATMEGA128=y CONFIG_ARCH_BOARD=amber CONFIG_ARCH_BOARD_AMBER=y -CONFIG_BOARD_LOOPSPERMSEC=8079 -CONFIG_BOARD_LOOPSPERMSEC=(8*100) -CONFIG_DRAM_SIZE=(4*1024) +CONFIG_BOARD_LOOPSPERMSEC=800 +CONFIG_DRAM_SIZE=4096 CONFIG_DRAM_START=0x800100 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) CONFIG_ARCH_NOINTC=y