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

uart_basic_api test fails for SAM family devices #23278

Closed
stephanosio opened this issue Mar 5, 2020 · 0 comments · Fixed by #23279
Closed

uart_basic_api test fails for SAM family devices #23278

stephanosio opened this issue Mar 5, 2020 · 0 comments · Fixed by #23279
Assignees
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: low Low impact/importance bug

Comments

@stephanosio
Copy link
Member

stephanosio commented Mar 5, 2020

Describe the bug
The uart_basic_api test fails for the Atmel SAM family devices due to incorrect irq_update function implementation.

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=sam_e70_xplained
  3. make
  4. See error

Expected behavior
irq_update should always return 1.

Screenshots or console output

retval should always be 1
retval should always be 1
retval should always be 1
...

Environment (please complete the following information):

  • OS: Ubuntu 18.04
  • Toolchain: Zephyr SDK 0.11.2
  • Commit SHA: f756432
@stephanosio stephanosio added bug The issue is a bug, or the PR is fixing a bug area: Drivers platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) area: UART Universal Asynchronous Receiver-Transmitter labels Mar 5, 2020
@stephanosio stephanosio self-assigned this Mar 5, 2020
@stephanosio stephanosio added the priority: low Low impact/importance bug label Mar 5, 2020
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: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant