Implement Zephyr support for Teensy#83
Merged
valeros merged 8 commits intoplatformio:developfrom Jan 14, 2022
Merged
Conversation
Contributor
Author
|
This also requires platformio/zephyr#13 to build |
Member
|
Hi @Rovio01 ! Many thanks for the PR, looks awesome. At the moment we are preparing support for the Zephyr 2.7.1, so it seems your PR will land in the upcoming platform release. Although I'm not sure about PyOCD package, could you please clarify why it's needed? |
valeros
reviewed
Jan 12, 2022
platform.json
Outdated
Comment on lines
+75
to
+80
| "tool-pyocd": { | ||
| "type": "debugger", | ||
| "optional": true, | ||
| "owner": "platformio", | ||
| "version": "~1.2900.0" | ||
| }, |
Member
There was a problem hiding this comment.
How the tool-pyocd package is used here?
Contributor
Author
There was a problem hiding this comment.
Whoops, I don't think that should have slipped in there, that probably came from when I was copying over the NXP i.MX RT packages and never got cleaned up. I'm pretty sure it can safely be removed.
Member
|
Many thanks for such a great PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Zephyr 2.7.0 added support for the Teensy 4.0 and Teensy 4.1 boards, so this adds that to PlatformIO