- 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:
@@ -8,3 +8,11 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
current-speed = <1000000>;
|
||||
status = "okay";
|
||||
hw-flow-control;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user