zephyr/samples/microkernel/benchmark
Peter Mitsis 249d623210 Fix microkernel app_kernel benchmark
The event portion of the app_kernel benchmark no longer outputs the following
(abbreviated) error message:
   <path to project>/app_kernel/src/event_b.c:86 Error: tick occurred

This error was occurring as the benchmark test had hard-coded the value of
the event TEST_EVENT to 0 instead of defining it in the prj.mdef file.
Consequently, the system was using event 0 for the tick event; every time
task_event_send(TEST_EVENT) was invoked, the system treated it as a tick event.

Change-Id: I1a785a6594415bd4b0300d382f76a6d768641864
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:15:34 -05:00
..
app_kernel Fix microkernel app_kernel benchmark 2016-02-05 20:15:34 -05:00
boot_time Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
footprint samples/benchmark/footprint-min: disable UART console and serial 2016-02-05 20:15:25 -05:00
latency_measure Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
sys_kernel Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00