Lines Matching +full:feature +full:- +full:specific
4 This page documents design goals for the snippets feature.
7 .. _Issue #51834: https://github.com/zephyrproject-rtos/zephyr/issues/51834
9 - **extensible**: for example, it is possible to add board support for an
10 existing built-in snippet without modifying the zephyr repository
12 - **composable**: it is possible to use multiple snippets at once, for example
15 .. code-block:: console
17 west build -S <snippet1> -S <snippet2> ...
19 - **able to combine multiple types of configuration**: snippets make it possible
23 - **specializable**: for example, it is possible to customize a snippet's
26 - **future-proof and backwards-compatible**: arbitrary future changes to the
27 snippets feature will be possible without breaking backwards compatibility
30 - **applicable to purely "software" changes**: unlike the shields feature,
34 - **DRY** (don't repeat yourself): snippets allow you to skip unnecessary
35 repetition; for example, you can apply the same board-specific configuration