aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/boards/WVSHARE_BLE400/board.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h
index 4755609..957fe7e 100644
--- a/os/hal/boards/WVSHARE_BLE400/board.h
+++ b/os/hal/boards/WVSHARE_BLE400/board.h
@@ -17,17 +17,22 @@
#ifndef _BOARD_H_
#define _BOARD_H_
-/*
- * Board identifier.
- */
+/* Board identifier. */
#define BOARD_WVSHARE_BLE400
#define BOARD_NAME "WvShare BLE400"
-/*
- * Board oscillators-related settings.
- */
+/* Board oscillators-related settings. */
#define XTAL_VALUE 16000000
+/* GPIO pins. */
+#define LED0 18
+#define LED1 19
+#define LED2 20
+#define LED3 21
+#define LED4 22
+#define UART_TX 9
+#define UART_RX 11
+
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {