X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fmain.c;fp=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2Fmain.c;h=54652f1788f732dbf6d0b2ff73053466e56e4934;hb=a256e501c16b63a423267f8621d6bdcda20d3f3a;hp=0000000000000000000000000000000000000000;hpb=316505254b7c56603441d01182c5e71470f1a3ff;p=bertos.git diff --git a/boards/stm32-p103/benchmark/context_switch/main.c b/boards/stm32-p103/benchmark/context_switch/main.c new file mode 100644 index 00000000..54652f17 --- /dev/null +++ b/boards/stm32-p103/benchmark/context_switch/main.c @@ -0,0 +1,12 @@ +// Emtpy main.c file generated by the wizard +#include + +int main(void) +{ + context_switch(); + while (1) + { + } + + return 0; +}