-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing hw-flow-control; in hci_uart overlay files #29440
Comments
so |
fyi @carlescufi |
Yes it does make sense, unless I'm mistaken. The net CPU runs the controller but the main app CPU runs the hci_uart |
Agree that we are missing the overlay for the DK (we only have it for the PDK). |
Haven't tested this combination yet. Is this with hci-uart on the application core and then hci-rpmsg on network core then? |
This particular issue was with APP core idle and hci-uart on NET. I.e. the host running on a PC. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Stale label should be removed. |
@anangl and @nordic-krch could you please weigh in here? |
OK, then we will fix this particular case. |
Add overlays for the current nRF5340 DK boards: - nrf5340dk_nrf5340_cpuapp - nrf5340dk_nrf5340_cpunet Fixes zephyrproject-rtos#29440. Signed-off-by: Carles Cufi <[email protected]>
Add overlays for the current nRF5340 DK boards: - nrf5340dk_nrf5340_cpuapp - nrf5340dk_nrf5340_cpunet Fixes #29440. Signed-off-by: Carles Cufi <[email protected]>
Describe the bug
I attempted to get HW flow control working on the nRF5340.
hw-flow-control
is missing in the overlay of some boards in https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/hci_uart/boardsAs a general question. Why is not
hw-flow-control
enabled by default on more boards and simply deactivated using CONFIG_UART_LINE_CTRL=n ?Impact
UART with flow control cannot be used for hci_uart on some boards.
The text was updated successfully, but these errors were encountered: