mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-31 13:18:45 +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,sram = &sram0;
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
zephyr,code-partition = &slot0_partition;
|
zephyr,code-partition = &slot0_partition;
|
||||||
|
zephyr,bt-hci = &bt_hci_controller;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
@ -61,6 +62,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bt_hci_sdc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&bt_hci_controller {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -13,5 +13,11 @@ manifest:
|
|||||||
- name: nrf
|
- name: nrf
|
||||||
remote: ncs
|
remote: ncs
|
||||||
repo-path: sdk-nrf
|
repo-path: sdk-nrf
|
||||||
revision: v2.7.0
|
revision: v2.9.0
|
||||||
import: true
|
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