-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor(cdc_and_usb_device): Split the tests for cdc and disconnection verification (part1/2) #108
Conversation
43a535c
to
ebe0ac0
Compare
898c672
to
8488ae7
Compare
@tore-espressif @peter-marcisovsky |
device/esp_tinyusb/test_apps/dconn_detection/pytest_dconn_detection.py
Outdated
Show resolved
Hide resolved
device/esp_tinyusb/test_apps/dconn_detection/main/test_dconn_detection.c
Outdated
Show resolved
Hide resolved
device/esp_tinyusb/test_apps/dconn_detection/sdkconfig.defaults
Outdated
Show resolved
Hide resolved
0726ee3
to
db62192
Compare
db62192
to
a0bec58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the update. LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Split the test application for cdc and disconnection verification.
Part1/2: Curved out the disconnection test in a standalone test_app (to work on P4 requires usb phy changes to configure the IOs)
Related
Limitations
Testing
N/A
Checklist
Before submitting a Pull Request, please ensure the following: