Skip to content

drivers: serial: native_tty: change init priority #93646

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

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

vytvir
Copy link
Contributor

@vytvir vytvir commented Jul 24, 2025

Change init priority from '55' to 'CONFIG_SERIAL_INIT_PRIORITY' to align with how other serial devices are initialized.

This should remove the need to do CONFIG_BT_HCI_INIT_PRIORITY=55 in snippets/hci-uart-native-sim/hci-uart-native-sim.conf.

Change init priority from '55' to 'CONFIG_SERIAL_INIT_PRIORITY' to align
with how other serial devices are initialized.

Signed-off-by: Vytautas Virvičius <[email protected]>
@zephyrbot zephyrbot added area: UART Universal Asynchronous Receiver-Transmitter area: native port Host native arch port (native_sim) labels Jul 24, 2025
@zephyrbot zephyrbot requested review from aescolar and dcpleung July 24, 2025 08:04
Copy link

@aescolar aescolar added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jul 24, 2025
@cfriedt cfriedt merged commit 358e796 into zephyrproject-rtos:main Jul 25, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: native port Host native arch port (native_sim) area: UART Universal Asynchronous Receiver-Transmitter Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants