Skip to content

Commit ec2eca5

Browse files
committed
manifest: Update to latest upstream version
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]>
1 parent a240cfb commit ec2eca5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dts/bindings/bluetooth/silabs,bt-hci-siwx917.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ properties:
88
bt-hci-name:
99
default: "sl:bt:siwx917"
1010
bt-hci-bus:
11-
default: "BT_HCI_BUS_VIRTUAL"
11+
default: "virtual"
1212
bt-hci-quirks:
13-
default: ["BT_HCI_QUIRK_NO_RESET"]
13+
default: ["no-reset"]

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manifest:
1515
path: modules/hal/silabs
1616
- name: zephyr
1717
remote: zephyrproject-rtos
18-
revision: 1ec5ce05f9f84b18cb8056d01917480a6ec39e52
18+
revision: a2ac676a106a757fe4cb2664bab35ea985da95f9
1919
import:
2020
# By using name-allowlist we can clone only the modules that are
2121
# strictly needed by the application.

0 commit comments

Comments
 (0)