trennfix/sw: More versatile file structure
[eisenbahn.git] / trennfix / sw / config / trennfix_attiny25.mk
CommitLineData
54de37bf 1
93cb14d4 2SRC = src/main.c
54de37bf
PH
3
4################################################################################
5################################################################################
6
7AVRDUDE_PROGRAMMER = avrisp2
8MCU=attiny25
9F_CPU = 16000000
10
11# Fuse-Bits gibts praktisch bei http://www.engbedded.com/fusecalc !
12# 8 MHz interner RC-Oszillator usw. Brown out 4V
93cb14d4 13
54de37bf 14LFUSE=0x61
93cb14d4
PH
15#HFUSE=0xdc
16HFUSE=0xd4
54de37bf
PH
17EFUSE=0xff
18
93cb14d4
PH
19CFLAGS+=-DONLY_2K
20
21
54de37bf
PH
22
23
24
25
26
27
28
29