trennfix/sw: Added smokefix, further modularized the mm decoder
[eisenbahn.git] / trennfix / sw / mk / hw / trennfix_0.4.mk
1 AVRDUDE_PROGRAMMER = avrisp2
2 MCU?=attiny25
3 F_CPU = 16000000
4
5 CFLAGS+=-D__trennfix_0_4__
6
7 CFLAGS+= -DDEBUG_DRIVE_LED
8 CFLAGS+= -DUSE_REGISTER_VARS
9 CFLAGS+= -DMM_USE_REGISTER_VARS
10
11 CFLAGS+= -DWITH_EEPROM_UPDATE
12 CFLAGS+= -DWITH_PWM
13 CFLAGS+= -DWITH_SOUND
14 CFLAGS+= -DWITH_INITIAL_PULSE
15
16