aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF52/NRF52832/I2C/readme.txt
diff options
context:
space:
mode:
authorandru <7698720+AndruPol@users.noreply.github.com>2019-01-08 11:22:01 +0300
committerandru <7698720+AndruPol@users.noreply.github.com>2019-01-08 11:22:01 +0300
commit2168085ac76c280880a0c2262a7e63fd0ce7c952 (patch)
tree84cc3e094dbad1063034549f74ad7c617e5fe800 /testhal/NRF52/NRF52832/I2C/readme.txt
parent5af099c3665e49ce9323fa79c56a51bf67b9ebab (diff)
downloadChibiOS-Contrib-2168085ac76c280880a0c2262a7e63fd0ce7c952.tar.gz
ChibiOS-Contrib-2168085ac76c280880a0c2262a7e63fd0ce7c952.tar.bz2
ChibiOS-Contrib-2168085ac76c280880a0c2262a7e63fd0ce7c952.zip
added NRF52 pwm, icu, i2c, radio esb drivers
Diffstat (limited to 'testhal/NRF52/NRF52832/I2C/readme.txt')
-rw-r--r--testhal/NRF52/NRF52832/I2C/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/NRF52/NRF52832/I2C/readme.txt b/testhal/NRF52/NRF52832/I2C/readme.txt
new file mode 100644
index 0000000..281bd3e
--- /dev/null
+++ b/testhal/NRF52/NRF52832/I2C/readme.txt
@@ -0,0 +1,21 @@
+*****************************************************************************
+** ChibiOS/HAL - I2C driver demo for NRF52832. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an EByte E73-2G4M04S board.
+
+** The Demo **
+
+The application demonstrates the use of the NRF52832 I2C driver.
+
+** Board Setup **
+
+- Connect AT24CXX EEPROM board to I2C port on E73-2G4M04S 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.