-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[microTVM][TVMC] Add TVMC test for Arduino and Zephyr #9584
Conversation
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.
@mehrdadh Thanks a lot for adding these tests!
I've got some questions inline mainly about prepare_options
but overall looks good.
@mehrdadh think the following two tags to the PR (and to the commit if you're going to push force - if multiple commits exist the commit tile that lands is the PR's title, otherwise if it's a single commit the commit's title is used for landing): |
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.
Thanks @gromero for your comprehensive review. I have address your comments, PTAL.
083cbf8
to
830f1c1
Compare
830f1c1
to
53524e5
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.
@mehrdadh Thanks! LGTM except for one single fix that's necessary in arduino_cli_cmd
option for the default
metadatum, please see my comment inline. For Zephyr zephyr_base
option the default
is right.
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.
thanks @mehrdadh just a couple comments here
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.
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.
Thanks @mehrdadh , 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
* Add TVMC test for Arduino and Zephyr * Address @gromero comments * address comments
* Add TVMC test for Arduino and Zephyr * Address @gromero comments * address comments
* Add TVMC test for Arduino and Zephyr * Address @gromero comments * address comments
* Add TVMC test for Arduino and Zephyr * Address @gromero comments * address comments
* Add TVMC test for Arduino and Zephyr * Address @gromero comments * address comments
This PR adds TVMC test for Arduino and Zephyr platforms and fixes few issues with project API and API servers.
cc @areusch @guberti @gromero