X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fmain.c;h=a3f11e50502a16a0f91b6012420917514a619e0f;hb=911d2706a86d326786bfe721dcc3d63aeade7f28;hp=9c11e0287102b66dc4ab50dddb4c681c2b9cdb0b;hpb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;p=bertos.git diff --git a/boards/lpc-p2378/benchmark/kernel_footprint/main.c b/boards/lpc-p2378/benchmark/kernel_footprint/main.c index 9c11e028..a3f11e50 100644 --- a/boards/lpc-p2378/benchmark/kernel_footprint/main.c +++ b/boards/lpc-p2378/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