trennfix/sw: Nice, keep! Good!
[eisenbahn.git] / trennfix / sw / mk / trennfix_attiny25.mk
diff --git a/trennfix/sw/mk/trennfix_attiny25.mk b/trennfix/sw/mk/trennfix_attiny25.mk
deleted file mode 100644 (file)
index 64cd1ad..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-SRC = src/main.c
-
-################################################################################
-################################################################################
-
-AVRDUDE_PROGRAMMER = avrisp2
-MCU=attiny25
-F_CPU = 16000000
-
-# Fuse-Bits gibts praktisch bei http://www.engbedded.com/fusecalc !
-# 8 MHz interner RC-Oszillator usw. Brown out 4V
-
-ifneq ($(KEEP_EEPROM),)
-
-HFUSE=0xd4
-
-else
-
-HFUSE=0xdc
-
-endif
-
-LFUSE=0x61
-EFUSE=0xff
-
-CFLAGS+=-DONLY_2K -DMM_USE_REGISTER_VARS
-
-
-
-
-
-
-
-
-
-