Subversion Repositories HomeAutomation

Rev

Rev 693 | Rev 859 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 693 Rev 698
Line 38... Line 38...
38
 
38
 
39
 
39
 
40
# MCU name
40
# MCU name
41
#MCU = atmega32
41
#MCU = atmega32
42
#MCU = atmega8
42
#MCU = atmega8
43
#MCU = atmega88
43
MCU = atmega88
44
MCU = atmega168
44
#MCU = atmega168
45
 
45
 
46
 
46
 
47
# Output format. (can be srec, ihex, binary)
47
# Output format. (can be srec, ihex, binary)
48
FORMAT = ihex
48
FORMAT = ihex
49
 
49