Rename project to insert it into nightly test.
[bertos.git] / boards / stm32-p103 / benchmark / stm32-p103_context_switch / .spec
1 name = 'BeRTOS Context Switch'
2 description="""
3 <p>
4 This benchmark measures the overhead (in us) required to deliver a
5 signal and switch from a low-priority process to a high-priority process.
6 </p>
7 <p>
8 The measure is made by the high-precision timer if supported by the
9 architecture. Alternatively, the time can also be measured using an external
10 oscilloscope connected to the board's status LED.
11 </p>
12 <p>
13 For more information have a look at the <a href="http://www.bertos.org/discover/benchmarks">BeRTOS benchmarks page.</a>
14 </p>
15 """