zephyr/samples/userspace/prod_consumer/src
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
..
app_a.c samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
app_a.h
app_b.c samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
app_b.h
app_shared.c samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
app_shared.h samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
app_syscall.c
app_syscall.h
main.c samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
sample_driver.h
sample_driver_foo.c
sample_driver_handlers.c