-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can RP2040 build environment be supported? #329
Comments
Found how to do it. .arduino-ci.yml
|
Tested and it works |
If this is a popular board, I wouldn't mind adding it to |
Think it is pretty popular as there are several devboards and variations. It would be interesting to know what are the top 15 boards used. |
My high level goal isn't necessarily to represent the most popular board, just to have enough boards defined that any given library developer will find at least one working arduino_ci platform for their library, out of the box. |
Imho you have enough boards supported. The ones I could think of
That said, when compiling the examples, is it possible to get info about sketch size and RAM usage? When developing libraries I often want to know if code increases or decreases and by how much. |
Hi, I will test with STM32. |
STM32 +1 |
This is my idea with the This is present on my scripts branch pending a merge of #320. |
@hlovdal on my local branch I've started reporting the "free bytes" (in the message at the end of each compilation step) to the test output, but I can see that we're getting to the point where machine-readable output is necessary. Can you open an issue to track this idea? It sounds like you'd like a report of things that are more informational than pass/fail. Sizes and compilation times are 2 things that jump out at me there. Regarding your issue about the hooks, I think it's a great idea! My first step for it is figuring out how to do it in a generic way. Happy to continue the discussion on that other issue |
Is it possible to support the RP2040 build environment?
Would be appreciated
PR - RobTillaart/MCP_DAC#16
The text was updated successfully, but these errors were encountered: