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:
parent
b5053d9f6e
commit
4b6db8a789
@ -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";
|
||||
};
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user