summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3
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/micropendous3
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/micropendous3')
-rw-r--r--nuttx/configs/micropendous3/hello/defconfig2
-rw-r--r--nuttx/configs/micropendous3/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
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)