-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add PlatformIO manifest #2293
Add PlatformIO manifest #2293
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.
look good, please fix the missing end of file per ci recommendation.
Should be fixed. Thanks for the headsup! |
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.
look good, thank you
hi @Yveaux |
Hey @nerdyscout, You should include the TinyUSB library as an external library instead of including the files in your project. I use the TinyUSB library on an RPI Pico with Arduino, and the platformio.ini looks something like:
Good luck! |
thank you @Yveaux !
|
Allows easy usage of TinyUSB in PlatformIO (see https://platformio.org/).