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

Add serial loopback to test runner #2816

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Conversation

XuGuohui
Copy link
Member

@XuGuohui XuGuohui commented Aug 26, 2024

  • fixes USART::available() after waking from sleep
  • adds serial loopback/loopback2 tests

Steps to Test

user/tests/wiring/serial_loopback and user/tests/wiring/serial_loopback2

References

N/A


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

Sorry, something went wrong.

@XuGuohui XuGuohui added the 5.x label Aug 26, 2024
@XuGuohui XuGuohui added this to the 5.9.0 milestone Aug 26, 2024
@XuGuohui XuGuohui force-pushed the test/fixture/serial_loopback branch from af7dc9e to 59478d4 Compare August 27, 2024 07:45
@XuGuohui XuGuohui added the bug label Aug 27, 2024
@@ -0,0 +1,6 @@
suite('Serial loopback');
platform('gen3');
Copy link
Member

Choose a reason for hiding this comment

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

@XuGuohui With recent changes to test runner/device-constants this should be 'gen3', 'gen4', see #2814

@@ -0,0 +1,6 @@
suite('Serial loopback2');
platform('gen3');
Copy link
Member

Choose a reason for hiding this comment

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

See above.

@XuGuohui XuGuohui force-pushed the test/fixture/serial_loopback branch from 59478d4 to d642b6c Compare August 29, 2024 12:30
@XuGuohui XuGuohui merged commit 5136415 into develop Aug 29, 2024
13 checks passed
@XuGuohui XuGuohui deleted the test/fixture/serial_loopback branch August 29, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants