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

drivers: serial: mec5: Microchip MEC5 UART serial driver #80245

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

scottwcpg
Copy link
Collaborator

We add a serial UART driver for Microchip MEC5 HAL based chips. The driver supports polling, interrupts, and runtime configuration features. Power management will be implemented in a future PR.

@zephyrbot zephyrbot added area: UART Universal Asynchronous Receiver-Transmitter platform: Microchip MEC Microchip MEC Platform labels Oct 22, 2024
@scottwcpg scottwcpg force-pushed the pr_mec5_uart_driver branch from 921aaae to 34835ed Compare October 22, 2024 18:54
@scottwcpg scottwcpg requested a review from dcpleung October 22, 2024 19:01
Copy link
Member

@dcpleung dcpleung left a comment

Choose a reason for hiding this comment

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

None of the .flags are being used. Is this intentional?

drivers/serial/uart_mchp_mec5.c Outdated Show resolved Hide resolved
@scottwcpg scottwcpg force-pushed the pr_mec5_uart_driver branch from 34835ed to 815f9d4 Compare October 24, 2024 17:39
@scottwcpg scottwcpg requested a review from dcpleung October 24, 2024 17:44
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Dec 24, 2024
We add a serial UART driver for Microchip MEC5 HAL based chips.
The driver supports polling, interrupts, and runtime configuration
features. Power management will be implemented in a future PR.

Signed-off-by: Scott Worley <[email protected]>
@scottwcpg scottwcpg force-pushed the pr_mec5_uart_driver branch from 815f9d4 to fa361e3 Compare January 3, 2025 14:48
@scottwcpg
Copy link
Collaborator Author

@albertofloyd @dcpleung
I updated based on comments about .flags and rebased to upstream.

@github-actions github-actions bot removed the Stale label Jan 4, 2025
@kartben kartben merged commit cbf867f into zephyrproject-rtos:main Jan 10, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: UART Universal Asynchronous Receiver-Transmitter platform: Microchip MEC Microchip MEC Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants