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: uart_sam0: Fix interrupt connection #23289

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

stephanosio
Copy link
Member

@stephanosio stephanosio commented Mar 5, 2020

This commit fixes the multiple SERCOM interrupt handling for the SAM
D5x and E5x devices by replacing the obsolete device tree symbol with
the new DT_INST symbol.

Signed-off-by: Stephanos Ioannidis [email protected]

Fixes #23281

p.s. This could potentially be handled in a more elegant way in the future; but as far as this PR goes, it only fixes the reference to the now obsolete device tree symbol.

This commit fixes the multiple SERCOM interrupt handling for the SAM
D5x and E5x devices by replacing the obsolete device tree symbol with
the new `DT_INST` symbol.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio stephanosio added area: Drivers area: UART Universal Asynchronous Receiver-Transmitter bug The issue is a bug, or the PR is fixing a bug platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) priority: medium Medium impact/importance bug labels Mar 5, 2020
@nandojve nandojve mentioned this pull request Mar 5, 2020
61 tasks
@jhedberg jhedberg added this to the v2.2.0 milestone Mar 6, 2020
@jhedberg jhedberg merged commit 9aed7fb into zephyrproject-rtos:master Mar 6, 2020
@stephanosio stephanosio deleted the fix_sam0_uart branch April 23, 2020 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Drivers area: UART Universal Asynchronous Receiver-Transmitter bug The issue is a bug, or the PR is fixing a bug platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UART console input does not work on SAM E5x
3 participants