Rev 1122 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1122 | Rev 1133 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | MCU = atmega644 |
3 | MCU = atmega644 |
4 | F_CPU = 20000000 |
4 | F_CPU = 20000000 |
5 | #------------------------------------------------------------------- |
5 | #------------------------------------------------------------------- |
6 | VERSION_MAJOR = 1 |
6 | VERSION_MAJOR = 1 |
7 | VERSION_MINOR = 10 |
7 | VERSION_MINOR = 10 |
8 | VERSION_PATCH = 4 |
8 | VERSION_PATCH = 3 |
Line 9... | Line 9... | ||
9 | 9 | ||
10 | VERSION_SERIAL_MAJOR = 10 # Serial Protocol |
10 | VERSION_SERIAL_MAJOR = 10 # Serial Protocol |
11 | VERSION_SERIAL_MINOR = 0 # Serial Protocol |
11 | VERSION_SERIAL_MINOR = 0 # Serial Protocol |
12 | NC_SPI_COMPATIBLE = 3 # Navi-Kompatibilität |
12 | NC_SPI_COMPATIBLE = 3 # Navi-Kompatibilität |
Line 84... | Line 84... | ||
84 | OPT = s |
84 | OPT = s |
Line 85... | Line 85... | ||
85 | 85 | ||
86 | ########################################################################################################## |
86 | ########################################################################################################## |
87 | # List C source files here. (C dependencies are automatically generated.) |
87 | # List C source files here. (C dependencies are automatically generated.) |
88 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
88 | SRC = main.c uart.c printf_P.c timer0.c analog.c menu.c |
89 | SRC += twimaster.c rc.c fc.c spi.c led.c pitch.c pitch_neutral.c pitch_md.c altcon.c |
89 | SRC += twimaster.c rc.c fc.c spi.c led.c pitch.c |
Line 90... | Line 90... | ||
90 | SRC += gps.c |
90 | SRC += gps.c |