Subversion Repositories FlightCtrl

Rev

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

Rev 1967 Rev 1969
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega644
3
MCU = atmega644p
4
F_CPU = 20000000
4
F_CPU = 20000000
5
#-------------------------------------------------------------------
5
#-------------------------------------------------------------------
6
VERSION_MAJOR    =  0
6
VERSION_MAJOR    =  0
7
VERSION_MINOR    =  1
7
VERSION_MINOR    =  1
8
VERSION_PATCH    =  0
8
VERSION_PATCH    =  0
Line 14... Line 14...
14
#-------------------------------------------------------------------
14
#-------------------------------------------------------------------
15
#OPTIONS
15
#OPTIONS
Line 16... Line 16...
16
 
16
 
17
# Use one of the extensions for a gps solution
17
# Use one of the extensions for a gps solution
18
#EXT = NAVICTRL
18
#EXT = NAVICTRL
-
 
19
#EXT = MK3MAG
Line 19... Line 20...
19
EXT = MK3MAG
20
EXT =
20
 
21
 
21
# Use optional one the RCs if EXT = NAVICTRL has been used
22
# Use optional one the RCs if EXT = NAVICTRL has been used
Line 512... Line 513...
512
 
513
 
513
 
514
 
Line 514... Line -...
514
# Remove the '-' if you want to see the dependency files generated.
-
 
515
-include $(SRC:.c=.d)
-
 
516
 
515
# Remove the '-' if you want to see the dependency files generated.
517
 
516
-include $(SRC:.c=.d)
518
 
517
 
519
# Listing of phony targets.
518
# Listing of phony targets.
520
.PHONY : all begin finish end sizebefore sizeafter gccversion coff extcoff \
519
.PHONY : all begin finish end sizebefore sizeafter gccversion coff extcoff \