Lines Matching full:these

19 These boards are postfixed with ``_bsim`` as they use BabbleSim_
21 These boards use the `native simulator`_ and the :ref:`POSIX architecture<Posix arch>` to build
50 The main purpose of these bsim boards is to be test-benches for
54 :ref:`POSIX arch based board<posix_arch_rationale>`, but in addition these
58 These tests are run in workstation, that is, without using real embedded HW.
65 These boards are also designed to be used as prototyping and development environments,
75 That comparison applies fully to these boards, but in this section we expand
78 to these boards.
84 these bsim boards.
93 - Integration tests on workstation (what the POSIX arch and these boards enable)
123 these are fully supported with the bsim boards.
154 The basic architecture layering of these boards is as follows:
175 ``inf_clock`` layer to be generic, these were delegated to the board.
262 backchannels. These provide a direct, reliable pipe between devices which test code
289 These simply route this API calls into the ``bs_trace`` bsim API.
290 Any message printed to these APIs, and by extension by default to Zephyr's ``printk``,
300 This allows tests to be defined (registered), and for each of these tests to
301 use a number of special test hooks which are present only in these simulated
304 These tests are built together with the embedded SW, and are present in the
318 Apart from these hooks, the ``bs_tests`` system provides facilities to build a
322 ticks. When these ticks occur a registered test tick function will be called.