- fixed prj.conf for ISO support

- Allow for manual disabling SD sync
- add uart0 define to board dt overlay
- tested and working ISO support over USB-CDC Segger VUART0/1 and external UART
This commit is contained in:
Dirk Helbig
2024-07-04 19:12:43 +02:00
parent 7a266f8d0b
commit 0d05856518
7 changed files with 27 additions and 16 deletions

View File

@@ -8,3 +8,11 @@
};
};
};
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};