sync
This commit is contained in:
@@ -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
|
||||
@@ -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;
|
||||
// };
|
||||
// };
|
||||
Reference in New Issue
Block a user