Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg_srv.rst11 The Configuration Server model is mandatory on all Bluetooth Mesh nodes, and
Daccess.rst183 is mandatory for all mesh devices. It contains the element and model composition,
190 and is mandatory for all mesh devices. A model may extend and/or correspond to one
205 Composition Data Page 2 is only mandatory for devices that claim support for one or more
/Zephyr-latest/include/zephyr/shell/
Dshell.h112 uint8_t mandatory; /*!< Number of mandatory arguments. */ member
253 mandatory, optional) \ argument
255 SHELL_CMD_ARG(syntax, subcmd, help, handler, mandatory, optional); \
284 mandatory, optional) \ argument
289 mandatory, optional) \
516 .args = { .mandatory = _mand, .optional = _opt} \
/Zephyr-latest/subsys/logging/
DKconfig.template.log_config_inherit7 # The following arguments are mandatory:
/Zephyr-latest/soc/openisa/rv32m1/
Dvector_table.ld9 * Respect for CONFIG_ROM_START_OFFSET is mandatory
/Zephyr-latest/cmake/
Dpristine.cmake10 mandatory arguments:
/Zephyr-latest/subsys/llext/
Dshell.c93 entry->args.mandatory = 0; in llext_name_get()
102 entry->args.mandatory = 1; in llext_name_arg_get()
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/
Dcyclonev_socdk.dts82 /* Configuring Zephyr mandatory devices */
/Zephyr-latest/doc/contribute/
Dindex.rst25 This page is a mandatory read for first-time contributors as it contains important information on
30 This document is another mandatory read that describes the expected behavior of *all*
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp52 master Key. This is a mandatory key when secure channel is enabled.
/Zephyr-latest/doc/develop/manifest/
Dindex.rst53 recommended ways to do this while still inheriting the mandatory modules from
/Zephyr-latest/doc/hardware/peripherals/
Drtc.rst81 By default, only the mandatory setting and getting of time is enabled
92 only the mandatory features, the following command can be used for
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst21 While this sample uses extended advertising, it is **not** mandatory when using
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst58 DEBUG: #: Write memory at address with mandatory width and value:
/Zephyr-latest/lib/posix/options/
DKconfig.timer78 Enable mandatory timeouts for some blocking operations.
DKconfig.profile58 Option Groups to facilitate device I/O, signals, mandatory configuration utilities, and
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst46 A ``<VENDOR>`` subdirectory is mandatory if contributing your SoC
74 The mandatory files are:
212 There is one mandatory Kconfig file in the SoC directory, and two optional
/Zephyr-latest/samples/drivers/video/capture/
DREADME.rst16 This sample needs a video capture device (e.g. a camera) but it is not mandatory.
/Zephyr-latest/cmake/modules/
DFindTargetTools.cmake38 # CMAKE_SYSTEM_NAME : this one is mandatory, it is the name of the target
/Zephyr-latest/dts/arm/ti/
Dcc13xx_cc26xx.dtsi204 status = "okay"; /* the system clock timer is mandatory */
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst14 Samples are recommended when submitting new features; however, they are not mandatory.
/Zephyr-latest/doc/services/portability/posix/conformance/
Dindex.rst25 .. TODO: POSIX_ASYNCHRONOUS_IO, and other interfaces below, are mandatory. That means that a
/Zephyr-latest/subsys/shell/
Dshell_cmds.c449 return (entry->args.mandatory == 1) && (entry->args.optional == 0); in no_args()
Dshell.c540 if (sh->ctx->active_cmd.args.mandatory) { in exec_cmd()
541 uint32_t mand = sh->ctx->active_cmd.args.mandatory; in exec_cmd()
586 *args_left = entry->args.mandatory - 1; in active_cmd_prepare()
/Zephyr-latest/modules/hostap/
DKconfig29 # 30K is mandatory, but might need more for long duration use cases
96 # Hidden as these are mandatory for WFA certification

123