ChibiOS/testhal/AVR/SPI
Theodore Ateba 6da6afca5f Update AVR testhal Makefiles according the new structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10328 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-14 00:40:02 +00:00
..
Makefile Update AVR testhal Makefiles according the new structure. 2017-07-14 00:40:02 +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.