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

USB: Fix console priority #16613

Merged
merged 2 commits into from
Jun 5, 2019

Conversation

finikorg
Copy link
Collaborator

@finikorg finikorg commented Jun 4, 2019

Fixes #16518

finikorg added 2 commits June 4, 2019 16:28
It does make sense to initialize USB console after USB Device stack.
Note that the value is selected only if we specify USB_UART_CONSOLE
in prj.conf, not in menuconfig afterwards.

Fixes zephyrproject-rtos#16518

Signed-off-by: Andrei Emeltchenko <[email protected]>
Trivial function name fix.

Signed-off-by: Andrei Emeltchenko <[email protected]>
@finikorg finikorg requested a review from jfischer-no as a code owner June 4, 2019 13:32
@jfischer-no
Copy link
Collaborator

I steel see it as a workaround not as fix. It does not change behavior of uart_console_init, it will block until usb device was attached and initialized. I think we can merge it, but I suggest not to close #16518 with this PR.

@carlescufi carlescufi merged commit 26b514d into zephyrproject-rtos:master Jun 5, 2019
@finikorg finikorg deleted the usb_console_prio branch September 6, 2021 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

USB_UART_DTR_WAIT not working on nrf52840_pca10059
3 participants