Searched refs:Simulator (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/scripts/tests/twister/ |
D | test_platform.py | 17 from twisterlib.platform import Platform, Simulator 97 'simulators': [Simulator({'name': 'nsim', 'exec': 'nsimdrv'})],
|
D | test_testinstance.py | 19 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/ |
D | platform.py | 21 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/ |
D | ec_host_cmd_backend_simulator.c | 15 #error Simulator only valid on posix
|
D | Kconfig | 12 bool "Embedded Controller Host Command Backend Simulator"
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 248 bool "Native Simulator offloaded sockets" 253 Offloaded sockets for Native Simulator utilize host BSD sockets API (like socket(),
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 19 bool "Intel ADSP Simulator"
|
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 130 Native Simulator with the offloaded sockets network driver is using the same
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 84 * Simulator
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 13 bool "Simulator Target"
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 216 Normally those would be debugged with a cycle accurate Instruction Set Simulator
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 154 Simulator(s) used to simulate the platform, e.g. qemu.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 608 * Fixed a Flash Simulator issue where offsets were assumed to be absolute instead of relative
|
D | release-notes-3.7.rst | 1465 * Added new driver for Native Simulator offloaded sockets.
|
D | release-notes-1.14.rst | 445 project: QEMU, Renode, ARC Simulator, and the native POSIX configuration.
|