ChibiOS/testhal/AVR/MEGA/SPI
Giovanni Di Sirio 5806f29b87 New halconf.h template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11788 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-03-17 09:03:27 +00:00
..
Makefile Update testhal makefile to avoid compîlation errors with chlib.h and chlicense files. 2018-03-15 08:03:58 +00:00
chconf.h Configuration files realignment. 2018-03-14 12:29:24 +00:00
halconf.h New halconf.h template. 2018-03-17 09:03:27 +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 Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +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.