Subversion Repositories FlightCtrl

Rev

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

Rev 1591 Rev 1622
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    =  78
8
VERSION_MINOR    =  79
9
VERSION_PATCH    =   5
9
VERSION_PATCH    =   0
Line 10... Line 10...
10
 
10
 
11
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol
11
VERSION_SERIAL_MAJOR = 11  	# Serial Protocol
12
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
12
VERSION_SERIAL_MINOR = 0  	# Serial Protocol
13
NC_SPI_COMPATIBLE = 12     	# Navi-Kompatibilität
13
NC_SPI_COMPATIBLE = 12     	# Navi-Kompatibilität
Line 100... Line 100...
100
OPT = s
100
OPT = s
101
#OPT = 2
101
#OPT = 2
Line 102... Line 102...
102
 
102
 
103
##########################################################################################################
103
##########################################################################################################
104
# List C source files here. (C dependencies are automatically generated.)
104
# List C source files here. (C dependencies are automatically generated.)
105
SRC = main.c uart.c timer0.c analog.c menu.c 
105
SRC = main.c uart.c timer0.c analog.c menu.c eeprom.c
106
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
106
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spektrum.c
Line 107... Line 107...
107
SRC += mymath.c jetimenu.c capacity.c
107
SRC += mymath.c jetimenu.c capacity.c