Auto-configuration updates from Richard Cochran

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-08-17 14:07:48 +00:00
parent 7a6161ac2a
commit aca459968b
+5 -6
View File
@@ -1,8 +1,8 @@
############################################################################ ############################################################################
# configs/amber/hello/defconfig # configs/amber/hello/defconfig
# #
# Copyright (C) 2011 Gregory Nutt. All rights reserved. # Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr> # Author: Gregory Nutt <gnutt@nuttx.org>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions # modification, are permitted provided that the following conditions
@@ -75,13 +75,12 @@
CONFIG_ARCH=avr CONFIG_ARCH=avr
CONFIG_ARCH_AVR=y CONFIG_ARCH_AVR=y
CONFIG_ARCH_ATMEGA=y CONFIG_ARCH_ATMEGA=y
CONFIG_ARCH_CHIP=atmega CONFIG_ARCH_CHIP="atmega"
CONFIG_ARCH_CHIP_ATMEGA128=y CONFIG_ARCH_CHIP_ATMEGA128=y
CONFIG_ARCH_BOARD=amber CONFIG_ARCH_BOARD=amber
CONFIG_ARCH_BOARD_AMBER=y CONFIG_ARCH_BOARD_AMBER=y
CONFIG_BOARD_LOOPSPERMSEC=8079 CONFIG_BOARD_LOOPSPERMSEC=800
CONFIG_BOARD_LOOPSPERMSEC=(8*100) CONFIG_DRAM_SIZE=4096
CONFIG_DRAM_SIZE=(4*1024)
CONFIG_DRAM_START=0x800100 CONFIG_DRAM_START=0x800100
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
CONFIG_ARCH_NOINTC=y CONFIG_ARCH_NOINTC=y