Skip to content

Commit

Permalink
tests: bluetooth: shell: Enable flow control
Browse files Browse the repository at this point in the history
Enabling UART flow control for CYW20829

Signed-off-by: Sreeram Tatapudi <[email protected]>
  • Loading branch information
sreeramIfx committed Jun 28, 2024
1 parent 8f353dc commit f984a77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bluetooth/shell/boards/cyw920829m2evk_02.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* SPDX-License-Identifier: Apache-2.0 */

uart2: &scb2 {
hw-flow-control;
pinctrl-0 = <&p3_3_scb2_uart_tx &p3_2_scb2_uart_rx &p3_1_scb2_uart_rts &p3_0_scb2_uart_cts>;
};

0 comments on commit f984a77

Please sign in to comment.