sync
This commit is contained in:
14
firmware/boards/nrf52840dk_nrf52840.prod.overlay
Normal file
14
firmware/boards/nrf52840dk_nrf52840.prod.overlay
Normal file
@@ -0,0 +1,14 @@
|
||||
/* 1. Hardware-Controller abschalten - das reicht meistens aus */
|
||||
&uart0 { status = "disabled"; };
|
||||
|
||||
/* 2. Spezialfall Bluetooth & IEEE 802.15.4 */
|
||||
/* Wir löschen die chosen-Einträge, damit das System nicht versucht,
|
||||
darauf zuzugreifen, falls die Stacks noch irgendwo aktiv sind */
|
||||
/ {
|
||||
chosen {
|
||||
/delete-property/ zephyr,console;
|
||||
/delete-property/ zephyr,shell-uart;
|
||||
/delete-property/ zephyr,uart-mcumgr;
|
||||
/delete-property/ zephyr,ieee802154;
|
||||
};
|
||||
};
|
||||
1
firmware/sysbuild.conf
Normal file
1
firmware/sysbuild.conf
Normal file
@@ -0,0 +1 @@
|
||||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
2
firmware/sysbuild/mcuboot.conf
Normal file
2
firmware/sysbuild/mcuboot.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
CONFIG_LOG=y
|
||||
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
|
||||
Reference in New Issue
Block a user