Skip to content
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

net: openthread: Remove waiting for DTR in openthread UART. #1369

Merged

Conversation

canisLupus1313
Copy link

Uart driver for openthread have been waiting for host to start communicating with coprocessor, during booting of the Zephyr and by that blocking start os OS. There is no longer a need for that since the stack will be soft rebooted after host connects to coprocessor, removing the need to wait on host communication.

Signed-off-by: Przemyslaw Bida [email protected]
(cherry picked from commit cc85223)

@canisLupus1313 canisLupus1313 force-pushed the cherry_pick_openthread_dtr_fix branch 2 times, most recently from 81e3e05 to 15bc093 Compare November 20, 2023 08:31
…UART.

Uart driver for openthread have been waiting for host to start
communicating with coprocessor, during booting of the Zephyr and
by that blocking start os OS. There is no longer a need for
that since the stack will be soft rebooted after host connects
to coprocessor, removing the need to wait on host communication.

Upstream PR: zephyrproject-rtos/zephyr#63355

Signed-off-by: Przemyslaw Bida <[email protected]>
(cherry picked from commit cc85223)
@canisLupus1313 canisLupus1313 force-pushed the cherry_pick_openthread_dtr_fix branch from 15bc093 to 60fb50d Compare November 23, 2023 21:11
@cvinayak cvinayak merged commit 0c7fcf3 into nrfconnect:main Nov 24, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants