Rev 184 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 184 | Rev 293 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | # MCU name |
2 | # MCU name |
3 | MCU = atmega644 |
3 | MCU = atmega644 |
4 | F_CPU = 20000000 |
4 | F_CPU = 20000000 |
5 | #------------------------------------------------------------------- |
5 | #------------------------------------------------------------------- |
6 | HAUPT_VERSION = 0 |
6 | HAUPT_VERSION = 0 |
7 | NEBEN_VERSION = 01 |
7 | NEBEN_VERSION = 02 |
8 | VERSION_KOMPATIBEL = 4 # PC-Kompatibilität |
8 | VERSION_KOMPATIBEL = 4 # PC-Kompatibilität |
9 | #------------------------------------------------------------------- |
9 | #------------------------------------------------------------------- |
Line 10... | Line 10... | ||
10 | 10 | ||
11 | ifeq ($(MCU), atmega32) |
11 | ifeq ($(MCU), atmega32) |