summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-17 14:07:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-17 14:07:48 +0000
commitaed6cd88cd81d2bfb1e7f032fa97f7431aaed33a (patch)
treec26d054422d6ba7660d98ba66cf41ebb34709e03 /nuttx/configs
parent2f0c31ee0f914e7a488a5ed3725e699d8659a065 (diff)
downloadpx4-nuttx-aed6cd88cd81d2bfb1e7f032fa97f7431aaed33a.tar.gz
px4-nuttx-aed6cd88cd81d2bfb1e7f032fa97f7431aaed33a.tar.bz2
px4-nuttx-aed6cd88cd81d2bfb1e7f032fa97f7431aaed33a.zip
Auto-configuration updates from Richard Cochran
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/amber/hello/defconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/nuttx/configs/amber/hello/defconfig b/nuttx/configs/amber/hello/defconfig
index 8c828544d..2b56cc003 100644
--- a/nuttx/configs/amber/hello/defconfig
+++ b/nuttx/configs/amber/hello/defconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/amber/hello/defconfig
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# 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