Skip to content

Conversation

@d-ragul
Copy link

@d-ragul d-ragul commented Nov 17, 2025

This PR updates the UART documentation to improve consistency and correct minor spelling issues.

Changes made:

  • Corrected "water mark" → "watermark" in multiple occurrences
  • Updated "uart" to "UART" for consistent capitalization across the document
  • No functional or behavioral changes

These are purely documentation cleanups to improve clarity and consistency.

Signed-off-by: Ragul D [email protected]

Copy link
Contributor

@rswarbrick rswarbrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change. Since we don't use the squash merge strategy, could you force-push to get rid of the merge commits?

idle state deasserts, **1**-->**0**) followed by 8 data bits. The least
significant bit is sent first. If the parity feature is turned on then an odd or
even parity bit follows after the data bits. Finally a STOP (**1**) bit
significant bit is sent first. If the parity feature is turned on then an odd oreven parity bit follows after the data bits. Finally a STOP (**1**) bit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want "or even" here. Also, please could you re-flow the paragraph? (Much of the project uses a different standard layout, but we definitely need to be consistent within the file)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!
I’ve updated the paragraph formatting as suggested and rebased my branch onto upstream/master to remove the merge commits.
Force-pushed the corrected version.
Please let me know if anything else is needed.

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.

2 participants