Subversion Repositories FlightCtrl

Rev

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

Rev 2026 Rev 2032
Line 6... Line 6...
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 9... Line 9...
9
 
9
 
10
VERSION_SERIAL_MAJOR = 10	# Serial Protocol Major Version
10
VERSION_SERIAL_MAJOR = 10	# Serial Protocol Major Version
11
VERSION_SERIAL_MINOR = 1	# Serial Protocol Minor Version
11
VERSION_SERIAL_MINOR = 2	# Serial Protocol Minor Version
Line 12... Line 12...
12
NC_SPI_COMPATIBLE =    6  	# SPI Protocol Version
12
NC_SPI_COMPATIBLE =    6  	# SPI Protocol Version
13
 
13
 
Line 262... Line 262...
262
# to get a full listing.
262
# to get a full listing.
263
#
263
#
264
#AVRDUDE_PROGRAMMER = dt006
264
#AVRDUDE_PROGRAMMER = dt006
265
#AVRDUDE_PROGRAMMER = stk200
265
#AVRDUDE_PROGRAMMER = stk200
266
#AVRDUDE_PROGRAMMER = ponyser
266
#AVRDUDE_PROGRAMMER = ponyser
267
AVRDUDE_PROGRAMMER = avrispv2
267
#AVRDUDE_PROGRAMMER = avrispv2
268
#AVRDUDE_PROGRAMMER = usbtiny
268
AVRDUDE_PROGRAMMER = usbtiny
269
#falls Ponyser ausgewaehlt wird, muss sich unsere avrdude-Configdatei im Bin-Verzeichnis des Compilers befinden
269
#falls Ponyser ausgewaehlt wird, muss sich unsere avrdude-Configdatei im Bin-Verzeichnis des Compilers befinden
Line 270... Line 270...
270
 
270
 
271
#AVRDUDE_PORT = com1    # programmer connected to serial device
271
#AVRDUDE_PORT = com1    # programmer connected to serial device
272
#AVRDUDE_PORT = lpt1    # programmer connected to parallel port
272
#AVRDUDE_PORT = lpt1    # programmer connected to parallel port
Line 515... Line 515...
515
-include $(SRC:.c=.d)
515
-include $(SRC:.c=.d)
Line 516... Line 516...
516
 
516
 
517
# Listing of phony targets.
517
# Listing of phony targets.
518
.PHONY : all begin finish end sizebefore sizeafter gccversion coff extcoff \
518
.PHONY : all begin finish end sizebefore sizeafter gccversion coff extcoff \
519
	clean clean_list program
-
 
520
	
519
	clean clean_list program