Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 11-Mar-2024 | 31 | 5 | 4 | |
Makefile | D | 01-Jan-1970 | 0 | |||
README.md | D | 11-Mar-2024 | 842 | 20 | 14 | |
developer_set.yaml | D | 11-Mar-2024 | 2.2 KiB | 83 | 69 | |
west.yml | D | 11-Mar-2024 | 2.8 KiB | 87 | 75 |
README.md
1The BabbleSim project consists of many components, most of them optional and each in its own separate git repository. 2 3You can fetch them in several ways, check [the fetching instructions](https://babblesim.github.io/fetching.html) 4 5Using Zephyr's [west tool](https://docs.zephyrproject.org/latest/develop/west/index.html) 6you can do 7 8``` 9mkdir ~/bsim/ && cd ~/bsim/ 10west init -m git@github.com:BabbleSim/bsim_west.git bsim 11cd bsim 12west update 13``` 14 15This repository contains the following west manifest files: 16 17 * west.yml: Contains the minimal set of BabbleSim components required for Zephyr BLE development and testing 18 * developer_set.yaml: Targets developers who want a typical set of components used for development and test of BLE/802.15.4 devices.<br> 19 You can use it with `west config manifest.file developer_set.yaml ; west update` 20