This commit is contained in:
2026-02-27 11:59:07 +01:00
parent c8053925af
commit 4227417c5e
5 changed files with 71 additions and 0 deletions

View 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
View File

@@ -0,0 +1 @@
SB_CONFIG_BOOTLOADER_MCUBOOT=y

View File

@@ -0,0 +1,2 @@
CONFIG_LOG=y
CONFIG_MCUBOOT_LOG_LEVEL_INF=y