minimal working example, still fails shutdown

This commit is contained in:
2026-02-15 20:23:39 +01:00
commit 2da06bf321
7 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/ {
chosen {
mikrobus,uart = &main_uart5;
zephyr,console = "";
};
};
&main_uart5 {
status = "okay";
current-speed = <115200>;
};