Home
last modified time | relevance | path

Searched full:simulation (Results 1 – 25 of 216) sorted by relevance

123456789

/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_quarantine.py24 ['dummy simulation', 'another simulation'],
32 ['dummy simulation', 'another simulation'],
40 ['dummy simulation', 'another simulation'],
102 'simulations': ['dummy simulation', 'another simulation']
108 simulations=['dummy simulation', 'another simulation']
130 \"simulations\": [\"dummy simulation\", \"another simulation\"]
140 simulations=['dummy simulation', 'another simulation']
221 'scenario, platform, architecture, simulation, expected_idx',
235 simulation, argument
266 simulation=simulation
[all …]
/Zephyr-Core-3.5.0/tests/bsim/
DREADME.md2 simulation, and therefore cannot be run directly from twister.
55 the required simulated devices and physical layer simulation with the required command line
63 Each test must have a unique simulation id, to enable running different tests in parallel.
77 pairing, powering off, and powering up after as a new simulation,
78 they should strive for using separate simulation ids for each simulation part,
79 in that way ensuring that the simulation radio activity of each segment can be inspected a
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/read_fill_buf/testlib/
Dbs_main.c23 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
26 bs_trace_error("Test did not pass before simulation ended. Consider increasing " in test_tick()
27 "simulation length.\n"); in test_tick()
/Zephyr-Core-3.5.0/boards/posix/native_sim/
Dnative_sim_64.yaml2 name: Native Simulation port - 64-bit
4 simulation: native
Dnative_sim.yaml2 name: Native Simulation port - 32-bit
4 simulation: native
DKconfig.board5 bool "Native simulation, 32-bit mode"
12 bool "Native simulation, 64-bit mode"
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/doc/
Dnrf52_bsim.rst115 option indicates you want to run it detached from a BabbleSim simulation. This
119 When you want to run a simulation with radio activity you need to run also the
120 BableSim 2G4 (2.4GHz) physical layer simulation (phy).
153 And then run them together with BabbleSim's 2G4 physical layer simulation:
163 this simulation; the ``-D`` option tells the Phy how many devices will be run
164 in this simulation; the ``-d`` option tells each device which is its device
165 number in the simulation; and the ``-sim_length`` option specifies the length
166 of the simulation in microseconds.
199 breakpoint will pause the whole simulation.
212 If for some reason you want to limit the speed of the simulation to real
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/common/
Dbsim_args_runner.c55 bs_trace_warning("Neither simulation id or the device number " in print_no_sim_warning()
206 * If the user did not set the simulation id or device number in nsi_handle_cmd_line()
235 bs_trace_error_line("The command line option <simulation ID> " in nsi_handle_cmd_line()
250 * Get the simulation id
258 * Get this device number in the simulation, as it is
259 * known in the overall simulation.
268 * Get this device number in the 2G4 Phy simulation
276 * Get this device number in the 2G4 Phy simulation
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dbs_bt_utils.c15 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
19 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()
/Zephyr-Core-3.5.0/boards/posix/doc/
Dbsim_boards_design.rst8 Particular details on the nRF52 and nRF5340 simulation boards, including how to use them,
44 integration testing of embedded code on workstation/simulation.
78 As such can provide better integration coverage than simulation ins ome cases,
82 They otherwise serve a very similar purpose to simulation integration tests.
88 - Using bsim boards with the BabbleSim Physical layer simulation allows
124 simulation specific ones.
132 - The soc_inf layer provides the overall CPU "simulation" and the handling of
133 control between the "CPU simulation" (Zephyr threads) and the HW models thread
193 In general simulation time will pass much faster than real time,
194 and the simulation results will not be affected in any way by the
[all …]
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dmain.c18 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
21 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()
/Zephyr-Core-3.5.0/tests/bluetooth/shell/src/
Dmain.c67 shell_print(sh, "Start HRS simulation"); in cmd_hrs_simulate()
70 shell_print(sh, "Stop HRS simulation"); in cmd_hrs_simulate()
114 /* Heartrate measurements simulation */ in hrs_notify()
149 /* Heartrate measurements simulation */ in main()
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dquarantine.py29 def get_matched_quarantine(self, testname, platform, architecture, simulation): argument
30 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulation)
109 simulation: str) -> QuarantineElement | None:
123 … and (matched := _is_element_matched(simulation, qelem.re_simulations)) is False):
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/test_scripts/
Dmedia_controller.sh20 # Simulation time should be larger than the WAIT_TIME in common.h
34 # Simulation time should be larger than the WAIT_TIME in common.h
Dmicp.sh20 # Simulation time should be larger than the WAIT_TIME in common.h
34 # Simulation time should be larger than the WAIT_TIME in common.h
Dtbs.sh21 # Simulation time should be larger than the WAIT_TIME in common.h
35 # Simulation time should be larger than the WAIT_TIME in common.h
Dbap_broadcast_audio.sh25 # Simulation time should be larger than the WAIT_TIME in common.h
43 # Simulation time should be larger than the WAIT_TIME in common.h
Dvcp.sh20 # Simulation time should be larger than the WAIT_TIME in common.h
34 # Simulation time should be larger than the WAIT_TIME in common.h
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_hr/src/
Dmain.c97 /* Heartrate measurements simulation */ in hrs_notify()
126 /* Heartrate measurements simulation */ in main()
129 /* Battery level simulation */ in main()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.c16 bs_trace_debug_time(0, "Simulation ends now.\n"); in test_tick()
20 bs_trace_error("Test did not pass before simulation ended.\n"); in test_tick()
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/lwm2m_registry/
Dtestcase.yaml4 - simulation
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/block_transfer/
Dtestcase.yaml4 - simulation
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_oma_tlv/
Dtestcase.yaml4 - simulation
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_json/
Dtestcase.yaml4 - simulation
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/content_link_format/
Dtestcase.yaml4 - simulation

123456789