7c5a57b87b
Fixes an MPU fault that was occurring on some ARM platforms when executing the events portion of the latency_measure benchmark. The fault was tracked to an attempt by a user thread to read an MMIO register that it did not have permissions to access. The solution was to move the printing of the stats averages out of the test thread and into the main thread as the main thread always executes at kernel/supervisor level and will always have permissions to read that MMIO register. Fixes #67438 Signed-off-by: Peter Mitsis <peter.mitsis@intel.com> |
||
---|---|---|
.. | ||
app_kernel | ||
cmsis_dsp | ||
data_structure_perf | ||
footprints | ||
latency_measure | ||
mbedtls | ||
sched | ||
sched_userspace | ||
sys_kernel |