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 authored and carlescufi committed Apr 20, 2023
1 parent 2236e31 commit 01a12f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ manifest:
- name: upstream
url-base: https://github.com/zephyrproject-rtos

group-filter: [-babblesim]

#
# Please add items below based on alphabetical order
projects:
- name: bsim
repo-path: babblesim-manifest
revision: 908ffde6298a937c6549dbfa843a62caab26bfc5
import:
path-prefix: tools
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
Expand Down

0 comments on commit 01a12f6

Please sign in to comment.