Subversion Repositories Projects

Rev

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

Rev 294 Rev 333
Line 3... Line 3...
3
MCU = atmega644p
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    =  1
Line 9... Line 9...
9
 
9
 
10
VERSION_SERIAL_MAJOR = 10	# Serial Protocol Major Version
10
VERSION_SERIAL_MAJOR = 10	# Serial Protocol Major Version
Line 11... Line 11...
11
VERSION_SERIAL_MINOR = 0	# Serial Protocol Minor Version
11
VERSION_SERIAL_MINOR = 0	# Serial Protocol Minor Version
Line 74... Line 74...
74
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
74
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
75
OPT = 2
75
OPT = 2
Line 76... Line 76...
76
 
76
 
77
##########################################################################################################
77
##########################################################################################################
78
# List C source files here. (C dependencies are automatically generated.)
78
# List C source files here. (C dependencies are automatically generated.)
Line 79... Line 79...
79
SRC = main.c uart0.c uart1.c printf_P.c timer0.c  menu.c led.c ubx.c analog.c button.c crc16.c ssc.c sdc.c fat16.c
79
SRC = main.c uart0.c uart1.c printf_P.c timer0.c  menu.c led.c ubx.c analog.c button.c crc16.c ssc.c sdc.c fat16.c gps.c
Line 80... Line 80...
80
 
80