Subversion Repositories Projects

Rev

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

Rev 231 Rev 271
Line 11... Line 11...
11
VERSION_SERIAL_MINOR = 0	# Serial Protocol Minor Version
11
VERSION_SERIAL_MINOR = 0	# Serial Protocol Minor Version
Line 12... Line 12...
12
 
12
 
13
#-------------------------------------------------------------------
13
#-------------------------------------------------------------------
14
#OPTIONS
14
#OPTIONS
15
# Use one of the motor setups 
15
# Use one of the motor setups 
16
#BOARD = FOLLOWME
16
BOARD = FOLLOWME
Line 17... Line 17...
17
BOARD = SDLOGGER
17
#BOARD = SDLOGGER
18
 
18
 
19
#-------------------------------------------------------------------
19
#-------------------------------------------------------------------
Line 70... Line 70...
70
endif
70
endif
Line 71... Line 71...
71
 
71
 
72
 
72
 
73
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
73
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
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 = s
75
OPT = 2
76
 
76
 
-
 
77
##########################################################################################################
Line 77... Line 78...
77
##########################################################################################################
78
# List C source files here. (C dependencies are automatically generated.)
Line 78... Line 79...
78
# List C source files here. (C dependencies are automatically generated.)
79
SRC = main.c uart0.c uart1.c printf_P.c timer0.c  menu.c led.c ubx.c