Searched full:babblesim (Results 1 – 25 of 68) sorted by relevance
123
/Zephyr-latest/ |
D | west.yml | 24 - name: babblesim 25 url-base: https://github.com/BabbleSim 27 group-filter: [-babblesim, -optional] 37 remote: babblesim 42 - babblesim 44 remote: babblesim 49 - babblesim 51 remote: babblesim 56 - babblesim 58 remote: babblesim [all …]
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 3 NRF52 simulated board (BabbleSim) 18 This uses `BabbleSim`_ to simulate the radio activity, and the 49 https://BabbleSim.github.io 52 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 55 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_impl_status.md 65 To target this board you also need to have `BabbleSim`_ compiled in your system. 66 If you do not have it yet, the easiest way to get it, is to enable the babblesim group 71 west config manifest.group-filter -- +babblesim 78 If you need more BabbleSim components, or more up to date versions, 79 you can check the `BabbleSim web page <https://BabbleSim.github.io>`_ [all …]
|
D | nrf54l15bsim.rst | 3 NRF54L15 simulated boards (BabbleSim) 18 This uses `BabbleSim`_ to simulate the radio activity, and the 63 https://BabbleSim.github.io 66 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 69 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_impl_status.md
|
D | nrf5340bsim.rst | 3 NRF5340 simulated boards (BabbleSim) 18 These use `BabbleSim`_ to simulate the radio activity, and the 57 https://BabbleSim.github.io 60 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 63 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_impl_status.md
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | Kconfig | 13 It needs the BabbleSim simulator both in compile time and to execute 24 It needs the BabbleSim simulator both in compile time and to execute 35 It needs the BabbleSim simulator both in compile time and to execute 46 It needs the BabbleSim simulator both in compile time and to execute 63 # which use BabbleSim. When that happens, we can move this to a common 74 Any NRF simulated SOC with BabbleSim, based on the POSIX arch 81 Any NRF52 simulated SOC with BabbleSim, based on the POSIX arch 88 Any NRF53 simulated SOC with BabbleSim, based on the POSIX arch 95 Any NRF54L simulated SOC with BabbleSim, based on the POSIX arch
|
D | board.yml | 3 full_name: nRF52 simulated board (BabbleSim) 8 full_name: nRF5340 simulated boards (BabbleSim) 13 full_name: nRF54L15 simulated boards (BabbleSim)
|
D | nrf52_bsim.yaml | 2 name: NRF52 BabbleSim board
|
D | nrf5340bsim_nrf5340_cpuapp.yaml | 2 name: NRF53 BabbleSim - Application Core target
|
D | nrf5340bsim_nrf5340_cpunet.yaml | 2 name: NRF53 Net Core BabbleSim board
|
D | nrf54l15bsim_nrf54l15_cpuapp.yaml | 2 name: NRF54L15 BabbleSim - Application Core target
|
/Zephyr-latest/cmake/modules/ |
D | FindBabbleSim.cmake | 4 # FindBabbleSim module for locating BabbleSim 9 # Path to the BabbleSim components source folder 12 # Path to the BabbleSim build output root path (under which libraries and binaries) are kept 16 # fetched babblesim using the manifest. 19 # If BabbleSim cannot be found we error right away with a message trying to guide users 46 message(FATAL_ERROR "This board requires the BabbleSim simulator. Please either\n\ 47 a) Enable the west babblesim group with\n\ 48 west config manifest.group-filter +babblesim && west update\n\ 56 More information can be found in https://babblesim.github.io/folder_structure_and_env.html" 71 message(FATAL_ERROR "Please ensure you have the latest babblesim and rebuild it." [all …]
|
/Zephyr-latest/.github/workflows/ |
D | bsim-tests-publish.yaml | 1 name: Publish BabbleSim Tests Results 5 workflows: ["BabbleSim Tests"] 10 name: "Publish BabbleSim Test Results" 20 - name: Publish BabbleSim Test Results 23 check_name: BabbleSim Test Results
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 3 Bluetooth: Example BabbleSim test 9 This test's purpose is to serve as template for implementing a new BabbleSim Bluetooth test. 20 namespace the babblesim simulator code. 34 https://BabbleSim.github.io
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 1 Bluetooth Mesh BabbleSim tests 5 subsystem. The tests run on the BabbleSim simulator, using the BabbleSim test 13 There's only a single test application for all the Bluetooth Mesh BabbleSim 60 The Bluetooth Mesh BabbleSim tests mainly operate on the test framework for the 61 BabbleSim platform, but with some mesh specific additions: 66 All test scripts in the Bluetooth Mesh BabbleSim test suite follow a common 76 starting the BabbleSim phy process.
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 3 BabbleSim chapter 6 BabbleSim and Zephyr 9 In the Zephyr project we use the `Babblesim`_ simulator to test some of the Zephyr radio protocols, 18 When there is radio activity, this Linux executable will connect to the BabbleSim Phy simulation 21 In the BabbleSim documentation you can find more information on how to 22 `get <https://babblesim.github.io/fetching.html>`_ and 23 `build <https://babblesim.github.io/building.html>`_ the simulator. 43 When there is radio activity, BabbleSim tests require at the very least a physical layer simulation 65 More information about how different tests types relate to BabbleSim and the bsim boards can be 68 Test coverage and BabbleSim [all …]
|
D | index.rst | 15 BabbleSim<bsim>
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/ |
D | CMakeLists.txt | 6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \ 9 https://babblesim.github.io/folder_structure_and_env.html")
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | CMakeLists.txt | 6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set\ 9 https://babblesim.github.io/folder_structure_and_env.html")
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/ |
D | CMakeLists.txt | 6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \ 9 https://babblesim.github.io/folder_structure_and_env.html")
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/ |
D | CMakeLists.txt | 6 message(FATAL_ERROR "This test requires the BabbleSim simulator. Please set \ 9 https://babblesim.github.io/folder_structure_and_env.html")
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 32 `installed BabbleSim <https://babblesim.github.io/fetching.html>`_. 49 hand the BabbleSim 2G4 Phy, EDTT bridge, EDTT and needed simulated devices.
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | README.txt | 2 common & reused between several babblesim boards.
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 29 https://BabbleSim.github.io 35 https://babblesim.github.io/arch_hw_models.html 38 https://github.com/BabbleSim/native_simulator/blob/main/docs/README.md 41 https://github.com/BabbleSim/native_simulator/blob/main/docs/Design.md 44 https://github.com/BabbleSim/ext_nRF_hw_models/blob/main/docs/README_HW_models.md 98 - Using bsim boards with the BabbleSim Physical layer simulation allows 128 Relationship between Zephyr, the native simulator, the nRF HW models and BabbleSim 144 Relationship between Zephyr, the native simulator, the nRF HW models and BabbleSim. 216 a general introduction to the babblesim HW models and their scheduling are provided. 243 Use of babblesim components: tracing, random number generation, logging activity [all …]
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | device.h | 13 * This returns the device's number in the BabbleSim simulation.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 44 #. :ref:`Simulated nRF5x with BabbleSim <bluetooth-hw-setup-bsim>` 133 Simulated nRF5x with BabbleSim 145 * `BabbleSim`_ to simulate the nRF5x modem and the radio environment. 147 * `Models of the nrf5x HW <https://github.com/BabbleSim/ext_NRF_hw_models/>`_ 195 .. _BabbleSim: https://babblesim.github.io/
|
123