diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-02-09 15:21:31 -0200 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-02-09 15:21:31 -0200 |
commit | db994ed1a671fe299499dc9ce0cd28cfebc2f409 (patch) | |
tree | 6c2bcaa12e6229f1dff9baa3d939e1d37c7e9ae1 /testhal/NRF51/NRF51822/WDG/readme.txt | |
parent | 5af8452153646009731c11dd92a8634695b60d55 (diff) | |
parent | f6febd2b5a61c78610a516f60ba3da28bf653cf6 (diff) | |
download | ChibiOS-Contrib-db994ed1a671fe299499dc9ce0cd28cfebc2f409.tar.gz ChibiOS-Contrib-db994ed1a671fe299499dc9ce0cd28cfebc2f409.tar.bz2 ChibiOS-Contrib-db994ed1a671fe299499dc9ce0cd28cfebc2f409.zip |
Merge pull request #34 from sdalu/wdg
Watchdog
Diffstat (limited to 'testhal/NRF51/NRF51822/WDG/readme.txt')
-rw-r--r-- | testhal/NRF51/NRF51822/WDG/readme.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/WDG/readme.txt b/testhal/NRF51/NRF51822/WDG/readme.txt new file mode 100644 index 0000000..41312c9 --- /dev/null +++ b/testhal/NRF51/NRF51822/WDG/readme.txt @@ -0,0 +1,17 @@ +*****************************************************************************
+** ChibiOS/HAL - GPT driver demo for NRF51x22. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an NRF51-DK board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF51x22 GPT driver.
+
+** Board Setup **
+
+** Build Procedure **
+
+Just modify the TRGT line in the makefile in order to use different GCC ports.
|