From dc1a4f2bdbb5723fd0b5a19aa533211b34c06adb Mon Sep 17 00:00:00 2001 From: schodet Date: Tue, 5 Jul 2005 18:39:06 +0000 Subject: Fix: echo sur l'uart host. Add: mode de compilation de test. Add: erreurs à la termios. Fix: détails... --- n/avr/modules/uart/test/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 n/avr/modules/uart/test/Makefile (limited to 'n/avr/modules/uart/test/Makefile') diff --git a/n/avr/modules/uart/test/Makefile b/n/avr/modules/uart/test/Makefile new file mode 100644 index 0000000..3f162fc --- /dev/null +++ b/n/avr/modules/uart/test/Makefile @@ -0,0 +1,22 @@ +BASE = ../../.. +PROGS = test_uart +test_uart_SOURCES = test_uart.c +DOC = +EXTRACTDOC = +MODULES = uart utils +CONFIGFILE = avrconfig_ring.h +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega8 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +DEFS = +LIBS = + +# Test compilations. +TEST_MCU = atmega8 atmega8535 atmega128 +TEST_CONFIGFILES = avrconfig_ring.h avrconfig_polling.h avrconfig_twoports.h +avrconfig_twoports_MCU = atmega128 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3