This commit is contained in:
2026-02-27 11:50:27 +01:00
parent 5934bba4af
commit 82b535a183
12 changed files with 323 additions and 65 deletions

View File

@@ -1,2 +1,6 @@
CONFIG_NRFX_POWER=y
CONFIG_BT=n
CONFIG_BT=n
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="Edi's Buzzer"
# --- Für PRODUKTIONSBUILD: Alle Debug-Features aus ---
# CONFIG_NCS_BOOT_BANNER=n

View File

@@ -63,7 +63,6 @@
pinctrl-names = "default", "sleep";
};
// &uart0 { status = "disabled"; };
&i2c0 { status = "disabled"; };
&spi1 { status = "disabled"; };
&spi3 { status = "disabled"; };
@@ -74,4 +73,15 @@
&radio { status = "disabled"; };
&ieee802154 { status = "disabled"; };
&bt_hci_sdc { status = "disabled"; };
&cryptocell { status = "disabled"; };
&cryptocell { status = "disabled"; };
// unkommentieren für prod
// &uart0 { status = "disabled"; };
// / {
// chosen {
// /delete-property/ zephyr,console;
// /delete-property/ zephyr,shell-uart;
// /delete-property/ zephyr,uart-mcumgr;
// /delete-property/ zephyr,ieee802154;
// };
// };