aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/MEGA/SPI/readme.txt
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-08-16 06:39:57 +0000
commit7437bfef11387f1521f8c33e81885e186b583626 (patch)
treeae0bf0f0b0cb535fbcfd37114f22e641705a42ff /testhal/AVR/MEGA/SPI/readme.txt
parent47461741eda79dd6096093d9b5474190d03ca8ce (diff)
downloadChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.gz
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.tar.bz2
ChibiOS-7437bfef11387f1521f8c33e81885e186b583626.zip
Add a specific directory for AVR MEGA in the testhal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10436 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/MEGA/SPI/readme.txt')
-rw-r--r--testhal/AVR/MEGA/SPI/readme.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/testhal/AVR/MEGA/SPI/readme.txt b/testhal/AVR/MEGA/SPI/readme.txt
new file mode 100644
index 000000000..8ddadadc3
--- /dev/null
+++ b/testhal/AVR/MEGA/SPI/readme.txt
@@ -0,0 +1,17 @@
+*****************************************************************************
+** ChibiOS/RT SPI test on Atmel AVR ATmega328p. **
+*****************************************************************************
+
+** TARGET **
+
+The test demo runs on an Arduino Uno board.
+
+** The Demo **
+
+This test writes to the SPI pins (MOSI/PD11 on the ATmega328p).
+There's no feedback provided but the SPI can easily be analyzed with any
+logic analyzer or sniffing with a buspirate or similar device.
+
+** Build Procedure **
+
+The demo was built using the GCC AVR toolchain.