summaryrefslogtreecommitdiff
path: root/nuttx/configs/amber/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/amber/include/board.h')
-rwxr-xr-xnuttx/configs/amber/include/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/amber/include/board.h b/nuttx/configs/amber/include/board.h
index 745998e97..c335b8cad 100755
--- a/nuttx/configs/amber/include/board.h
+++ b/nuttx/configs/amber/include/board.h
@@ -51,8 +51,13 @@
/* Clocking *****************************************************************/
#define BOARD_CPU_CLOCK 14745600 /* F_CPU = 14.7456MHz */
+#define BOARD_TOSCK_CLOCK 32768 /* TOSC = 32.768KHz */
/* LED definitions **********************************************************/
+/* The Amber Web Server has a reset switch and four LEDs. The LEDs indicate
+ * the status of power, programming state, Ethernet link status and reset
+ * status (Active). None are available for software use.
+ */
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1