summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/include/board.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 19:37:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 19:37:33 +0000
commitc1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4 (patch)
tree51905004bdcb2d906dc66cc30d198655dfaf11ae /nuttx/configs/lpcxpresso-lpc1768/include/board.h
parent42d1c7ccb2a4b580da835788a332cea62e8165dc (diff)
downloadpx4-nuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.tar.gz
px4-nuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.tar.bz2
px4-nuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.zip
Fixes for clean LPCXpresso NSH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3495 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768/include/board.h')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/include/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/include/board.h b/nuttx/configs/lpcxpresso-lpc1768/include/board.h
index a6b2f697c..5229c1732 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/include/board.h
+++ b/nuttx/configs/lpcxpresso-lpc1768/include/board.h
@@ -123,6 +123,11 @@
#define CONFIG_LP17_FLASH 1
#define BOARD_FLASHCFG_VALUE 0x0000303a
+/* Ethernet configuration */
+
+//#define ETH_MCFG_CLKSEL_DIV ETH_MCFG_CLKSEL_DIV44
+#define ETH_MCFG_CLKSEL_DIV ETH_MCFG_CLKSEL_DIV20
+
/* LED definitions ******************************************************************/
/* The LPCXpresso LPC1768 board has a single red LED (there are additional LEDs on
* the base board not considered here).