zephyr/samples/userspace
Paul He 2bf27f5953 samples: prod_consumer: use app_shared.h instead of main.h
Normally main.c file doesn't have a header file, because it doesn't
need to declare any interfaces to other modules.

In this sample, it's better to put the shared variables in one place,
and provide the interfaces to other modules, such as app_a, app_b,
and main.

Signed-off-by: Paul He <pawpawhe@gmail.com>
2021-12-02 10:53:55 +01:00
..
hello_world_user cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
prod_consumer samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
shared_mem kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
syscall_perf cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
index.rst