-
Notifications
You must be signed in to change notification settings - Fork 71
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
Initialize ArduinoCore-API update #323
Conversation
…ing the xmc-arduino core
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.
Good start 👍
docs/build_rtd.sh
Outdated
@@ -0,0 +1,57 @@ | |||
#!/bin/bash | |||
|
|||
# Check if Python and pip are installed |
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.
Is this script required?
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.
not really :D just for the convenience of my own local builds
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.
okay. I see a bit of a mix of installation, configuration... build. Not something for generic use, but personal.
Please remove it and keep it locally for you.
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.
Done!
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.
Still there?
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.
sorry! I forget to push remote ...
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
CONTRIBUTING.md also tells you what to expect in the PR process.
Description
✅ Include ArduinoCore API as submodule in XMC4Arduino (refer to psoc)
✅ Setup clean development env (refer to psoc and megaavr)
✅ Update readTheDocs (refer to psoc)
Related Issue
https://jirard.intra.infineon.com/browse/DESMAKERS-4256
https://jirard.intra.infineon.com/browse/DESMAKERS-4281
Context