Searched refs:Simulator (Results 1 – 16 of 16) sorted by relevance
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_platform.py | 20 from twisterlib.platform import Platform, Simulator, generate_platforms 100 'simulators': [Simulator({'name': 'nsim', 'exec': 'nsimdrv'})], 480 'simulators': [Simulator({'name': 'qemu'})],
|
| 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 | 24 class Simulator: class 40 if isinstance(other, Simulator): 82 self.simulators: list[Simulator] = [] 140 Simulator(data) for data in variant_data.get( 182 def simulator_by_name(self, sim_name: str | None) -> Simulator | None:
|
| /Zephyr-latest/snippets/usbip-native-sim/ |
| D | README.rst | 3 USB/IP on Native Simulator Snippet (usbip-native-sim)
|
| /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" 254 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 | 153 Simulator(s) used to simulate the platform, e.g. qemu.
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-4.0.rst | 606 * 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.
|