Rev 1645 | Rev 1883 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1645 | Rev 1694 | ||
|---|---|---|---|
| Line 50... | Line 50... | ||
| 50 | HIGHFUSE=0xdc |
50 | HIGHFUSE=0xdc |
| 51 | LOWFUSE=0xe2 |
51 | LOWFUSE=0xe2 |
| 52 | EXTFUSE=0x01 |
52 | EXTFUSE=0x01 |
| 53 | 53 | ||
| 54 | #MCU = atmega328p |
54 | #MCU = atmega328p |
| 55 |
|
55 | #HIGHFUSE=0xdd |
| 56 | #LOWFUSE=0xe2 |
56 | #LOWFUSE=0xe2 |
| 57 |
|
57 | #EXTFUSE=0x04 |
| 58 | - | ||
| 59 | 58 | ||
| 60 | # 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 |
| 61 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
60 | # flash:w:$(BIOSDIR)/$(BIOSTARGET).hex |
| 62 | BIOSDIR = . |
61 | BIOSDIR = . |
| 63 | BIOSTARGET = main |
62 | BIOSTARGET = main |