-
Notifications
You must be signed in to change notification settings - Fork 32
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
ci(tinyusb): Added esp-idf run (esp32s2) #40
Conversation
f84c033
to
310cd5b
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.
upload-artifact: keep the paths relative to $IDF_PATH
download-artifact: set the output path to $IDF_PATH, and the relative paths would be both based on the IDF_PATH as root directory.
please have a try.
94f043c
to
b9d898c
Compare
cf779ac
to
45aafa6
Compare
803836b
to
4f80c3c
Compare
a49b1b3
to
ff15f39
Compare
ff15f39
to
d00b6b7
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.
LGTM, thank you!
Requirements
Run a pytest verification for esp-idf examples with incoming changes for
espressif/tinyusb
.Description
The job names were modified regarding the following naming pattern: [REPO_NAME][JOB_NAME] - [STEP_NAME]
Where:
REPO_NAME = [ESP-IDF, ESP-USB]
JOB_NAME = [Build, Run]
STEP_NAME = [build, run-target]
Limitations
USB_G_NCM
flag), so the NCM device is not appeared as eth* adapter after connection and the test "ifconfig" could not verify device presence by hardware MAC.Breaking change
No breaking changes
Checklist
Related issues
No related issues