zephyr/samples/subsys/zbus
Rodrigo Peixoto a24c307baa samples: zbus: fix variable sizes and simplify benchmark sample
The benchmark sample was not suitable for constrained devices.
With u32, the maximum accumulated time was about 4 seconds.
Some devices take more than 4 seconds to finish the benchmark.
This commit fixes the time counting by replacing the variables
and calls to 64 bits and removes all the dynamic allocation
memory on the sample to keep that as simple as possible. It
adjusts the documentation and the tests as well.

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2023-04-14 12:14:29 -05:00
..
benchmark samples: zbus: fix variable sizes and simplify benchmark sample 2023-04-14 12:14:29 -05:00
dyn_channel samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
hello_world samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
remote_mock samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
runtime_obs_registration samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
uart_bridge samples: zbus: uart_bridge: Replace prj_<board> files with overlays 2023-03-20 10:18:32 +01:00
work_queue samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
zbus.rst