Subversion Repositories FlightCtrl

Rev

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

Rev 1982 Rev 2011
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    =  86
8
VERSION_MINOR    =  87
9
VERSION_PATCH    =  3
9
VERSION_PATCH    =  2
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 = 27		# Navi-Kompatibilität
12
NC_SPI_COMPATIBLE = 29		# Navi-Kompatibilität
13
#-------------------------------------------------------------------
13
#-------------------------------------------------------------------
Line 14... Line 14...
14
 
14
 
15
# get SVN revision
15
# get SVN revision
Line 129... Line 129...
129
##########################################################################################################
129
##########################################################################################################
130
# List C source files here. (C dependencies are automatically generated.)
130
# List C source files here. (C dependencies are automatically generated.)
131
SRC = main.c uart.c timer0.c analog.c menu.c eeprom.c
131
SRC = main.c uart.c timer0.c analog.c menu.c eeprom.c
132
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
132
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
133
SRC += mymath.c jetimenu.c capacity.c debug.c
133
SRC += mymath.c jetimenu.c capacity.c debug.c
134
SRC += hottmenu.c
134
SRC += hottmenu.c sbus.c
Line 135... Line 135...
135
 
135
 
Line 136... Line 136...
136
##########################################################################################################
136
##########################################################################################################