aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/GPT/readme.txt
diff options
context:
space:
mode:
authorStephen Caudle <stephen@caudle.info>2015-09-08 23:22:01 -0400
committerStephen Caudle <stephen@caudle.info>2015-09-27 09:28:27 -0400
commitcd2787ea883144601fe4ee069aaaf691c652368b (patch)
tree08783b9bd649ca80e1484ffa5d3547f294687ba9 /testhal/NRF51/NRF51822/GPT/readme.txt
parent0aaa137a33c6052b6c2f04b212018f1f482d0ae3 (diff)
downloadChibiOS-Contrib-cd2787ea883144601fe4ee069aaaf691c652368b.tar.gz
ChibiOS-Contrib-cd2787ea883144601fe4ee069aaaf691c652368b.tar.bz2
ChibiOS-Contrib-cd2787ea883144601fe4ee069aaaf691c652368b.zip
Add GPT driver for nRF51
Diffstat (limited to 'testhal/NRF51/NRF51822/GPT/readme.txt')
-rw-r--r--testhal/NRF51/NRF51822/GPT/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/GPT/readme.txt b/testhal/NRF51/NRF51822/GPT/readme.txt
new file mode 100644
index 0000000..da5f977
--- /dev/null
+++ b/testhal/NRF51/NRF51822/GPT/readme.txt
@@ -0,0 +1,19 @@
+*****************************************************************************
+** ChibiOS/HAL - GPT driver demo for NRF51x22. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Waveshare BLE400 board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF51x22 GPT driver.
+
+** Board Setup **
+
+** 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.