-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests: uart_async_api: Support atsamr21_xpro board #24610
Merged
MaureenHelm
merged 1 commit into
zephyrproject-rtos:master
from
stephanosio:test_uart_async_api_samr21
Apr 23, 2020
Merged
tests: uart_async_api: Support atsamr21_xpro board #24610
MaureenHelm
merged 1 commit into
zephyrproject-rtos:master
from
stephanosio:test_uart_async_api_samr21
Apr 23, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stephanosio
requested review from
galak,
MaureenHelm and
Mierunski
as code owners
April 22, 2020 14:46
stephanosio
added
area: Drivers
area: Tests
Issues related to a particular existing or missing test
area: UART
Universal Asynchronous Receiver-Transmitter
Blocked
Blocked by another PR or issue
platform: Microchip SAM
Microchip SAM Platform (formerly Atmel SAM)
labels
Apr 22, 2020
@nandojve Can you test if this works on your SAM R21 Xplained Pro board? |
stephanosio
force-pushed
the
test_uart_async_api_samr21
branch
2 times, most recently
from
April 22, 2020 14:53
0998778
to
c7e321f
Compare
stephanosio
force-pushed
the
test_uart_async_api_samr21
branch
from
April 22, 2020 17:16
c7e321f
to
a68a6b0
Compare
Modified the test to use |
Hi @stephanosio, well done!
|
nandojve
approved these changes
Apr 23, 2020
nandojve
requested changes
Apr 23, 2020
This was referenced Apr 23, 2020
stephanosio
force-pushed
the
test_uart_async_api_samr21
branch
from
April 23, 2020 03:14
a68a6b0
to
b344d90
Compare
Rebased This PR can be merged now. |
galak
approved these changes
Apr 23, 2020
needs minor rebase since I merged the other PR. |
stephanosio
force-pushed
the
test_uart_async_api_samr21
branch
from
April 23, 2020 14:13
b344d90
to
465fb58
Compare
@galak Rebased |
This commit adds the asynchronous UART API testing support on the SAM R21 Xplained Pro board. The SERCOM3 module is used as the secondary loop-back UART, which is required to run this test. Note that no external UART loop-back connection is necessary to run this test, because the SERCOM3 UART TX and RX pads are configured to be internally connected; it is, however, still necessary to configure the pinmux because the module pads are not connected until the pinmux is configured. Signed-off-by: Stephanos Ioannidis <[email protected]>
stephanosio
force-pushed
the
test_uart_async_api_samr21
branch
from
April 23, 2020 14:45
465fb58
to
224e5e8
Compare
nandojve
approved these changes
Apr 23, 2020
MaureenHelm
approved these changes
Apr 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Boards
area: Drivers
area: Tests
Issues related to a particular existing or missing test
area: UART
Universal Asynchronous Receiver-Transmitter
platform: Microchip SAM
Microchip SAM Platform (formerly Atmel SAM)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds the asynchronous UART API testing support on the SAM
R21 Xplained Pro board.
The SERCOM3 module is used as the secondary loop-back UART, which is
required to run this test.
Note that no external UART loop-back connection is necessary to run
this test, because the SERCOM3 UART TX and RX pads are configured to be
internally connected; it is, however, still necessary to configure the
pinmux because the module pads are not connected until the pinmux is
configured.
Signed-off-by: Stephanos Ioannidis [email protected]
To be rebased on top of #24572 (blocked by #24572).Done