X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Ftriface%2Fbenchmark%2Fkernel_footprint%2Fmain.c;h=a3f11e50502a16a0f91b6012420917514a619e0f;hb=564e7c0f3d64956c27a569e1b39290adf84b9656;hp=9c11e0287102b66dc4ab50dddb4c681c2b9cdb0b;hpb=84cf056f574c42a3bd577bf3929498acac7c897e;p=bertos.git diff --git a/boards/triface/benchmark/kernel_footprint/main.c b/boards/triface/benchmark/kernel_footprint/main.c index 9c11e028..a3f11e50 100644 --- a/boards/triface/benchmark/kernel_footprint/main.c +++ b/boards/triface/benchmark/kernel_footprint/main.c @@ -34,10 +34,13 @@ * * \brief Kernel footprint benchmark. * - * This benchmark show you how much flash space could use the BeRTOS kernel application. - * Try to compile it and verify how few space the kernel needs to run. - * By default this benchmark have all kernel switch enabled, and the context switch is preemptive - * mode, try to modify the kernel setting throught the cfg file. + * This benchmark measures the memory footprint[1] of the BeRTOS kernel with a + * simple minimalist user application. + * + * The purpose of this test is to give a measure of the required space in a + * generic flash memory to store a full-featured BeRTOS kernel. + * + * [1] http://en.wikipedia.org/wiki/Memory_footprint */ #include