Skip to content
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
1 change: 1 addition & 0 deletions boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
bootloader-led0 = &led0;
mcuboot-button0 = &button0;
mcuboot-led0 = &led0;
watchdog0 = &wdt0;
};
};

Expand Down
1 change: 1 addition & 0 deletions snippets/infuse/boards/thingy53_nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

&i2c1 {
zephyr,pm-device-runtime-auto;
zephyr,no-boot-recover;
};

&spi3 {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manifest:

projects:
- name: zephyr
revision: 36a9a9c414e75ef5745893f3b9dd138cfb900dcc
revision: d455d9d0ee421e7f0e64c387fe55682cd39697b5
# Limit imported repositories to reduce clone time
import:
name-allowlist:
Expand Down
Loading