Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: Give the option to get BabbleSim via the manifest #55696

Merged
merged 2 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: west setup
run: |
west init -l .
west update bsim
aescolar marked this conversation as resolved.
Show resolved Hide resolved
aescolar marked this conversation as resolved.
Show resolved Hide resolved

- name: build-docs
run: |
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
- name: west setup
run: |
west init -l .
west update bsim

- name: build-docs
run: |
Expand Down
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
stephanosio marked this conversation as resolved.
Show resolved Hide resolved
revision: 908ffde6298a937c6549dbfa843a62caab26bfc5
import:
path-prefix: tools
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
Expand Down