From 0ffaacc9df86e26e5323a973d99601721d767913 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 24 Feb 2008 19:47:16 +0100 Subject: Added sources for the flash use. Not tested ! --- digital/avr/modules/flash/test/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 digital/avr/modules/flash/test/Makefile (limited to 'digital/avr/modules/flash/test/Makefile') diff --git a/digital/avr/modules/flash/test/Makefile b/digital/avr/modules/flash/test/Makefile new file mode 100644 index 00000000..38fa6706 --- /dev/null +++ b/digital/avr/modules/flash/test/Makefile @@ -0,0 +1,17 @@ +BASE = ../../.. +PROGS = test_flash +test_flash_SOURCES = test-flash.c +MODULES = utils spi flash +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