Home
last modified time | relevance | path

Searched refs:targets (Results 51 – 75 of 203) sorted by relevance

123456789

/Zephyr-latest/samples/net/prometheus/
DREADME.rst76 - targets: ['your_server_ip:your_server_port']
89 being scraped by checking the Prometheus targets page or querying Prometheus for
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt30 targets.
43 targets with support for user space.
/Zephyr-latest/tests/arch/arm/arm_runtime_nmi/
DREADME.txt6 ARM Cortex-M targets.
/Zephyr-latest/boards/native/native_posix/doc/
Dindex.rst83 Just like :ref:`native_sim<native_sim>`, ``native_posix`` comes with two targets:
88 This mimics the ABI of most embedded systems Zephyr targets,
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapijson.py366 cfgDir.targets = []
368 cfgDir.targets.append(cfg.configTargets[targetIndex])
386 cfgPrj.targets = []
388 cfgPrj.targets.append(cfg.configTargets[targetIndex])
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h215 struct bt_mesh_dfu_target targets[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX]; member
Dblob_cli.h108 sys_slist_t targets; member
/Zephyr-latest/arch/common/
DKconfig7 bool "Semihosting support for ARM and RISC-V targets"
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt5 This test is only for ARC targets and uses two tasks to:
/Zephyr-latest/cmake/emu/
Dnsim.cmake3 # mdb is required to run nsim multicore targets
/Zephyr-latest/tests/subsys/llext/
DCMakeLists.txt48 # generate extension targets foreach extension given by 'ext_names'
/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h307 } targets; member
461 struct i3c_ccc_deftgts_target targets[]; member
681 struct i3c_ccc_setbrgtgt_tgt targets[]; member
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md13 This section targets end users, TSC members, maintainers and anyone else that might
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/
DREADME.txt6 ARM Cortex-M targets.
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt7 ARM Cortex-M targets. In detail the test verifies that
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c120 for (int i = 0; i < ARRAY_SIZE(srv->targets); i++) { in is_self_update()
121 if (bt_mesh_has_addr(srv->targets[i].blob.addr)) { in is_self_update()
296 struct bt_mesh_blob_target targets[32]; member
4136 struct bt_mesh_dfu_target targets[32]; member
4144 sys_slist_init(&dfu_tx.inputs.targets); in dfu_tx_prepare()
4148 uint16_t addr = dfu_tx.targets[i].blob.addr; in dfu_tx_prepare()
4150 memset(&dfu_tx.targets[i].blob, 0, in dfu_tx_prepare()
4154 dfu_tx.targets[i].blob.addr = addr; in dfu_tx_prepare()
4155 dfu_tx.targets[i].blob.pull = &dfu_tx.pull[i]; in dfu_tx_prepare()
4157 sys_slist_append(&dfu_tx.inputs.targets, in dfu_tx_prepare()
[all …]
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig22 currently available on targets using the Intel Agilex5 series.
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/
Dmps2_an521_cputest.dts36 * caution when using both targets simultaneously.
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0.dts36 * caution when using both targets simultaneously.
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_forwarding_buf.cpp20 constexpr const struct device *targets[FORWARD_COUNT] = { variable
/Zephyr-latest/doc/
DCMakeLists.txt83 # The function will create two targets for the doc build system.
87 # Both targets will produce same result, but target 2 must have no dependencies.
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst401 Sysbuild targets
404 Sysbuild creates build targets for each image (including sysbuild itself) for
415 targets that do not have mapped build targets in sysbuild, see the
420 Dedicated image build targets
423 Not all build targets for images are given equivalent prefixed build targets
424 when sysbuild is used, for example build targets like ``ram_report``,
427 targets prefix with ``tfm_`` and ``bl2_``, for example: ``tfm_rom_report``
428 and ``bl2_ram_report``. To run these build targets, the build directory of the
/Zephyr-latest/scripts/footprint/
Dsize_report816 targets = ['ram']
818 targets = ['rom']
820 targets = ['rom', 'ram']
829 for t in targets:
/Zephyr-latest/scripts/west_commands/
Drun_common.py284 targets = []
288 targets.append('([^/]+)/' + target)
290 targets = group[group_type]
292 used_cmds.append(UsedFlashCommand(cmd, targets, data['runners'], run_first))
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst9 Semihosting is a mechanism that enables code running on ARM and RISC-V targets

123456789