Home
last modified time | relevance | path

Searched refs:Simulator (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py17 from twisterlib.platform import Platform, Simulator
97 'simulators': [Simulator({'name': 'nsim', 'exec': 'nsimdrv'})],
Dtest_testinstance.py19 from pylib.twister.twisterlib.platform import Simulator
66 platform.simulators = [Simulator({"name": platform_sim})] if platform_sim else []
484 …testinstance.platform.simulators = [Simulator({"name": platform_sim, "exec": 'dummy exec'})] if pl…
551 … testinstance.platform.simulators = [Simulator({"name": platform_sim, "exec": platform_sim_exec})]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py21 class Simulator: class
37 if isinstance(other, Simulator):
78 self.simulators: list[Simulator] = []
137 Simulator(data) for data in variant_data.get(
179 def simulator_by_name(self, sim_name: str | None) -> Simulator | None:
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c15 #error Simulator only valid on posix
DKconfig12 bool "Embedded Controller Host Command Backend Simulator"
/Zephyr-latest/drivers/net/
DKconfig248 bool "Native Simulator offloaded sockets"
253 Offloaded sockets for Native Simulator utilize host BSD sockets API (like socket(),
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig19 bool "Intel ADSP Simulator"
/Zephyr-latest/doc/connectivity/networking/
Dnative_sim_setup.rst130 Native Simulator with the offloaded sockets network driver is using the same
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst84 * Simulator
/Zephyr-latest/arch/xtensa/
DKconfig13 bool "Simulator Target"
/Zephyr-latest/boards/native/doc/
Darch_soc.rst216 Normally those would be debugged with a cycle accurate Instruction Set Simulator
/Zephyr-latest/doc/develop/test/
Dtwister.rst154 Simulator(s) used to simulate the platform, e.g. qemu.
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst608 * Fixed a Flash Simulator issue where offsets were assumed to be absolute instead of relative
Drelease-notes-3.7.rst1465 * Added new driver for Native Simulator offloaded sockets.
Drelease-notes-1.14.rst445 project: QEMU, Renode, ARC Simulator, and the native POSIX configuration.