Rev 938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 938 | Rev 956 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #-------------------------------------------------------------------- |
1 | #-------------------------------------------------------------------- |
2 | # MCU name |
2 | # MCU name |
3 | #MCU = atmega644 |
3 | MCU = atmega644 |
4 | MCU = atmega644p |
4 | #MCU = atmega644p |
5 | F_CPU = 20000000 |
5 | F_CPU = 20000000 |
6 | #------------------------------------------------------------------- |
6 | #------------------------------------------------------------------- |
7 | VERSION_MAJOR = 0 |
7 | VERSION_MAJOR = 0 |
8 | VERSION_MINOR = 70 |
8 | VERSION_MINOR = 70 |
9 | VERSION_INDEX = 3 |
9 | VERSION_INDEX = 3 |
Line 10... | Line 10... | ||
10 | 10 | ||
11 | VERSION_COMPATIBLE = 8 # PC-Kompatibilität |
11 | VERSION_COMPATIBLE = 8 # PC-Kompatibilität |
12 | #------------------------------------------------------------------- |
12 | #------------------------------------------------------------------- |
13 | #OPTIONS |
13 | #OPTIONS |
14 | # Use one of the extensions for a gps solution |
14 | # Use one of the extensions for a gps solution |
15 | EXT = KILLAGREG |
15 | #EXT = KILLAGREG |
16 | #EXT = NAVICTRL |
16 | EXT = NAVICTRL |
17 | #EXT = MK3MAG |
17 | #EXT = MK3MAG |
Line 18... | Line 18... | ||
18 | #------------------------------------------------------------------- |
18 | #------------------------------------------------------------------- |
19 | 19 |