aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/SPI/readme.txt
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2015-08-06 10:47:23 -0300
committerFabio Utzig <utzig@utzig.org>2015-08-06 10:47:23 -0300
commitf98110c6f46d2ce255d91c3500105d90a3807445 (patch)
tree29c67434bcd1710371907918654cc45748880737 /testhal/NRF51/NRF51822/SPI/readme.txt
parente7a3df6c18173ad12750faa56cb8a8f6c68874cb (diff)
parent6202fcbb8b5779f38088540f2c699aeb8d21dc5c (diff)
downloadChibiOS-Contrib-f98110c6f46d2ce255d91c3500105d90a3807445.tar.gz
ChibiOS-Contrib-f98110c6f46d2ce255d91c3500105d90a3807445.tar.bz2
ChibiOS-Contrib-f98110c6f46d2ce255d91c3500105d90a3807445.zip
Merge pull request #19 from doceme/nrf51-spi
Add SPI support for nRF51
Diffstat (limited to 'testhal/NRF51/NRF51822/SPI/readme.txt')
-rw-r--r--testhal/NRF51/NRF51822/SPI/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/SPI/readme.txt b/testhal/NRF51/NRF51822/SPI/readme.txt
new file mode 100644
index 0000000..7ea1194
--- /dev/null
+++ b/testhal/NRF51/NRF51822/SPI/readme.txt
@@ -0,0 +1,21 @@
+*****************************************************************************
+** ChibiOS/HAL - SPI driver demo for NRF51x22. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Waveshare BLE400 board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF51x22 SPI driver.
+
+** Board Setup **
+
+- Connect MOSI (P0.24) and MISO (P0.23) together for SPI loop-back.
+
+** Build Procedure **
+
+The demo has been tested using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.