mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 05:42:43 +00:00
This convenience macro wraps Z_DECL_ALIGN() and __in_section() to simplify static definitions of structure instances gathered in dedicated sections. Most of the time those go together, and the section name is already closely related to the struct type, so abstracting things behind a simpler interface reduces probability of mistakes and makes the code clearer. A few input section names have been adjusted accordingly. Signed-off-by: Nicolas Pitre <npitre@baylibre.com> |
||
---|---|---|
.. | ||
common | ||
controller | ||
host | ||
services | ||
shell | ||
CMakeLists.txt | ||
Kconfig |