zephyr/samples/philosophers/src
Filip Kokosinski a0aa8c76d6 samples/philosophers: use stack_data_t type
This commit changes the pointer type used in the philosophers demo to
`stack_data_t *` when stacks are used for synchronization purposes.
The previously used `void *` was causing AMO address-misaligned
exception on the HiFive Unleashed platform.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2022-05-18 10:53:50 +02:00
..
main.c samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
phil_obj_abstract.h samples/philosophers: use stack_data_t type 2022-05-18 10:53:50 +02:00