Subversion Repositories FlightCtrl

Rev

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

Rev 1876 Rev 1917
Line 3... Line 3...
3
#MCU = atmega1284p
3
#MCU = atmega1284p
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    =  84
8
VERSION_MINOR    =  85
9
VERSION_PATCH    =   0
9
VERSION_PATCH    =   0
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 = 19     	# Navi-Kompatibilität
12
NC_SPI_COMPATIBLE = 21     	# Navi-Kompatibilität
13
#-------------------------------------------------------------------
13
#-------------------------------------------------------------------
Line 14... Line 14...
14
 
14
 
15
# get SVN revision
15
# get SVN revision
Line 114... Line 114...
114
##########################################################################################################
114
##########################################################################################################
115
# List C source files here. (C dependencies are automatically generated.)
115
# List C source files here. (C dependencies are automatically generated.)
116
SRC = main.c uart.c timer0.c analog.c menu.c eeprom.c
116
SRC = main.c uart.c timer0.c analog.c menu.c eeprom.c
117
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
117
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
118
SRC += mymath.c jetimenu.c capacity.c debug.c
118
SRC += mymath.c jetimenu.c capacity.c debug.c
-
 
119
SRC += hottmenu.c
Line 119... Line 120...
119
 
120
 
Line 120... Line 121...
120
##########################################################################################################
121
##########################################################################################################