From 4d10e19afe45695f30e7bf408757e92893f3fd2c Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 10 Feb 2008 23:07:45 +0100 Subject: SPI driver for AVR. It's only a first shoot, it has not been tested in the real AVR. --- digital/avr/modules/spi/test/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 digital/avr/modules/spi/test/Makefile (limited to 'digital/avr/modules/spi/test/Makefile') diff --git a/digital/avr/modules/spi/test/Makefile b/digital/avr/modules/spi/test/Makefile new file mode 100755 index 00000000..ba09e125 --- /dev/null +++ b/digital/avr/modules/spi/test/Makefile @@ -0,0 +1,17 @@ +BASE = ../../.. +PROGS = test_spi +test_spi_SOURCES = test_spi.c spi_host.c +MODULES = proto uart utils +CONFIGFILE = avrconfig.h +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega8 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +# Test compilations. +#TEST_MCU = atmega8 atmega8535 atmega128 +#TEST_CONFIGFILES = avrconfig_ring.h avrconfig_polling.h avrconfig_twoports.h +#avrconfig_twoports_TEST_MCU = atmega128 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3