Lines Matching +full:fetch +full:- +full:depth
7 :depth: 1
34 * NVMC (Non-Volatile Memory Controller / Flash)
69 .. code-block:: console
71 west config manifest.group-filter -- +babblesim
74 make everything -j 8
81 `fetch <https://babblesim.github.io/fetching.html>`_ and
88 .. code-block:: console
101 .. zephyr-app-commands::
102 :zephyr-app: samples/hello_world
103 :host-os: unix
110 .. code-block:: console
112 $ ./build/zephyr/zephyr.exe -nosim
115 Note that the executable is a BabbleSim executable. The ``-nosim`` command line
123 For example, if you would like to run a simple case with a BLE :zephyr:code-sample:`ble_central_hr`
124 sample application connecting to a BLE :zephyr:code-sample:`ble_peripheral_hr` sample application:
125 Build the :zephyr:code-sample:`ble_central_hr` application targeting this board and copy the
128 .. zephyr-app-commands::
129 :zephyr-app: samples/bluetooth/central_hr
130 :host-os: unix
135 .. code-block:: console
140 Do the same for the :zephyr:code-sample:`ble_peripheral_hr` sample app:
142 .. zephyr-app-commands::
143 :zephyr-app: samples/bluetooth/peripheral_hr
144 :host-os: unix
149 .. code-block:: console
156 .. code-block:: console
159 ./bs_nrf52_bsim_samples_bluetooth_peripheral -s=trial_sim -d=0 &
160 ./bs_nrf52_bsim_samples_bluetooth_central_hr -s=trial_sim -d=1 &
161 ./bs_2G4_phy_v1 -s=trial_sim -D=2 -sim_length=10e6 &
163 Where the ``-s`` command line option provides a string which uniquely identifies
164 this simulation; the ``-D`` option tells the Phy how many devices will be run
165 in this simulation; the ``-d`` option tells each device which is its device
166 number in the simulation; and the ``-sim_length`` option specifies the length
169 Run them with ``-help`` for more information.