ChibiOS/testhal/AVR/MEGA/SPI
tfateba be8de9f456 Update the AVR MEGA testhal Makefile according the new architecture.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10437 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-08-16 06:40:13 +00:00
..
Makefile Update the AVR MEGA testhal Makefile according the new architecture. 2017-08-16 06:40:13 +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 Add a specific directory for AVR MEGA in the testhal. 2017-08-16 06:39:57 +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.