/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 76 - 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/ |
D | README.txt | 30 targets. 43 targets with support for user space.
|
/Zephyr-latest/tests/arch/arm/arm_runtime_nmi/ |
D | README.txt | 6 ARM Cortex-M targets.
|
/Zephyr-latest/boards/native/native_posix/doc/ |
D | index.rst | 83 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/ |
D | cmakefileapijson.py | 366 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/ |
D | dfd_srv.h | 215 struct bt_mesh_dfu_target targets[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX]; member
|
D | blob_cli.h | 108 sys_slist_t targets; member
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 7 bool "Semihosting support for ARM and RISC-V targets"
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/ |
D | README.txt | 5 This test is only for ARC targets and uses two tasks to:
|
/Zephyr-latest/cmake/emu/ |
D | nsim.cmake | 3 # mdb is required to run nsim multicore targets
|
/Zephyr-latest/tests/subsys/llext/ |
D | CMakeLists.txt | 48 # generate extension targets foreach extension given by 'ext_names'
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 307 } targets; member 461 struct i3c_ccc_deftgts_target targets[]; member 681 struct i3c_ccc_setbrgtgt_tgt targets[]; member
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 13 This section targets end users, TSC members, maintainers and anyone else that might
|
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/ |
D | README.txt | 6 ARM Cortex-M targets.
|
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 7 ARM Cortex-M targets. In detail the test verifies that
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 120 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/ |
D | Kconfig | 22 currently available on targets using the Intel Agilex5 series.
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/ |
D | mps2_an521_cputest.dts | 36 * caution when using both targets simultaneously.
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu0.dts | 36 * caution when using both targets simultaneously.
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | test_forwarding_buf.cpp | 20 constexpr const struct device *targets[FORWARD_COUNT] = { variable
|
/Zephyr-latest/doc/ |
D | CMakeLists.txt | 83 # 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/ |
D | index.rst | 401 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/ |
D | size_report | 816 targets = ['ram'] 818 targets = ['rom'] 820 targets = ['rom', 'ram'] 829 for t in targets:
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 284 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/ |
D | semihost.rst | 9 Semihosting is a mechanism that enables code running on ARM and RISC-V targets
|