Rev 859 | Rev 1694 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 859 | Rev 1645 | ||
|---|---|---|---|
| Line 48... | Line 48... | ||
| 48 | 48 | ||
| 49 | MCU = atmega168 |
49 | MCU = atmega168 |
| 50 | HIGHFUSE=0xdc |
50 | HIGHFUSE=0xdc |
| 51 | LOWFUSE=0xe2 |
51 | LOWFUSE=0xe2 |
| 52 | EXTFUSE=0x01 |
52 | EXTFUSE=0x01 |
| - | 53 | ||
| - | 54 | #MCU = atmega328p |
|
| - | 55 | #HIGHFUSE=0xdc |
|
| - | 56 | #LOWFUSE=0xe2 |
|
| - | 57 | #EXTFUSE=0x01 |
|
| 53 | 58 | ||
| 54 | 59 | ||
| 55 | # for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash |
60 | # for using the same system.inc we use BIOSDIR and BIOSTARGET for setting the correct file to flash |
| 56 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
61 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
| 57 | BIOSDIR = . |
62 | BIOSDIR = . |