Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/babblesim-manifest
Automated replica of https://github.com/BabbleSim/bsim_west. Send PR or issues there.
https://github.com/zephyrproject-rtos/babblesim-manifest
Last synced: about 2 months ago
JSON representation
Automated replica of https://github.com/BabbleSim/bsim_west. Send PR or issues there.
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/babblesim-manifest
- Owner: zephyrproject-rtos
- Created: 2023-03-23T09:42:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T11:10:02.000Z (2 months ago)
- Last Synced: 2024-10-28T14:32:40.315Z (2 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The BabbleSim project consists of many components, most of them optional and each in its own separate git repository.
You can fetch them in several ways, check [the fetching instructions](https://babblesim.github.io/fetching.html)
Using Zephyr's [west tool](https://docs.zephyrproject.org/latest/develop/west/index.html)
you can do```
mkdir ~/bsim/ && cd ~/bsim/
west init -m [email protected]:BabbleSim/bsim_west.git bsim
cd bsim
west update
```This repository contains the following west manifest files:
* west.yml: Contains the minimal set of BabbleSim components required for Zephyr BLE development and testing
* developer_set.yaml: Targets developers who want a typical set of components used for development and test of BLE/802.15.4 devices.
You can use it with `west config manifest.file developer_set.yaml ; west update`