X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmark%2Fkernel_footprint%2Fmain.c;h=a3f11e50502a16a0f91b6012420917514a619e0f;hb=21e8827872a940bf5f3c81e437a1c12461b61ea6;hp=9c11e0287102b66dc4ab50dddb4c681c2b9cdb0b;hpb=5c610c526235fef906506165ef069d88fd0ca210;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmark/kernel_footprint/main.c b/boards/ek-lm3s1968/benchmark/kernel_footprint/main.c index 9c11e028..a3f11e50 100644 --- a/boards/ek-lm3s1968/benchmark/kernel_footprint/main.c +++ b/boards/ek-lm3s1968/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