-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
added xiao_esp32c3 conf and overlay files to allow proper compilation… #66190
Conversation
Hello @rabarar, and thank you very much for your first pull request to the Zephyr project! |
sample: net: wifi: boards: added missing .conf and .overlay files for xiao_esp32c3 The conf and overlay files to properly compile the wifi samples were omitted for the Xiao_esp32c3 board. I've added those two files and confirmed that the sample properly compiles and runs. Signed-off-by: Rob Baruch <rabarar robertbaruch@mac.com> |
If you actually amend your commit to be that (except "samples:" instead of "sample:"), it should OK! Note that your committee name also need to be update to be "Robert Baruch" not "rabarar". |
samples: net: wifi: boards: added missing .conf and .overlay files for xiao_esp32c3 The conf and overlay files to properly compile the wifi samples were omitted for the Xiao_esp32c3 board. I've added those two files and confirmed that the sample properly compiles and runs. Signed-off-by: Robert Baruch robertbaruch@mac.com |
I'm missing it - if someone what's to give me the copy of how they'd like this to appear to allow it to pass - feel free - I've tried and I'm not getting past the Compliance Check... Best, Rob |
You need to actually update your actual commit, as that's what ends up in the code repository eventually, not the PR contents :)
|
Ah - thank you!
… On Dec 5, 2023, at 3:54 PM, Benjamin Cabé ***@***.***> wrote:
You need to actually update your actual commit, as that's what ends up in the code repository eventually, not the PR contents :)
git commit --amend --author "Robert Baruch ***@***.***>" --signoff
... Update the commit message title and description
git push --force
—
Reply to this email directly, view it on GitHub <#66190 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABB2J6DVR2BTRUEJHZCW7LLYH6CZXAVCNFSM6AAAAABAIHUGVKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBRGU4TMNZZHE>.
You are receiving this because you modified the open/close state.
|
I give up - still failing …
… On Dec 5, 2023, at 3:54 PM, Benjamin Cabé ***@***.***> wrote:
You need to actually update your actual commit, as that's what ends up in the code repository eventually, not the PR contents :)
git commit --amend --author "Robert Baruch ***@***.***>" --signoff
... Update the commit message title and description
git push --force
—
Reply to this email directly, view it on GitHub <#66190 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABB2J6DVR2BTRUEJHZCW7LLYH6CZXAVCNFSM6AAAAABAIHUGVKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBRGU4TMNZZHE>.
You are receiving this because you modified the open/close state.
|
Almost there it seems
Note that I've made sure to wrap lines at 72 characters as per the guidelines |
Copy and pasted -> still failed…. lol the PR is harder than the fix…On Dec 5, 2023, at 4:13 PM, Benjamin Cabé ***@***.***> wrote:
Almost there it seems
The entirety of the commit message should literally read.
samples: net: wifi: add missing .conf and .overlay files for xiao_esp32c3
The conf and overlay files to properly compile the wifi samples were
omitted for the Xiao_esp32c3 board. I've added those two files and confirmed
that the sample properly compiles and runs.
Signed-off-by: Robert Baruch
***@***.***
Note that I've made sure to wrap lines at 72 characters as per the guidelines
Going through git commit --amend with this text as a full replacement for what you currently have should do the trick...
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
I am not sure what tool/editor your using for Git but fwiw your commit message actually looks like this: https://github.com/rabarar/zephyr/commit/934ba0a2fa253a9aedc0e4929e4e152732db3dfd , i.e. your successive changes have all been appended to one another? |
I’m using vi and the command line git invocation to amend the comment…On Dec 5, 2023, at 5:09 PM, Benjamin Cabé ***@***.***> wrote:
I am not sure what tool/editor your using for Git but fwiw your commit message actually looks like this: ***@***.*** , i.e. your successive changes have all been appended to one another?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
I used a different terminal and edited the file… I saw the same - not sure why the terminal wasn’t showing the file properly…Did this one pass?On Dec 5, 2023, at 5:09 PM, Benjamin Cabé ***@***.***> wrote:
I am not sure what tool/editor your using for Git but fwiw your commit message actually looks like this: ***@***.*** , i.e. your successive changes have all been appended to one another?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
The conf and overlay files to properly compile the wifi samples were omitted for the Xiao_esp32c3 board. I've added those two files and confirmed that the sample properly compiles and runs. Signed-off-by: Robert Baruch <robertbaruch@mac.com>
Hi @rabarar! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
… for the xiao_esp32c3 board