ChibiOS/testhal/AVR/MEGA/SPI
Theodore Ateba 153af87bcb AVR: Update testhal Makefiles files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10598 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-16 17:20:41 +00:00
..
Makefile AVR: Update testhal Makefiles files. 2017-09-16 17:20:41 +00:00
chconf.h Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00
halconf.h Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00
main.c Update the SPI configuration structure to fix the demo errors during compilation with the new SPI configuration. 2017-09-01 22:43:34 +00:00
mcuconf.h Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +00:00
readme.txt Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +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.