b3a12854913fd44c379ced167bc02ff72ac2787b
[rmslog.git] / rmslog / rmslog_user.mk
1 #
2 # User makefile.
3 # Edit this file to change compiler options and related stuff.
4 #
5
6 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
7 rmslog_PROGRAMMER_TYPE = avrdude
8 rmslog_PROGRAMMER_PORT = /dev/ttyACM0
9
10 flash: $(OUTDIR)/rmslog.hex
11         sudo avrdude -c arduino  -p $(rmslog_MCU) -P $(rmslog_PROGRAMMER_PORT) -e -U flash:w:$(OUTDIR)/rmslog.hex
12
13 # Files included by the user.
14 rmslog_USER_CSRC = \
15         $(rmslog_SRC_PATH)/main.c \
16         #
17
18 # Files included by the user.
19 rmslog_USER_PCSRC = \
20         #
21
22 # Files included by the user.
23 rmslog_USER_CPPASRC = \
24         #
25
26 # Files included by the user.
27 rmslog_USER_CXXSRC = \
28         #
29
30 # Files included by the user.
31 rmslog_USER_ASRC = \
32         #
33
34 # Flags included by the user.
35 rmslog_USER_LDFLAGS = \
36         #
37
38 # Flags included by the user.
39 rmslog_USER_CPPAFLAGS = \
40         #
41
42 # Flags included by the user.
43 rmslog_USER_CPPFLAGS = \
44         -fno-strict-aliasing \
45         -fwrapv \
46         #