X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fsam3n-ek%2Fbenchmark%2Fsam3n-ek_kernel_footprint%2Fmain.c;fp=boards%2Fsam3n-ek%2Fbenchmark%2Fsam3n-ek_kernel_footprint%2Fmain.c;h=7ecafb863d7eac8259d22ea2e9ded962151e61c0;hb=55e0bd3abe4af67a82124bf5e97a708f24d5e240;hp=0000000000000000000000000000000000000000;hpb=e79cd249413d2af644690eaad0856dff90d31533;p=bertos.git diff --git a/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/main.c b/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/main.c new file mode 100644 index 00000000..7ecafb86 --- /dev/null +++ b/boards/sam3n-ek/benchmark/sam3n-ek_kernel_footprint/main.c @@ -0,0 +1,20 @@ +// Emtpy main.c file generated by the wizard +#include + +static void init(void) +{ + IRQ_ENABLE; + // insert initialization calls here +} + +int main(void) +{ + init(); + while (1) + { + // your code goes here + } + + return 0; +} +