Subversion Repositories FlightCtrl

Rev

Rev 1444 | Rev 1486 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1444 Rev 1484
Line 3... Line 3...
3
MCU = atmega644p
3
MCU = atmega644p
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
VERSION_MAJOR    =   0
6
VERSION_MAJOR    =   0
7
VERSION_MINOR    =  77
7
VERSION_MINOR    =  77
8
VERSION_PATCH    =   0
8
VERSION_PATCH    =   2
Line 9... Line 9...
9
 
9
 
10
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol
10
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol
11
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
11
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
12
NC_SPI_COMPATIBLE = 11     	# Navi-Kompatibilität
12
NC_SPI_COMPATIBLE = 11     	# Navi-Kompatibilität
Line 106... Line 106...
106
 
106
 
107
##########################################################################################################
107
##########################################################################################################
108
# List C source files here. (C dependencies are automatically generated.)
108
# List C source files here. (C dependencies are automatically generated.)
109
SRC = main.c uart.c timer0.c analog.c menu.c 
109
SRC = main.c uart.c timer0.c analog.c menu.c 
110
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
110
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
Line 111... Line 111...
111
SRC += mymath.c 
111
SRC += mymath.c jetimenu.c
Line 112... Line 112...
112
 
112