:orphan: .. title:: CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT .. option:: CONFIG_CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT *Validate alignment of a static package buffer* Type: ``bool`` Help ==== .. code-block:: none When enabled, CBPRINTF_STATIC_PACKAGE asserts when buffer is not properly aligned. If macro is widely used then assert may impact memory footprint. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/os/Kconfig.cbprintf:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:10`` → ``/os/Kconfig:86`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig config CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT bool "Validate alignment of a static package buffer" help When enabled, CBPRINTF_STATIC_PACKAGE asserts when buffer is not properly aligned. If macro is widely used then assert may impact memory footprint. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*