LPC2: add LPC2378 example project.
[bertos.git] / examples / benchmark / README
1 In this directory there are a couple of projects useful to measure various
2 BeRTOS features. Not all the projects are meaningful programs, for example
3 flash occupation benchmarks just call once most or all functions of a module
4 just to let the compiler generate the corresponding code.
5
6 Below there's a description of single projects:
7  - kernel-only_arm/: priority kernel, signals, message queues.
8  - kernel-core_avr/: all kernel-only options plus serial and timer core drivers