initial commit, hci_uart with usb cdc and custom commands
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,bt-c2h-uart = &uart1;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user