Files
hci_uart_iso_timesync/uart1.overlay
Dirk Helbig 0d05856518 - 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
2024-07-04 19:15:20 +02:00

19 lines
218 B
Plaintext

&gpio_fwd {
status = "disabled";
};
&uart1 {
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <1000000>;
hw-flow-control;
};
/ {
chosen {
zephyr,bt-c2h-uart = &uart1;
};
};