zephyr/tests/kernel/pipe
Andrew Boie 1d4cc154b0 tests: pipe: fix error with optimization disabled
The various struct pipe_sequence were not located in memory
accessible to user mode. With optimization turned on, they
weren't in memory at all, but with code coverage enabled
the arrays were actually being read, resulting in memory
access failures from user mode.

Fix them by placing in ROM, they never get modified.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-05-02 07:22:37 -04:00
..
pipe tests: pipe: fix error with optimization disabled 2019-05-02 07:22:37 -04:00
pipe_api license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00