summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 19:34:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 19:34:48 +0000
commit239bc218655467abbeccc065ea802dea2f3d64ff (patch)
treee9a41cd09bec91b22900aed3b02358ec85b3587e /nuttx/configs
parenteb1adb0b16a44c48a88216beb93663236c9f7f20 (diff)
downloadpx4-nuttx-239bc218655467abbeccc065ea802dea2f3d64ff.tar.gz
px4-nuttx-239bc218655467abbeccc065ea802dea2f3d64ff.tar.bz2
px4-nuttx-239bc218655467abbeccc065ea802dea2f3d64ff.zip
AT90USB port is basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3715 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/amber/hello/defconfig1
-rw-r--r--nuttx/configs/amber/ostest/defconfig2
-rw-r--r--nuttx/configs/micropendous3/hello/defconfig2
-rw-r--r--nuttx/configs/micropendous3/ostest/defconfig2
4 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/amber/hello/defconfig b/nuttx/configs/amber/hello/defconfig
index 6cdec3571..7bf357a57 100644
--- a/nuttx/configs/amber/hello/defconfig
+++ b/nuttx/configs/amber/hello/defconfig
@@ -80,6 +80,7 @@ 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_DRAM_START=0x800000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
diff --git a/nuttx/configs/amber/ostest/defconfig b/nuttx/configs/amber/ostest/defconfig
index 73adc56bd..96c082cf6 100644
--- a/nuttx/configs/amber/ostest/defconfig
+++ b/nuttx/configs/amber/ostest/defconfig
@@ -79,7 +79,7 @@ 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_DRAM_START=0x800000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
diff --git a/nuttx/configs/micropendous3/hello/defconfig b/nuttx/configs/micropendous3/hello/defconfig
index 4b249665f..b2b3454ef 100644
--- a/nuttx/configs/micropendous3/hello/defconfig
+++ b/nuttx/configs/micropendous3/hello/defconfig
@@ -79,7 +79,7 @@ CONFIG_ARCH_CHIP=at90usb
CONFIG_ARCH_CHIP_AT90USB647=y
CONFIG_ARCH_BOARD=micropendous3
CONFIG_ARCH_BOARD_MICROPENDOUS3=y
-CONFIG_BOARD_LOOPSPERMSEC=8079
+CONFIG_BOARD_LOOPSPERMSEC=(8*108)
CONFIG_DRAM_SIZE=(4*1024)
CONFIG_DRAM_START=0x800000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
diff --git a/nuttx/configs/micropendous3/ostest/defconfig b/nuttx/configs/micropendous3/ostest/defconfig
index a370b9661..e3d69b85b 100644
--- a/nuttx/configs/micropendous3/ostest/defconfig
+++ b/nuttx/configs/micropendous3/ostest/defconfig
@@ -79,7 +79,7 @@ CONFIG_ARCH_CHIP=at90usb
CONFIG_ARCH_CHIP_AT90USB647=y
CONFIG_ARCH_BOARD=micropendous3
CONFIG_ARCH_BOARD_MICROPENDOUS3=y
-CONFIG_BOARD_LOOPSPERMSEC=8079
+CONFIG_BOARD_LOOPSPERMSEC=(8*108)
CONFIG_DRAM_SIZE=(4*1024)
CONFIG_DRAM_START=0x800000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)