-
Notifications
You must be signed in to change notification settings - Fork 143
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
[board] Add Adafruit Feather M4 Express BSP and examples #1032
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.
Thanks!
The board needs to be added here that the examples are compiled in the CI run.
Also, please run python3 tools/scripts/synchronize_docs.py
in the modm top level folder and commit the updated README.md
file.
I ran "synchronize_docs.py", committed and pushed README.md. Then I spotted a typo in that file, and changed "you specific needs" to "your specific needs", committed and pushed it. Big mistake, I guess. Now it appears it's failing the test at that point. I tried to undo it from my local repo but have run into a "divergent branch" situation that I'm unsure how to fix. I don't believe there's really anything wrong with the file. |
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.
I'm happy with this, thanks!
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!
Thanks to your both for your patience! I now understand the process somewhat better, although I am still not friends with git just yet :-) |
I've squashed and rebased your commits and will merge after the CI passes. Thanks! |
Adafruit Feather M4 Express BSP and examples