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: Update nrfxlib with updated SDC and MPSL #14381

Merged
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
4 changes: 2 additions & 2 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -529,14 +529,14 @@ config BT_CTLR_SDC_IGNORE_HCI_ISO_DATA_TS_FROM_HOST
config BT_CTLR_SDC_BIG_RESERVED_TIME_US
int "BIG reserved time [us]"
range 0 4000000
default 2500
default 1600
help
The time reserved for other roles in each ISO interval, used when selecting BIG parameters.

config BT_CTLR_SDC_CIG_RESERVED_TIME_US
int "CIG reserved time [us]"
range 0 4000000
default 2000
default 1300
help
The time reserved for other roles in each ISO interval, used when selecting CIG parameters.

Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: a0ae523858766ee2e615a636f72484416efcf685
revision: 946eb296c9c62d8370e824637292cabf12fa1aff
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down Expand Up @@ -181,7 +181,7 @@ manifest:
# Only for internal Nordic development
repo-path: dragoon.git
remote: dragoon
revision: e688010c1973a16f7a5770bc648f335d7d4228d4
revision: 36f0e50e876848fb02fd9f82cc32e57b91b15ced
submodules: true
groups:
- dragoon
Expand Down
Loading