Subversion Repositories FlightCtrl

Rev

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

Rev 1956 Rev 1961
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega644p
3
MCU = atmega644
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
VERSION_MAJOR    =  0
6
VERSION_MAJOR    =  0
7
VERSION_MINOR    =  74
7
VERSION_MINOR    =  74
8
VERSION_PATCH    =  100
8
VERSION_PATCH    =  100
Line 135... Line 135...
135
 
135
 
136
##########################################################################################################
136
##########################################################################################################
137
# List C source files here. (C dependencies are automatically generated.)
137
# List C source files here. (C dependencies are automatically generated.)
138
SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c output.c controlMixer.c 
138
SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c output.c controlMixer.c 
139
SRC += externalControl.c GPSControl.c dongfangMath.c twimaster.c rc.c attitude.c flight.c 
139
SRC += externalControl.c GPSControl.c dongfangMath.c twimaster.c rc.c attitude.c flight.c 
Line 140... Line 140...
140
SRC += eeprom.c uart1.c heightControl.c configuration.c attitudeControl.c commands.c $(GYRO).c
140
SRC += eeprom.c heightControl.c configuration.c attitudeControl.c commands.c $(GYRO).c
141
 
141
 
142
ifeq ($(EXT), MK3MAG)
142
ifeq ($(EXT), MK3MAG)
143
SRC += mk3mag.c
143
SRC += mk3mag.c