summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/hello/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 16:14:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-20 16:14:57 +0000
commitc44cae91167689e2ce7e770f5b6d03b542d60661 (patch)
tree305abcbd6c41871814daad92f2c1a01bf1b5379c /nuttx/configs/micropendous3/hello/defconfig
parentdc2f456623665ea79fae78fc78c0c3aa83f511b0 (diff)
downloadpx4-nuttx-c44cae91167689e2ce7e770f5b6d03b542d60661.tar.gz
px4-nuttx-c44cae91167689e2ce7e770f5b6d03b542d60661.tar.bz2
px4-nuttx-c44cae91167689e2ce7e770f5b6d03b542d60661.zip
Changes for good auto-configuration of Micropendous3 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5041 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3/hello/defconfig')
-rw-r--r--nuttx/configs/micropendous3/hello/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/micropendous3/hello/defconfig b/nuttx/configs/micropendous3/hello/defconfig
index 2f7c9fa7d..f41c22849 100644
--- a/nuttx/configs/micropendous3/hello/defconfig
+++ b/nuttx/configs/micropendous3/hello/defconfig
@@ -71,15 +71,15 @@
# the delay actually is 100 seconds.
# CONFIG_ARCH_DMA - Support DMA initialization
#
-CONFIG_ARCH=avr
+CONFIG_ARCH="avr"
CONFIG_ARCH_AVR=y
CONFIG_ARCH_AT90USB=y
-CONFIG_ARCH_CHIP=at90usb
+CONFIG_ARCH_CHIP="at90usb"
CONFIG_ARCH_CHIP_AT90USB647=y
-CONFIG_ARCH_BOARD=micropendous3
+CONFIG_ARCH_BOARD="micropendous3"
CONFIG_ARCH_BOARD_MICROPENDOUS3=y
-CONFIG_BOARD_LOOPSPERMSEC=(8*108)
-CONFIG_DRAM_SIZE=(4*1024)
+CONFIG_BOARD_LOOPSPERMSEC=864
+CONFIG_DRAM_SIZE=4096
CONFIG_DRAM_START=0x800100
CONFIG_ARCH_NOINTC=y
CONFIG_ARCH_IRQPRIO=n
@@ -282,7 +282,7 @@ CONFIG_FDCLONE_STDIO=n
CONFIG_SDCLONE_DISABLE=y
CONFIG_SCHED_WORKQUEUE=n
CONFIG_SCHED_WORKPRIORITY=50
-CONFIG_SCHED_WORKPERIOD=(50*1000)
+CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=1024
CONFIG_SIG_SIGWORK=4