Subversion Repositories HomeAutomation

Rev

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

Rev 1694 Rev 1883
Line 44... Line 44...
44
#MCU = atmega88
44
#MCU = atmega88
45
#HIGHFUSE=0xdc
45
#HIGHFUSE=0xdc
46
#LOWFUSE=0xe2
46
#LOWFUSE=0xe2
47
#EXTFUSE=0x01
47
#EXTFUSE=0x01
48
 
48
 
49
MCU = atmega168
49
#MCU = atmega168
50
HIGHFUSE=0xdc
-
 
51
LOWFUSE=0xe2
-
 
52
EXTFUSE=0x01
-
 
53
 
-
 
54
#MCU = atmega328p
-
 
55
#HIGHFUSE=0xdd
50
#HIGHFUSE=0xdc
56
#LOWFUSE=0xe2
51
#LOWFUSE=0xe2
57
#EXTFUSE=0x04
52
#EXTFUSE=0x01
-
 
53
 
-
 
54
MCU = atmega328p
-
 
55
HIGHFUSE=0xdd
-
 
56
LOWFUSE=0xe2
-
 
57
EXTFUSE=0x04
58
 
58
 
59
# for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash
59
# for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash
60
# flash:w:$(BIOSDIR)/$(BIOSTARGET).hex
60
# flash:w:$(BIOSDIR)/$(BIOSTARGET).hex
61
BIOSDIR = .
61
BIOSDIR = .
62
BIOSTARGET = main
62
BIOSTARGET = main