Skip to content

Commit

Permalink
manifest: Update to latest upstream version
Browse files Browse the repository at this point in the history
This update requires updating the siwx917 Bluetooth HCI devicetree binding
as well, since the format for bt-hci-bus and bt-hci-quirks properties has
changed.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
jhedberg committed Oct 18, 2024
1 parent a240cfb commit ec2eca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dts/bindings/bluetooth/silabs,bt-hci-siwx917.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ properties:
bt-hci-name:
default: "sl:bt:siwx917"
bt-hci-bus:
default: "BT_HCI_BUS_VIRTUAL"
default: "virtual"
bt-hci-quirks:
default: ["BT_HCI_QUIRK_NO_RESET"]
default: ["no-reset"]
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manifest:
path: modules/hal/silabs
- name: zephyr
remote: zephyrproject-rtos
revision: 1ec5ce05f9f84b18cb8056d01917480a6ec39e52
revision: a2ac676a106a757fe4cb2664bab35ea985da95f9
import:
# By using name-allowlist we can clone only the modules that are
# strictly needed by the application.
Expand Down

0 comments on commit ec2eca5

Please sign in to comment.