summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 22:12:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 22:12:03 +0000
commit589e1a74a4f4e8a337df1c18e417db35631485d8 (patch)
treee10ae30edb0e21f2e78f4c68456c9fe137b6a47d /nuttx/configs/mcu123-lpc214x
parentd7a9800e3ecdd8f6bce4b5ee83bfe91e4238b61e (diff)
downloadpx4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.tar.gz
px4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.tar.bz2
px4-nuttx-589e1a74a4f4e8a337df1c18e417db35631485d8.zip
Fix LPC2148 PLL setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@925 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x')
-rw-r--r--nuttx/configs/mcu123-lpc214x/defconfig8
-rw-r--r--nuttx/configs/mcu123-lpc214x/include/board.h11
2 files changed, 4 insertions, 15 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/defconfig b/nuttx/configs/mcu123-lpc214x/defconfig
index a1f0b9086..a5fdf00da 100644
--- a/nuttx/configs/mcu123-lpc214x/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/defconfig
@@ -57,7 +57,7 @@ CONFIG_ARCH_CHIP=lpc214x
CONFIG_ARCH_LPC2148=y
CONFIG_ARCH_BOARD=mcu123-lpc214x
CONFIG_ARCH_BOARD_MCU123=y
-CONFIG_BOARD_LOOPSPERMSEC=1250
+CONFIG_BOARD_LOOPSPERMSEC=2778
CONFIG_ARCH_LEDS=y
CONFIG_DRAM_SIZE=0x02000000
CONFIG_DRAM_START=0x40000000
@@ -163,9 +163,9 @@ CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200
CONFIG_SCHED_INSTRUMENTATION=n
CONFIG_TASK_NAME_SIZE=0
-CONFIG_START_YEAR=2007
-CONFIG_START_MONTH=2
-CONFIG_START_DAY=13
+CONFIG_START_YEAR=2008
+CONFIG_START_MONTH=9
+CONFIG_START_DAY=17
CONFIG_JULIAN_TIME=n
CONFIG_DEV_CONSOLE=y
diff --git a/nuttx/configs/mcu123-lpc214x/include/board.h b/nuttx/configs/mcu123-lpc214x/include/board.h
index e9821b733..080b06abe 100644
--- a/nuttx/configs/mcu123-lpc214x/include/board.h
+++ b/nuttx/configs/mcu123-lpc214x/include/board.h
@@ -57,17 +57,6 @@
#define LPC214X_PCLKFREQ (LPC214X_FOSC/4) /* PCLK must be FOSC/4 */
-#define LPC214X_PSEL0 5
-#define LPC214X_PSEL1 6
-
-#define LPC214X_PLLE 0
-#define LPC214X_PLLC 1
-
-#define LPC214X_PLOCK 10
-
-#define LPC214X_PLL_FEED1 0xaa
-#define LPC214X_PLL_FEED2 0x55
-
/* LED definitions **********************************************************/
#define LED_STARTED 0