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:
16
software/apps/gateway/boards/common_4MB.dtsi
Normal file
16
software/apps/gateway/boards/common_4MB.dtsi
Normal 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";
|
||||
};
|
||||
@@ -0,0 +1 @@
|
||||
#include "common_4MB.dtsi"
|
||||
Reference in New Issue
Block a user