summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 01:56:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 01:56:31 +0000
commiteff92131b7e16a38840e0f0aa5cfca2c5b84a5fc (patch)
tree6015253062882a788550425c0d83818d0b03d640 /nuttx/configs/nucleus2g
parente34ab9ce39ced0e659c16b50f2267ffd97814ab9 (diff)
downloadpx4-nuttx-eff92131b7e16a38840e0f0aa5cfca2c5b84a5fc.tar.gz
px4-nuttx-eff92131b7e16a38840e0f0aa5cfca2c5b84a5fc.tar.bz2
px4-nuttx-eff92131b7e16a38840e0f0aa5cfca2c5b84a5fc.zip
Correct IRQ handling, calibrate delay loops
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2759 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g')
-rwxr-xr-xnuttx/configs/nucleus2g/nsh/defconfig2
-rwxr-xr-xnuttx/configs/nucleus2g/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig
index baf7b77f1..d53b70a3e 100755
--- a/nuttx/configs/nucleus2g/nsh/defconfig
+++ b/nuttx/configs/nucleus2g/nsh/defconfig
@@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx
CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD=nucleus2g
CONFIG_ARCH_BOARD_NUCLEUS2G=y
-CONFIG_BOARD_LOOPSPERMSEC=5483
+CONFIG_BOARD_LOOPSPERMSEC=7982
CONFIG_DRAM_SIZE=(32*1024)
CONFIG_DRAM_START=0x10000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
diff --git a/nuttx/configs/nucleus2g/ostest/defconfig b/nuttx/configs/nucleus2g/ostest/defconfig
index 59dc6392c..2d69e5a87 100755
--- a/nuttx/configs/nucleus2g/ostest/defconfig
+++ b/nuttx/configs/nucleus2g/ostest/defconfig
@@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx
CONFIG_ARCH_CHIP_LPC1768=y
CONFIG_ARCH_BOARD=nucleus2g
CONFIG_ARCH_BOARD_NUCLEUS2G=y
-CONFIG_BOARD_LOOPSPERMSEC=5483
+CONFIG_BOARD_LOOPSPERMSEC=7982
CONFIG_DRAM_SIZE=(32*1024)
CONFIG_DRAM_START=0x10000000
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)