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

[patch-axel-4] UART driver cleanup #5

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

[patch-axel-4] UART driver cleanup #5

wants to merge 10 commits into from

Conversation

axel-h
Copy link
Owner

@axel-h axel-h commented Feb 15, 2024

No description provided.

@axel-h axel-h force-pushed the patch-axel-4 branch 3 times, most recently from 1e7e930 to a24fd9a Compare March 11, 2024 12:54
axel-h added 10 commits June 20, 2024 22:14
Fix the bug that LF CR is printed instead of CR LF.

Signed-off-by: Axel Heider <[email protected]>
Introduce SERIAL_TX_NONBLOCKING to allow defining UART blocking
behavior. Clarify SERIAL_AUTO_CR behavior. Keep behavior of all
drivers as it was before, but now the differences become more
obvious.

Signed-off-by: Axel Heider <[email protected]>
Enable SERIAL_AUTO_CR and disable SERIAL_NONBLOCKING, so the UART can be
used as a console. If application need a data UART, they must explicitly
set the defaults.

Signed-off-by: Axel Heider <[email protected]>
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.

1 participant