aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/WVSHARE_BLE400
diff options
context:
space:
mode:
authorStephen Caudle <stephen@caudle.info>2015-07-27 21:39:45 -0400
committerStephen Caudle <stephen@caudle.info>2015-07-27 22:42:45 -0400
commit6202fcbb8b5779f38088540f2c699aeb8d21dc5c (patch)
tree957aa4337c3fb7705fbea51c59fcd08f0286f874 /os/hal/boards/WVSHARE_BLE400
parenteab925c4925e10684973c8e725ff66f5c76660de (diff)
downloadChibiOS-Contrib-6202fcbb8b5779f38088540f2c699aeb8d21dc5c.tar.gz
ChibiOS-Contrib-6202fcbb8b5779f38088540f2c699aeb8d21dc5c.tar.bz2
ChibiOS-Contrib-6202fcbb8b5779f38088540f2c699aeb8d21dc5c.zip
Add SPI support for nRF51
Diffstat (limited to 'os/hal/boards/WVSHARE_BLE400')
-rw-r--r--os/hal/boards/WVSHARE_BLE400/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h
index 957fe7e..189010c 100644
--- a/os/hal/boards/WVSHARE_BLE400/board.h
+++ b/os/hal/boards/WVSHARE_BLE400/board.h
@@ -33,6 +33,11 @@
#define UART_TX 9
#define UART_RX 11
+#define SPI_SCK 25
+#define SPI_MOSI 24
+#define SPI_MISO 23
+#define SPI_SS 30
+
#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {