/Zephyr-latest/boards/ti/sk_am62/ |
D | board.cmake | 8 board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339")
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 2 :name: Hello World for multiple board targets using Sysbuild 4 Run a hello world sample on multiple board targets 10 targets with :ref:`sysbuild`. This sample can be useful to test, for example,
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/ |
D | openocd.cfg | 47 targets $_CHIPNAME.a57.0 66 targets $_CHIPNAME.r7 71 targets $_CHIPNAME.a57.0
|
/Zephyr-latest/tests/bsim/babblekit/ |
D | CMakeLists.txt | 4 # Helpers that can be used on bsim targets but don't have other
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 14 even if some may have extra functionality which is only available in some targets. 19 platform simulators, radio simulators, and several build targets which allow running the 56 * Note: For :ref:`native targets <native_sim>` it is also possible to keep the content 69 * Note: For native targets it is also possible to keep the content as a file on the host
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 690 deftgts->targets[n].addr = i3c_desc->dynamic_addr << 1; in i3c_bus_deftgts() 691 deftgts->targets[n].dcr = i3c_desc->dcr; in i3c_bus_deftgts() 692 deftgts->targets[n].bcr = i3c_desc->bcr; in i3c_bus_deftgts() 693 deftgts->targets[n].static_addr = i3c_desc->static_addr << 1; in i3c_bus_deftgts() 701 deftgts->targets[n].addr = 0; in i3c_bus_deftgts() 702 deftgts->targets[n].lvr = i3c_i2c_desc->lvr; in i3c_bus_deftgts() 703 deftgts->targets[n].bcr = 0; in i3c_bus_deftgts() 704 deftgts->targets[n].static_addr = (uint8_t)(i3c_i2c_desc->addr << 1); in i3c_bus_deftgts()
|
/Zephyr-latest/doc/develop/toolchains/ |
D | host.rst | 6 In some specific configurations, like when building for non-MCU x86 targets on
|
/Zephyr-latest/boards/common/ |
D | esp32.board.cmake | 6 board_runner_args(openocd --no-init --no-halt --no-targets --no-load)
|
/Zephyr-latest/cmake/flash/ |
D | check_runner_dependencies.cmake | 3 # The purpose of this script is to ensure that no runners targets contains
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 81 Running build system targets like ``ninja flash``, ``ninja debug``, 85 those targets will fail. You can of course still flash and debug using 89 If you want to use these build system targets but do not want to 122 specifically run one of these build system targets with a command 126 flash``. This is because these build system targets depend on an
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | native_simulator_sb_extensions.cmake | 8 # When building for a native_simulator based target (including bsim targets), 33 # When building for a native_simulator based target (including bsim targets),
|
/Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 10 Only for ARMv7-M and ARMv8-M Mainline targets. 16 Only for ARMv7-M and ARMv8-M Mainline targets.
|
/Zephyr-latest/soc/snps/nsim/arc_classic/vpx5/ |
D | CMakeLists.txt | 6 message(FATAL_ERROR "ARC VPX targets can be built with ARC MWDT toolchain only")
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 72 if (addr == srv->targets[i].blob.addr) { in target_get() 73 return &srv->targets[i]; in target_get() 183 const struct bt_mesh_dfu_target *t = &srv->targets[i + first]; in handle_receivers_get() 968 sys_slist_init(&srv->inputs.targets); in dfd_srv_reset() 998 if (srv->target_cnt == ARRAY_SIZE(srv->targets)) { in bt_mesh_dfd_srv_receiver_add() 1002 t = &srv->targets[srv->target_cnt]; in bt_mesh_dfd_srv_receiver_add() 1024 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_receivers_delete_all() 1081 sys_slist_init(&srv->inputs.targets); in bt_mesh_dfd_srv_start() 1083 uint16_t addr = srv->targets[i].blob.addr; in bt_mesh_dfd_srv_start() 1085 memset(&srv->targets[i].blob, 0, sizeof(struct bt_mesh_blob_target)); in bt_mesh_dfd_srv_start() [all …]
|
/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/ |
D | Kconfig | 9 Enable driver for temperature sensor on Infineon XMC4XXX targets.
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_x86.cmake | 18 # GNU Assembler, by default on non-Linux targets, treats slashes as
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 13 Supported board targets for that platform are listed below: 24 All nSIM targets are used for demo and testing purposes. They are not meant to 39 Most board targets support building with both GNU and ARC MWDT toolchains, however 40 there might be exceptions from that, especially for newly added targets. You can check supported 41 toolchains for the board targets in the corresponding ``.yaml`` file. 50 some (especially new) board targets may declare ``cross-compile`` toolchain support without 100 Debugging on nSIM via GDB is only supported on single-core targets (which use standalone
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig | 11 int "CPU Number this image targets" 17 This option is only applicable for targets which use the
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 41 # dependency between the two targets 57 # targets
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/ |
D | CMakeLists.txt | 7 # defines targets and sources
|
/Zephyr-latest/doc/services/ |
D | secure_storage.rst | 8 | It can be enabled on :term:`board targets<board target>` 14 The secure storage subsystem makes the PSA Secure Storage API available on all board targets with 18 Board targets with :ref:`tfm` enabled (ending in ``/ns``), for instance, 34 | Its foremost goal is functional support for the API on all board targets.
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/ |
D | README.txt | 6 ARM Cortex-M targets.
|
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/ |
D | README.txt | 7 ARM Cortex-M targets.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 55 self.targets = [] 76 self.targets = []
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 135 struct bt_mesh_blob_target targets[5]; member 363 sys_slist_init(&blob_cli_xfer.inputs.targets); in blob_cli_inputs_prepare() 367 uint16_t addr = blob_cli_xfer.targets[i].addr; in blob_cli_inputs_prepare() 369 memset(&blob_cli_xfer.targets[i], 0, sizeof(struct bt_mesh_blob_target)); in blob_cli_inputs_prepare() 370 blob_cli_xfer.targets[i].addr = addr; in blob_cli_inputs_prepare() 371 blob_cli_xfer.targets[i].pull = &blob_cli_xfer.pull[i]; in blob_cli_inputs_prepare() 373 sys_slist_append(&blob_cli_xfer.inputs.targets, &blob_cli_xfer.targets[i].n); in blob_cli_inputs_prepare() 383 ASSERT_TRUE(blob_cli_xfer.target_count < ARRAY_SIZE(blob_cli_xfer.targets)); in target_srv_add() 384 struct bt_mesh_blob_target *t = &blob_cli_xfer.targets[blob_cli_xfer.target_count]; in target_srv_add()
|