From 583f00e0b8efe2832f63efb478a51d3ad35e92ed Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 7 Oct 2007 22:16:03 +0200 Subject: Included SI2E avr modules. Well, this need more works... --- digital/avr/modules/uart/test/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 digital/avr/modules/uart/test/Makefile (limited to 'digital/avr/modules/uart/test/Makefile') diff --git a/digital/avr/modules/uart/test/Makefile b/digital/avr/modules/uart/test/Makefile new file mode 100644 index 00000000..4f394f2a --- /dev/null +++ b/digital/avr/modules/uart/test/Makefile @@ -0,0 +1,18 @@ +BASE = ../../.. +PROGS = test_uart +SIMU_PROGS = test_uart +test_uart_SOURCES = test_uart.c +MODULES = uart utils +CONFIGFILE = avrconfig_ring.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