commit | e0b5c67dda7e479261693618d0d2111ccd47c30f | [log] [tgz] |
---|---|---|
author | Rodrigo Peixoto <rodrigopex@gmail.com> | Tue Aug 27 08:21:16 2024 -0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Oct 10 10:08:02 2024 +0200 |
tree | 829922e1502d0e543090ef3443b1c3a7b6486ee9 | |
parent | a6eb068e3ca86b894dcd91a984ad432577fc6453 [diff] |
zbus: add HEAP_MEM_POOL_ADD_SIZE_ZBUS ZBus currently does not have a `HEAP_MEM_POOL_ADD_SIZE_ZBUS` when using message subscribers or runtime observers, forcing the developer to set that manually. Adding the configuration option to zbus would improve its usability and make zbus easier to use. With this feature, zbus aligns with the other Zephyr subsystems' heap memory allocation approach. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>