ChibiOS/testhal/AVR/SPI
tfateba 4a4491e204 Add an AVR SPI test hal program.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10198 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-05-14 11:41:37 +00:00
..
Makefile Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00
chconf.h Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00
halconf.h Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00
main.c Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00
mcuconf.h Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00
readme.txt Add an AVR SPI test hal program. 2017-05-14 11:41:37 +00:00

readme.txt

*****************************************************************************
** 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.