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