Home
last modified time | relevance | path

Searched full:extra (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/Zephyr-latest/subsys/net/lib/shell/
Dnet_shell.c133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str() argument
137 if (extra) { in iface2str()
138 *extra = "============="; in iface2str()
150 if (extra) { in iface2str()
151 *extra = "===="; in iface2str()
157 if (extra) { in iface2str()
158 *extra = "========"; in iface2str()
167 if (extra) { in iface2str()
168 *extra = "======="; in iface2str()
177 if (extra) { in iface2str()
[all …]
/Zephyr-latest/boards/native/common/extra_args/
DKconfig6 string "Extra command line arguments"
8 Extra command line options/arguments which will be handled like if they were passed to the
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_psram.overlay30 extra-byte-enable;
31 extra-byte = <0x0>;
39 rx-extra-mode = "quad-spi";
/Zephyr-latest/soc/openisa/rv32m1/
Dsoc_context.h8 * Extra definitions required for CONFIG_RISCV_SOC_CONTEXT_SAVE.
16 /* Extra state for RI5CY hardware loop registers. */
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/
Drun_test_shall_not_pipeline_variant_rx_tx_prio_invert.sh23 # a bit to ensure the LL has time to transport any extra
25 # - Tester verifies there is no such extra request while it's
26 # delaying the response. Detecting an extra request proves a
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,smartbond-nor-psram.yaml138 (at the cost of extra cycles required for re-sending the instruction,
155 extra-byte-enable:
158 If present, the extra byte will be sent after the dummy bytes, if any.
162 extra-byte:
165 Extra byte to be sent, if extra-byte-enable is present.
215 rx-extra-mode:
222 Describes the mode of SPI bus during the extra byte phase for single/burst
/Zephyr-latest/subsys/debug/gdbstub/
DKconfig40 bool "GDB backend extra logging"
42 Enable extra debug logging for the GDB backend, including
/Zephyr-latest/soc/espressif/esp32/
DKconfig35 int "Extra delay in deep sleep wake stub (in us)"
43 without any extra delay, this time is approximately 900us, although
46 By default extra delay is set to 2000us. When optimizing startup time
/Zephyr-latest/dts/bindings/led_strip/
Dworldsemi,ws2812-i2s.yaml35 extra-wait-time:
38 description: Extra microseconds to wait for the driver to flush its I2S queue.
/Zephyr-latest/subsys/testsuite/ztest/unittest/include/zephyr/arch/
Dcpu.h18 /* C++ does not allow empty structs, add an extra 1 byte */
27 /* C++ does not allow empty structs, add an extra 1 byte */
/Zephyr-latest/tests/posix/eventfd/
DKconfig29 bool "Add extra assertions into the hot path"
32 as possible on the hot path. Say 'y' here to add extra assertions
/Zephyr-latest/arch/posix/
DCMakeLists.txt11 # Extra compile options to be used during the build of the runner files
14 # Extra link options to be passed during the *final* link of the runner
18 # Extra sources to be built in the native simulator runner context
23 # Extra libraries to link with the runner
26 # Extra options to be passed to objcopy when localizing each Zephyr MCU image symbols
31 # target_link_libraries() updates INTERFACE_LINK_LIBRARIES but wrapping it with extra
/Zephyr-latest/tests/cmake/overlays/var_expansions/my_extra_module/zephyr/
Dmy_extra_module-overlay.conf1 # extra-overlay-empty.conf
/Zephyr-latest/tests/benchmarks/latency_measure/
Dprj.userspace.conf1 # Extra configuration file to enable userspace support
Dprj.canaries.conf1 # Extra configuration file to enable stack canary support
Dprj.objcore.conf1 # Extra configuration file to enable object core and statistics support
/Zephyr-latest/tests/benchmarks/sched_queues/
Dprj.verbose.conf1 # Extra configuration file to enable verbose reporting
/Zephyr-latest/tests/benchmarks/wait_queues/
Dprj.verbose.conf1 # Extra configuration file to enable verbose reporting
/Zephyr-latest/scripts/schemas/
Dbuild-schema.yml47 extra-user-files:
70 extra-user-files:
/Zephyr-latest/scripts/
Dtwister39 extra_args: <list of extra arguments>
40 Extra cache entries to pass to CMake when building or running the
43 extra_configs: <list of extra configurations>
44 Extra configuration options to be merged with a master prj.conf
96 extra_sections: <list of extra binary sections>
98 extra, unexpected sections in the Zephyr binary unless they are named
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py37 # Python doesn't support %ll for integer specifiers, so remove extra 'l'
43 # Python doesn't support %hh for integer specifiers, so remove extra 'h'
/Zephyr-latest/samples/sysbuild/with_mcuboot/
DREADME.rst10 It showcases how the sample can adjust the configuration of extra image by
25 The :file:`sysbuild/mcuboot.conf` file will be used as an extra fragment that
/Zephyr-latest/tests/benchmarks/latency_measure/boards/
Dmec1501modular_assy6885.conf4 # This board has an extra option to control PM, so need to
Dmec15xxevb_assy6853.conf4 # This board has an extra option to control PM, so need to
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/
Dtestcase.yaml18 EXTRA_CONF_FILE=rx_tx_prio_invert.extra.conf

12345678910>>...22