1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-17 16:46:05 +00:00

feat(nordic): Bump NCS to 2.9.0 for Nordic, fix build and fork to our mcuboot

[no changelog]
This commit is contained in:
Ondrej Mikle 2025-02-24 17:20:55 +01:00 committed by M1nd3r
parent b5053d9f6e
commit 4b6db8a789
2 changed files with 16 additions and 1 deletions

View File

@ -22,6 +22,7 @@
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition;
zephyr,bt-hci = &bt_hci_controller;
};
leds {
@ -61,6 +62,14 @@
};
};
&bt_hci_sdc {
status = "disabled";
};
&bt_hci_controller {
status = "okay";
};
&adc {
status = "okay";
};

View File

@ -13,5 +13,11 @@ manifest:
- name: nrf
remote: ncs
repo-path: sdk-nrf
revision: v2.7.0
revision: v2.9.0
import: true
- name: mcuboot
url: https://github.com/trezor/mcuboot
revision: v2.1.0-ncs3
path: bootloader/mcuboot