trennfix/sw: More versatile file structure
[eisenbahn.git] / trennfix / sw / config / trennfix_attiny85.mk
CommitLineData
54de37bf 1
93cb14d4 2SRC = src/main.c
54de37bf
PH
3
4################################################################################
5################################################################################
6
7AVRDUDE_PROGRAMMER = avrisp2
93cb14d4 8MCU=attiny85
54de37bf
PH
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
PH
13
14# Tiny 25
15#LFUSE=0x61
16#HFUSE=0xdc
17#EFUSE=0xff
18
54de37bf 19LFUSE=0x61
93cb14d4 20HFUSE=0xd4
54de37bf
PH
21EFUSE=0xff
22
23
24
25
26
27
28
29
30