From a113aa53d96d039d28e3e54ba79b2aae6a524ca5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Nov 2008 16:28:17 +0000 Subject: Basic SCI support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1152 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/us7032evb1/include/board.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/us7032evb1/include/board.h') diff --git a/nuttx/configs/us7032evb1/include/board.h b/nuttx/configs/us7032evb1/include/board.h index a12b61a88..c481b14b6 100644 --- a/nuttx/configs/us7032evb1/include/board.h +++ b/nuttx/configs/us7032evb1/include/board.h @@ -51,8 +51,14 @@ /* Clocking *****************************************************************/ +#define SH1_CLOCK 10000000 /* 10 MHz */ + /* LED definitions **********************************************************/ +/* The SH1_LPEVB has no user controllable LEDs. These are provided only + * in the event that CONFIG_ARCH_LEDs is enabled. + */ + #define LED_STARTED 0 #define LED_HEAPALLOCATE 1 #define LED_IRQSENABLED 2 -- cgit v1.2.3