Skip to content

Commit

Permalink
manifest: Get BabbleSim via the manifest
Browse files Browse the repository at this point in the history
To facilitate users experience, fetch the required
BabbleSim components using the west manifest.
Until now, users would need to either use the Zephyr
docker image, or fetch bsim on their own.
For many years there has been a request to automate this
process. This is the first step.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Mar 10, 2023
1 parent 68955eb commit 7aa781f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ manifest:
- name: upstream
url-base: https://github.com/zephyrproject-rtos

group-filter: [-babblesim]

#
# Please add items below based on alphabetical order
projects:
Expand Down Expand Up @@ -262,6 +264,13 @@ manifest:
- name: thrift
path: modules/lib/thrift
revision: 10023645a0e6cb7ce23fcd7fd3dbac9f18df6234
- name: bsim
revision: da8ca8270cc14010ff1deda851112b7a04ec562e
# This URL would not be here, instead this manifest repo would be hosted
# in the zephyr-rtos org. This is here just to enable a functional demo.
url: [email protected]:BabbleSim/bsim_west.git
import:
path-prefix: tools

self:
path: zephyr
Expand Down

0 comments on commit 7aa781f

Please sign in to comment.