/Zephyr-latest/doc/services/portability/posix/kconfig/ |
D | index.rst | 9 * :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/ |
D | twister_harness_config.py | 61 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 …]
|
D | plugin.py | 149 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/ |
D | sca_options.cmake | 3 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/services/portability/posix/conformance/ |
D | index.rst | 38 …: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/doc/connectivity/lora_lorawan/ |
D | index.rst | 43 * :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/soc/snps/emsdp/ |
D | CMakeLists.txt | 5 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/ |
D | net_stats.rst | 13 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
|
D | net_config.rst | 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 47 If :kconfig:option:`CONFIG_NET_IPV6` is not enabled, then setting this option will [all …]
|
D | net_shell.rst | 19 :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/ |
D | index.rst | 14 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/doc/services/portability/posix/aep/ |
D | index.rst | 45 _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 …_MEMORY_OBJECTS <posix_option_shared_memory_objects>`, 200809L, :kconfig:option:`CONFIG_POSIX_SHAR… [all …]
|
/Zephyr-latest/snippets/nus-console/ |
D | README.rst | 21 - :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/ |
D | index.rst | 37 * 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/ |
D | pmp.S | 46 .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/ |
D | nsi_cmdline_common.c | 33 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/tests/subsys/llext/src/ |
D | riscv_edge_case_cb_type_trigger.S | 29 .option push 30 .option rvc 67 .option pop 79 .option push 80 .option rvc 114 .option pop
|
/Zephyr-latest/modules/ |
D | Kconfig.tinycrypt | 14 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/ |
D | dhcpv4.h | 114 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/ |
D | index.rst | 12 * :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/ |
D | footprint.rst | 14 :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 enabled for debug builds.
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | argparse.c | 43 .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/ |
D | Kconfig.pacs | 15 This option enables support for Sink Published Audio Capabilities. 21 This option enables support for clients to be notified on the Sink 28 This option enables support for Sink PAC Location Characteristic. 34 This option enables support for clients to write to the Sink PAC 41 This option enables support for clients to be notified on the Sink 50 This option enables support for Source Published Audio Capabilities. 57 This option enables support for clients to be notified on the Source 64 This option enables support for Source PAC Location Characteristic. 70 This option enables support for clients to write to the Source PAC 77 This option enables support for clients to be notified on the Source [all …]
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 12 This option enables the CMSIS-NN library. 19 This option enables the NN libraries for the activation layers 26 This option enables the NN libraries for the basic maths operations. 32 This option enables the NN libraries for the concatenation layers. 57 This option enables pooling layers, including max pooling, 63 This option enables the NN libraries for the reshape layers. 68 This option enables the NN libraries for the softmax layers (exp2 based). 74 This option enabled the NN libraries for Single Value Decomposition Filter layers. 79 This option enables the NN libraries for Long Short-Term Memory. 84 This option enables the NN libraries for the pad layers. [all …]
|
/Zephyr-latest/kernel/ |
D | Kconfig.obj_core | 8 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 …]
|