zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
43 stars 11 forks source link

create west.yml #68

Closed DhruvaG2000 closed 1 year ago

DhruvaG2000 commented 1 year ago

This file can be used to directly pull and use this module. Main use case at the moment is to easily pull this module in a docker container and then run a simple sample build test to see if code compiles without errors.

Furthermore this PR also contains a Dockerfile that can be used locally as well as in CI/CD workflows.

Signed-off-by: Dhruva Gole goledhruva@gmail.com

beriberikix commented 1 year ago

Thanks for sharing the testing instructions over Discord! In the future, when it is less obvious how to test a PR, please try to include test instructions for reviewers in the original PR. We're less familiar with your code than you are, and it makes everyone's lives easier :)

DhruvaG2000 commented 1 year ago

Thanks for sharing the testing instructions over Discord! In the future, when it is less obvious how to test a PR, please try to include test instructions for reviewers in the original PR. We're less familiar with your code than you are, and it makes everyone's lives easier :)

Thanks alot for your time to test this @beriberikix . I regret the inconvenience caused, I will try to be more verbose regarding testing instructions from now on.

beriberikix commented 1 year ago

No worries at all! I was in the middle of moving so it was hard to contribute without all the details in one place.

Thanks.