Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 1392) sorted by relevance

12345678910>>...56

/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/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 …]
Dplugin.py149 if not config.option.build_dir:
151 if not os.path.isdir(config.option.build_dir):
153 if not config.option.device_type:
159 config.option.build_dir = _normalize_path(config.option.build_dir)
160 config.option.pre_script = _normalize_path(config.option.pre_script)
161 config.option.post_script = _normalize_path(config.option.post_script)
162 config.option.post_flash_script = _normalize_path(config.option.post_flash_script)
/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/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/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/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)
/Zephyr-latest/doc/connectivity/networking/api/
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_config.rst24 ":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
47 If :kconfig:option:`CONFIG_NET_IPV6` is not enabled, then setting this option will
[all …]
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/doc/services/portability/posix/option_groups/
Dindex.rst14 Enable this option group with :kconfig:option:`CONFIG_POSIX_BARRIERS`.
63 The POSIX_C_LANG_SUPPORT option group contains the general ISO C Library.
80 Enable this option group with :kconfig:option:`CONFIG_POSIX_C_LIB_EXT`.
107 Enable this option group with :kconfig:option:`CONFIG_POSIX_CLOCK_SELECTION`.
122 Enable this option group with :kconfig:option:`CONFIG_POSIX_DEVICE_IO`.
187 Enable this option group with :kconfig:option:`CONFIG_POSIX_FD_MGMT`.
228 Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`.
266 Enable this option with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM_R`.
279 Enable this option group with :kconfig:option:`CONFIG_POSIX_MAPPED_FILES`.
294 Enable this option group with :kconfig:option:`CONFIG_POSIX_MEMORY_PROTECTION`.
[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/services/portability/posix/aep/
Dindex.rst45 _POSIX_AEP_REALTIME_MINIMAL, -1, :kconfig:option:`CONFIG_POSIX_AEP_REALTIME_MINIMAL`
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…
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…
65 …:ref:`_POSIX_MONOTONIC_CLOCK <posix_option_monotonic_clock>`, 200809L, :kconfig:option:`CONFIG_POS…
66 …:ref:`_POSIX_SHARED_MEMORY_OBJECTS <posix_shared_memory_objects>`, 200809L, :kconfig:option:`CONFI…
[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/snippets/nus-console/
DREADME.rst21 - :kconfig:option:`CONFIG_BT`
22 - :kconfig:option:`CONFIG_BT_PERIPHERAL`
23 - :kconfig:option:`CONFIG_BT_ZEPHYR_NUS`
24 - :kconfig:option:`CONFIG_SERIAL`
25 - :kconfig:option:`CONFIG_CONSOLE`
26 - :kconfig:option:`CONFIG_UART_CONSOLE`
/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/arch/riscv/core/
Dpmp.S46 .option push
47 .option norvc
56 .option pop
75 .option push
76 .option norvc
85 .option pop
98 .option push
99 .option norvc
105 .option pop
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c33 int nsi_cmd_is_option(const char *arg, const char *option, int with_value) in nsi_cmd_is_option() argument
36 size_t to_match_len = strlen(option); in nsi_cmd_is_option()
46 if (strcmp(&arg[of], option) != 0) { in nsi_cmd_is_option()
53 while (!(arg[of] == 0 && *option == 0)) { in nsi_cmd_is_option()
54 if (*option == 0) { in nsi_cmd_is_option()
61 if (arg[of] != *option) { in nsi_cmd_is_option()
65 option++; in nsi_cmd_is_option()
123 const char *option) in nsi_cmd_read_option_value() argument
178 option, str); in nsi_cmd_read_option_value()
189 while (args_struct[count].option != NULL) { in nsi_cmd_args_set_defaults()
[all …]
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.c31 int cmd_is_option(const char *arg, const char *option, int with_value) in cmd_is_option() argument
34 size_t to_match_len = strlen(option); in cmd_is_option()
44 if (strcmp(&arg[of], option) != 0) { in cmd_is_option()
51 while (!(arg[of] == 0 && *option == 0)) { in cmd_is_option()
52 if (*option == 0) { in cmd_is_option()
59 if (arg[of] != *option) { in cmd_is_option()
63 option++; in cmd_is_option()
121 const char *option) in cmd_read_option_value() argument
176 option, str); in cmd_read_option_value()
187 while (args_struct[count].option != NULL) { in cmd_args_set_defaults()
[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/include/zephyr/net/
Ddhcpv4.h114 uint8_t option; member
137 uint8_t option, in net_dhcpv4_init_option_callback() argument
146 callback->option = option; in net_dhcpv4_init_option_callback()
176 net_dhcpv4_option_callback_handler_t handler, uint8_t option, in net_dhcpv4_init_option_vendor_callback() argument
184 callback->option = option; in net_dhcpv4_init_option_vendor_callback()
/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/doc/develop/optimizations/
Dfootprint.rst14 :kconfig:option:`CONFIG_ISR_STACK_SIZE`
17 :kconfig:option:`CONFIG_MAIN_STACK_SIZE`
20 :kconfig:option:`CONFIG_IDLE_STACK_SIZE`
23 :kconfig:option:`CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE`
26 :kconfig:option:`CONFIG_PRIVILEGED_STACK_SIZE`
46 :kconfig:option:`CONFIG_BOOT_BANNER`
47 This option can be disabled to save a few bytes.
49 :kconfig:option:`CONFIG_DEBUG`
50 This option can be disabled for production builds
/Zephyr-latest/boards/native/nrf_bsim/
Dargparse.c43 .option = "cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testid", in nrfbsim_register_args()
52 .option = "cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testslist", in nrfbsim_register_args()
59 .option = "testid", in nrfbsim_register_args()
68 .option = "testslist", in nrfbsim_register_args()
75 .option = "cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_autostart", in nrfbsim_register_args()
/Zephyr-latest/subsys/bluetooth/audio/
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 …]

12345678910>>...56