gateway: working shell on uart0 and mcumgr on usb_serial, minimal OS mgmt config\n

Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
2025-07-15 11:20:18 +02:00
parent ef966cb078
commit fc089e5a33
11 changed files with 128 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
&flash0 {
reg = <0x0 0x400000>; /* 4MB flash */
};
#include "espressif/partitions_0x0_default_4M.dtsi"
/ {
chosen {
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &usb_serial;
};
};
&usb_serial {
status = "okay";
};

View File

@@ -0,0 +1 @@
#include "common_4MB.dtsi"