X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Ftemplates%2Fempty%2Fempty_user.mk;fp=boards%2Farduino%2Ftemplates%2Fempty%2Fempty_user.mk;h=03b17d6df1e31a4974e5f4c43918b2a253a1382a;hb=b73ab8af789a79c3beebf051f690a9eed4ddacd0;hp=0000000000000000000000000000000000000000;hpb=faae9ad02b287bebe157a2fbe984a754cf217c9a;p=bertos.git diff --git a/boards/arduino/templates/empty/empty_user.mk b/boards/arduino/templates/empty/empty_user.mk new file mode 100644 index 00000000..03b17d6d --- /dev/null +++ b/boards/arduino/templates/empty/empty_user.mk @@ -0,0 +1,44 @@ +# +# User makefile. +# Edit this file to change compiler options and related stuff. +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +empty_PROGRAMMER_TYPE = arduino +empty_PROGRAMMER_PORT = none + +# Files included by the user. +empty_USER_CSRC = \ + $(empty_SRC_PATH)/main.c \ + # + +# Files included by the user. +empty_USER_PCSRC = \ + # + +# Files included by the user. +empty_USER_CPPASRC = \ + # + +# Files included by the user. +empty_USER_CXXSRC = \ + # + +# Files included by the user. +empty_USER_ASRC = \ + # + +# Flags included by the user. +empty_USER_LDFLAGS = \ + # + +# Flags included by the user. +empty_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +empty_USER_CPPFLAGS = \ + -O2 \ + -fno-strict-aliasing \ + -fwrapv \ + #