Home
last modified time | relevance | path

Searched full:option (Results 1 – 25 of 1632) sorted by relevance

12345678910>>...66

/Zephyr-latest/doc/services/portability/posix/kconfig/
Dindex.rst9 * :kconfig:option:`CONFIG_DYNAMIC_THREAD`
10 * :kconfig:option:`CONFIG_DYNAMIC_THREAD_POOL_SIZE`
11 * :kconfig:option:`CONFIG_EVENTFD`
12 * :kconfig:option:`CONFIG_FDTABLE`
13 * :kconfig:option:`CONFIG_GETOPT_LONG`
14 * :kconfig:option:`CONFIG_MAX_PTHREAD_SPINLOCK_COUNT`
15 * :kconfig:option:`CONFIG_MQUEUE_NAMELEN_MAX`
16 * :kconfig:option:`CONFIG_POSIX_MQ_OPEN_MAX`
17 * :kconfig:option:`CONFIG_MSG_SIZE_MAX`
18 * :kconfig:option:`CONFIG_NET_SOCKETPAIR`
[all …]
/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake3 option(ECLAIR_RULESET_FIRST_ANALYSIS "A tiny selection of the projects coding guideline rules to
6 option(ECLAIR_RULESET_STU "Selection of the projects coding guidelines, which can be verified
9 option(ECLAIR_RULESET_STU_HEAVY "Selection of complex STU project coding guidelines that
11 option(ECLAIR_RULESET_WP "All whole program project coding guidelines ('system' in MISRA's
13 option(ECLAIR_RULESET_STD_LIB "Project coding guidelines about the C Standard Library" OFF)
14 option(ECLAIR_RULESET_USER "User defined ruleset" OFF)
16 option(ECLAIR_METRICS_TAB "Metrics in a spreadsheet format" OFF)
17 option(ECLAIR_REPORTS_TAB "Findings in a spreadsheet format" OFF)
18 option(ECLAIR_REPORTS_SARIF "Findings in sarif JSON format" ON)
19 option(ECLAIR_SUMMARY_TXT "Plain textual summary format" OFF)
[all …]
/Zephyr-latest/lib/posix/options/
DKconfig.deprecated14 This option is deprecated.
23 This option is deprecated.
32 This option is deprecated.
41 This option is deprecated.
50 This option is deprecated.
59 This option is deprecated.
68 This option is deprecated.
81 This option is deprecated.
90 This option is deprecated.
99 This option is deprecated.
[all …]
/Zephyr-latest/doc/_extensions/zephyr/domain/templates/
Dboard-catalog.html19 <option value="" disabled selected>Select an architecture</option>
20 <option value="nios2">Altera Nios II</option>
21 <option value="arm">ARM</option>
22 <option value="arm64">ARM 64</option>
23 <option value="mips">MIPS</option>
24 <option value="posix">POSIX</option>
25 <option value="riscv">RISC-V</option>
26 <option value="sparc">SPARC</option>
27 <option value="arc">Synopsys DesignWare ARC</option>
28 <option value="x86">x86</option>
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py61 if config.option.west_flash_extra_args:
62 … west_flash_extra_args = [w.strip() for w in config.option.west_flash_extra_args.split(',')]
64 if config.option.runner_params:
65 runner_params = [w.strip() for w in config.option.runner_params]
67 type=config.option.device_type,
68 build_dir=_cast_to_path(config.option.build_dir),
69 base_timeout=config.option.base_timeout,
70 flash_timeout=config.option.flash_timeout,
71 platform=config.option.platform,
72 serial=config.option.device_serial,
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_config.rst21 :header: "Option name", "Description"
24 ":kconfig:option:`CONFIG_NET_CONFIG_SETTINGS`", "This option controls whether the
27 do all the network related configuration itself. If this option is set,
33 ":kconfig:option:`CONFIG_NET_CONFIG_AUTO_INIT`", "The networking system is
35 ":kconfig:option:`CONFIG_NET_CONFIG_INIT_TIMEOUT`", "This tells how long to wait for
39 ":kconfig:option:`CONFIG_NET_CONFIG_NEED_IPV4`", "The network application needs IPv4
40 support to function properly. This option makes sure the network application
42 If :kconfig:option:`CONFIG_NET_IPV4` is not enabled, then setting this option will
44 ":kconfig:option:`CONFIG_NET_CONFIG_NEED_IPV6`", "The network application needs IPv6
45 support to function properly. This option makes sure the network application
[all …]
Dnet_stats.rst13 Network statistics are collected if :kconfig:option:`CONFIG_NET_STATISTICS` is set.
19 can be controlled by :kconfig:option:`CONFIG_NET_STATISTICS_PER_INTERFACE` option.
21 The :kconfig:option:`CONFIG_NET_STATISTICS_USER_API` option can be set if the
26 The :kconfig:option:`CONFIG_NET_STATISTICS_ETHERNET` option can be set to collect
28 :kconfig:option:`CONFIG_NET_STATISTICS_ETHERNET_VENDOR` option is set, then
32 If the :kconfig:option:`CONFIG_NET_SHELL` option is set, then network shell can
Dnet_shell.rst19 :kconfig:option:`CONFIG_NET_DEBUG_NET_PKT_ALLOC` is set."
21 :kconfig:option:`CONFIG_NET_ARP` is set in IPv4 enabled networks."
26 resolve a DNS name. Only available if :kconfig:option:`CONFIG_DNS_RESOLVER` is set."
28 :kconfig:option:`CONFIG_NET_MGMT_EVENT_MONITOR` is set."
30 :kconfig:option:`CONFIG_NET_GPTP` is set."
33 Only available if :kconfig:option:`CONFIG_NET_IPV6` is set."
35 print more information if :kconfig:option:`CONFIG_NET_BUF_POOL_USAGE` is set."
37 :kconfig:option:`CONFIG_NET_IPV6` is set."
40 :kconfig:option:`CONFIG_NET_ROUTE` is set."
42 :kconfig:option:`CONFIG_NET_SOCKETS_OBJ_CORE` and :kconfig:option:`CONFIG_OBJ_CORE`
[all …]
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.h21 char *optarg; /* argument associated with option */
23 char *place; /* option letter processing */
41 struct option { struct
42 /* name of long option */
46 * whether option takes an argument argument
49 /* if not NULL, set *flag to val when option found */ argument
72 * @param[in] options String containing the legitimate option characters. argument
76 * which is set to the index of the long option relative
79 * @return If an option was successfully found, function returns
80 * the option character.
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst25 perform a full erase, pass the ``--erase`` option when executing ``west flash``.
34 protection. With this change, :kconfig:option:`CONFIG_STACK_CANARIES` no longer enables the
35 compiler option ``-fstack-protector-all``. Users who wish to use this option must now enable
36 :kconfig:option:`CONFIG_STACK_CANARIES_ALL`.
53 The :kconfig:option:`CONFIG_INPUT_CAP1203_POLL` has been removed:
56 The :kconfig:option:`CONFIG_INPUT_CAP1203_PERIOD` has been replaced with
63 * ``CONFIG_SOC_SERIES_RP2XXX`` is renamed to :kconfig:option:`CONFIG_SOC_SERIES_RP2040`.
78 * If a platform has a CSPRNG source available (i.e. :kconfig:option:`CONFIG_CSPRNG_ENABLED`
79 is set), then the Kconfig option :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG`
81 :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_LEGACY_RNG`. This helps in reducing
[all …]
/Zephyr-latest/doc/connectivity/lora_lorawan/
Dindex.rst43 * :kconfig:option:`CONFIG_LORA`
45 * :kconfig:option:`CONFIG_LORA_SHELL`
47 * :kconfig:option:`CONFIG_LORA_INIT_PRIORITY`
55 * :kconfig:option:`CONFIG_LORAWAN`
57 * :kconfig:option:`CONFIG_LORAWAN_SYSTEM_MAX_RX_ERROR`
59 * :kconfig:option:`CONFIG_LORAMAC_REGION_AS923`
61 * :kconfig:option:`CONFIG_LORAMAC_REGION_AU915`
63 * :kconfig:option:`CONFIG_LORAMAC_REGION_CN470`
65 * :kconfig:option:`CONFIG_LORAMAC_REGION_CN779`
67 * :kconfig:option:`CONFIG_LORAMAC_REGION_EU433`
[all …]
/Zephyr-latest/doc/hardware/cache/
Dindex.rst12 * :kconfig:option:`CONFIG_CPU_HAS_DCACHE` /
13 :kconfig:option:`CONFIG_CPU_HAS_ICACHE`: these hidden options should be
22 * :kconfig:option:`CONFIG_DCACHE` / :kconfig:option:`CONFIG_ICACHE`: these
33 :kconfig:option:`CONFIG_DCACHE` symbol and use some HAL exported function in
36 * :kconfig:option:`CONFIG_CACHE_MANAGEMENT`: this option must be selected when
40 When this option is enabled we assume that all the cache functions are
44 * :kconfig:option:`CONFIG_MEM_ATTR`: this option allows the user to
48 * :kconfig:option:`CONFIG_NOCACHE_MEMORY`: this option allows the user to
53 * :kconfig:option:`CONFIG_ARCH_CACHE`/:kconfig:option:`CONFIG_EXTERNAL_CACHE`:
54 mutually exclusive options for :kconfig:option:`CACHE_TYPE` used to define
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.tbs18 This option enables support for Telephone Bearer Service. By default this only
63 This option enables support for the GTBS-oriented Call Control client.
69 This option enables support for the TBS-oriented Call Control client.
97 This option disables all optional procedures in the TBS Client.
103 This option enables support for reading Bearer Provider Name.
109 This option enables support for reading Bearer UCI.
115 This option enables support for reading Bearer Technology.
121 This option enables support for reading Bearer URI Schemes Supported
128 This option enables support for reading Bearer Signal Strength.
134 This option enables support for reading Bearer Signal Strength
[all …]
DKconfig.pacs13 This option enables support for Sink Published Audio Capabilities.
19 This option enables support for clients to be notified on the Sink
26 This option enables support for Sink PAC Location Characteristic.
32 This option enables support for clients to write to the Sink PAC
39 This option enables support for clients to be notified on the Sink
47 This option enables support for Source Published Audio Capabilities.
54 This option enables support for clients to be notified on the Source
61 This option enables support for Source PAC Location Characteristic.
67 This option enables support for clients to write to the Source PAC
74 This option enables support for clients to be notified on the Source
[all …]
DKconfig.mcs17 This option enables support for the Media Control Service.
26 This option enables support for the Media Control Client.
71 Use this option to configure support in the Media Control Client for
119 This option enables shell support for the Media Control Client.
124 This option disables all optional procedures in the Media Control Client.
130 This option enables support for Read Media Information procedure
137 This option enables support for reading Track Title.
143 This option enables support for the subscription of Track Title.
149 This option enables support for reading Track Duration.
155 This option enables support for reading Track Position.
[all …]
/Zephyr-latest/doc/hardware/emulator/
Dindex.rst37 * Main Kconfig option: :kconfig:option:`CONFIG_ADC_EMUL`
42 * Main Kconfig option: :kconfig:option:`CONFIG_DMA_EMUL`
47 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_EMULATOR`
54 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_SIMULATOR`
67 * Main Kconfig option: :kconfig:option:`CONFIG_FLASH_SIMULATOR`
74 * Main Kconfig option: :kconfig:option:`CONFIG_GPIO_EMUL`
79 * Main Kconfig option: :kconfig:option:`CONFIG_I2C_EMUL`
84 * Main Kconfig option: :kconfig:option:`CONFIG_RTC_EMUL`
89 * Main Kconfig option: :kconfig:option:`CONFIG_SPI_EMUL`
94 * Main Kconfig option: :kconfig:option:`CONFIG_MSPI_EMUL`
[all …]
/Zephyr-latest/kernel/
DKconfig.obj_core8 This option enables the object core framework. This will link
19 When enabled, this option integrates condition variables into the
26 When enabled, this option integrate kernel events into the object
33 When enabled, this option integrates FIFOs into the object core
40 When enabled, this option integrates LIFOs into the object core
47 When enabled, this option integrates mailboxes into the object core
54 When enabled, this option integrates memory slabs into the object
61 When enabled, this option integrates mutexes into the object core
68 When enabled, this option integrates message queues into the object
75 When enabled, this option integrates semaphores into the object core
[all …]
/Zephyr-latest/doc/services/portability/posix/conformance/
Dindex.rst38 …:ref:`_POSIX_ASYNCHRONOUS_IO<posix_option_asynchronous_io>`, 200809L, :kconfig:option:`CONFIG_POSI…
39 …:ref:`_POSIX_BARRIERS<posix_option_group_barriers>`, 200809L, :kconfig:option:`CONFIG_POSIX_BARRIE…
40 …:ref:`_POSIX_CLOCK_SELECTION<posix_option_group_clock_selection>`, 200809L, :kconfig:option:`CONFI…
41 …:ref:`_POSIX_MAPPED_FILES<posix_option_group_mapped_files>`, 200809L, :kconfig:option:`CONFIG_POSI…
42 …:ref:`_POSIX_MEMORY_PROTECTION<posix_option_group_memory_protection>`, 200809L, :kconfig:option:`C…
43 …:ref:`_POSIX_READER_WRITER_LOCKS<posix_option_reader_writer_locks>`, 200809L, :kconfig:option:`CON…
44 …:ref:`_POSIX_REALTIME_SIGNALS<posix_option_group_realtime_signals>`, -1, :kconfig:option:`CONFIG_P…
45 …:ref:`_POSIX_SEMAPHORES<posix_option_group_semaphores>`, 200809L, :kconfig:option:`CONFIG_POSIX_SE…
46 …:ref:`_POSIX_SPIN_LOCKS<posix_option_group_spin_locks>`, 200809L, :kconfig:option:`CONFIG_POSIX_SP…
47 …:ref:`_POSIX_THREAD_SAFE_FUNCTIONS<posix_option_thread_safe_functions>`, -1, :kconfig:option:`CONF…
[all …]
/Zephyr-latest/modules/
DKconfig.tinycrypt14 This option enables the TinyCrypt cryptography library.
20 This option enables support for the pseudo-random number
26 This option enables support for SHA-256
33 This option enables support for HMAC using SHA-256
40 This option enables support for pseudo-random number
46 This option enables support for the Elliptic curve
55 This option enables support for the Elliptic Curve Digital
64 This option enables support for AES-128 decrypt and encrypt.
70 This option enables support for AES-128 block cipher mode.
76 This option enables support for AES-128 counter mode.
[all …]
/Zephyr-latest/doc/services/portability/posix/aep/
Dindex.rst45 _POSIX_AEP_REALTIME_MINIMAL, -1, :kconfig:option:`CONFIG_POSIX_AEP_REALTIME_MINIMAL`
47 .. csv-table:: PSE51 Option Groups
53 …:ref:`POSIX_DEVICE_IO <posix_option_group_device_io>`, yes, :kconfig:option:`CONFIG_POSIX_DEVICE_I…
54 …:ref:`POSIX_SIGNALS <posix_option_group_signals>`, yes, :kconfig:option:`CONFIG_POSIX_SIGNALS` :re…
55 …:ref:`POSIX_SINGLE_PROCESS <posix_option_group_single_process>`, yes, :kconfig:option:`CONFIG_POSI…
56 …:ref:`XSI_THREADS_EXT <posix_option_group_xsi_threads_ext>`, yes, :kconfig:option:`CONFIG_XSI_THRE…
58 .. csv-table:: PSE51 Option Requirements
62 :ref:`_POSIX_FSYNC <posix_option_fsync>`, 200809L, :kconfig:option:`CONFIG_POSIX_FSYNC`
63 …:ref:`_POSIX_MEMLOCK <posix_option_memlock>`, 200809L, :kconfig:option:`CONFIG_POSIX_MEMLOCK` :ref…
64 …:ref:`_POSIX_MEMLOCK_RANGE <posix_option_memlock_range>`, 200809L, :kconfig:option:`CONFIG_POSIX_M…
[all …]
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1 POSIX Option and Option Group Details
6 POSIX Option Groups
14 Enable this option group with :kconfig:option:`CONFIG_POSIX_BARRIERS`.
31 The ``POSIX_C_LANG_JUMP`` Option Group is included in the ISO C standard.
35 ``POSIX_C_LANG_JUMP`` Option Group is considered supported.
49 The ``POSIX_C_LANG_MATH`` Option Group is included in the ISO C standard.
53 ``POSIX_C_LANG_MATH`` Option Group is considered supported.
55 Please refer to `Subprofiling Considerations`_ for details on the ``POSIX_C_LANG_MATH`` Option
63 The POSIX_C_LANG_SUPPORT option group contains the general ISO C Library.
67 ``POSIX_C_LANG_SUPPORT`` Option Group is considered supported.
[all …]
/Zephyr-latest/modules/cmsis-dsp/
DKconfig10 This option enables the CMSIS-DSP library.
18 This option enables the Basic Math Functions, which support the
41 This option enables the Complex Math Functions, which support the
54 This option enables the Controller Functions, which support the
72 This option enables the Fast Math Functions, which support the
86 This option enables the Filtering Functions, which support the
111 This option enables the Interpolation Functions, which support the
121 This option enables the Matrix Functions, which support the following
139 This option enables the Quaternion Math Functions, which support the
154 This option enables the Statistics Functions, which support the
[all …]
/Zephyr-latest/arch/arm/core/
DKconfig.vfp16 This option signifies the support for a Vectored Floating-Point (VFP)
23 This option signifies the support for a NEON (Advanced SIMD) coprocessor.
34 This option signifies the use of a VFP floating-point coprocessor
45 This option signifies the use of a VFP floating-point coprocessor
57 This option signifies the use of a VFP floating-point coprocessor
68 This option signifies the use of a VFP floating-point coprocessor
80 This option signifies the use of a VFP floating-point coprocessor
93 This option signifies the use of a VFP floating-point coprocessor
107 This option signifies the use of a VFP floating-point coprocessor
121 This option signifies the use of a VFP floating-point coprocessor
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst24 :kconfig:option:`CONFIG_BT_MESH_LOW_POWER` option and related configuration options.
27 the :kconfig:option:`CONFIG_LOG_MODE_DEFERRED` option. Log modes other than the
30 limitation applies for the :kconfig:option:`CONFIG_BT_MESH_FRIEND` option.
43 :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` can be used. This option postpones
46 This option, however, doesn't completely solve the issue as the node may
53 Setting :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` to -1 allows to completely
59 Finding the right balance between :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` and
65 Failing to enable :kconfig:option:`CONFIG_BT_SETTINGS`, or setting
66 :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` to -1 and not storing
79 is defined by the :kconfig:option:`CONFIG_BT_MESH_STORE_TIMEOUT` option. Once
[all …]
/Zephyr-latest/soc/snps/emsdp/
DCMakeLists.txt5 zephyr_compile_options(-mmpy-option=3 -mno-div-rem)
7 zephyr_compile_options(-mmpy-option=3 -mno-div-rem)
9 zephyr_compile_options(-mmpy-option=6)
11 zephyr_compile_options(-mmpy-option=6)
13 zephyr_compile_options(-mmpy-option=6)
15 zephyr_compile_options(-mmpy-option=6)
18 zephyr_compile_options(-mmpy-option=6)

12345678910>>...66