# # User makefile. # Edit this file to change compiler options and related stuff. # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help rmslog_PROGRAMMER_TYPE = avrdude rmslog_PROGRAMMER_PORT = /dev/ttyACM0 flash: $(OUTDIR)/rmslog.hex sudo killall minicom && sleep 3 || : sudo avrdude -c arduino -p $(rmslog_MCU) -P $(rmslog_PROGRAMMER_PORT) -e -U flash:w:$(OUTDIR)/rmslog.hex # Files included by the user. rmslog_USER_CSRC = \ $(rmslog_SRC_PATH)/main.c \ # # Files included by the user. rmslog_USER_PCSRC = \ # # Files included by the user. rmslog_USER_CPPASRC = \ # # Files included by the user. rmslog_USER_CXXSRC = \ # # Files included by the user. rmslog_USER_ASRC = \ # # Flags included by the user. rmslog_USER_LDFLAGS = \ # # Flags included by the user. rmslog_USER_CPPAFLAGS = \ # # Flags included by the user. rmslog_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ #