Rev 1115 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1115 | Rev 1685 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | # MCU name |
42 | # MCU name |
| 43 | MCU = atmega168 |
43 | MCU = atmega168 |
| 44 | HIGHFUSE=0xdc |
44 | HIGHFUSE=0xdc |
| 45 | LOWFUSE=0xe0 |
45 | LOWFUSE=0xe0 |
| 46 | EXTFUSE=0x01 |
46 | EXTFUSE=0x01 |
| - | 47 | ||
| - | 48 | #MCU = atmega328p |
|
| - | 49 | #HIGHFUSE=0xdc |
|
| - | 50 | #LOWFUSE=0xe0 |
|
| - | 51 | #EXTFUSE=0x02 |
|
| 47 | 52 | ||
| 48 | 53 | ||
| 49 | # for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash |
54 | # for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash |
| 50 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
55 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
| 51 | BIOSDIR = . |
56 | BIOSDIR = . |