X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fcontext_switch_user.mk;fp=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fcontext_switch_user.mk;h=6362a9fc3448efc6f83b01a918567b683ee6ce8a;hb=a256e501c16b63a423267f8621d6bdcda20d3f3a;hp=0000000000000000000000000000000000000000;hpb=316505254b7c56603441d01182c5e71470f1a3ff;p=bertos.git diff --git a/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk b/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk new file mode 100644 index 00000000..6362a9fc --- /dev/null +++ b/boards/stm32-p103/benchmark/context_switch/context_switch_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 +context_switch_PROGRAMMER_TYPE = jtag-tiny +context_switch_PROGRAMMER_PORT = none + +# Files included by the user. +context_switch_USER_CSRC = \ + $(context_switch_SRC_PATH)/main.c \ + # + +# Files included by the user. +context_switch_USER_PCSRC = \ + # + +# Files included by the user. +context_switch_USER_CPPASRC = \ + # + +# Files included by the user. +context_switch_USER_CXXSRC = \ + # + +# Files included by the user. +context_switch_USER_ASRC = \ + # + +# Flags included by the user. +context_switch_USER_LDFLAGS = \ + # + +# Flags included by the user. +context_switch_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +context_switch_USER_CPPFLAGS = \ + -O2 \ + -fno-strict-aliasing \ + -fwrapv \ + #