-
Notifications
You must be signed in to change notification settings - Fork 49
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
Implement Zephyr support for Teensy #83
Conversation
This also requires platformio/zephyr#13 to build |
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? |
platform.json
Outdated
"tool-pyocd": { | ||
"type": "debugger", | ||
"optional": true, | ||
"owner": "platformio", | ||
"version": "~1.2900.0" | ||
}, |
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.
How the tool-pyocd
package is used here?
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.
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.
Many thanks for such a great PR. |
Zephyr 2.7.0 added support for the Teensy 4.0 and Teensy 4.1 boards, so this adds that to PlatformIO