aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/I2C/readme.txt
diff options
context:
space:
mode:
authorStephen Caudle <stephen@caudle.info>2015-08-03 16:44:44 -0400
committerStephen Caudle <stephen@caudle.info>2015-08-20 22:45:21 -0400
commit69d3493ce69118f64ec59edf5c82d3fbb009ec0b (patch)
treec11f9177988971899ea1afa351e5c52bcfbb8fe1 /testhal/NRF51/NRF51822/I2C/readme.txt
parente3d91636280ab201b5ad56741a43ef7c22069700 (diff)
downloadChibiOS-Contrib-69d3493ce69118f64ec59edf5c82d3fbb009ec0b.tar.gz
ChibiOS-Contrib-69d3493ce69118f64ec59edf5c82d3fbb009ec0b.tar.bz2
ChibiOS-Contrib-69d3493ce69118f64ec59edf5c82d3fbb009ec0b.zip
Add I2C support for nRF51
Diffstat (limited to 'testhal/NRF51/NRF51822/I2C/readme.txt')
-rw-r--r--testhal/NRF51/NRF51822/I2C/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/I2C/readme.txt b/testhal/NRF51/NRF51822/I2C/readme.txt
new file mode 100644
index 0000000..ae26420
--- /dev/null
+++ b/testhal/NRF51/NRF51822/I2C/readme.txt
@@ -0,0 +1,21 @@
+*****************************************************************************
+** ChibiOS/HAL - I2C driver demo for NRF51x22. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an Waveshare BLE400 board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF51x22 I2C driver.
+
+** Board Setup **
+
+- Connect AT24CXX EEPROM board to I2C port on BLE400 board
+
+** 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.