-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
framework-arduinoststm32 problem? #16607
Comments
seems like a reasonable conclusion i would also suspect the issues to be linked in some way. |
I am able to build for boards using both the STM32 and STM32F1 HALs. Perhaps somebody experiencing the issue could post their configs, along with the section at the beginning of the build output that shows all the dependency versions used. |
Experiencing a similar problem, but with an skr 1.3 board. This happens if I enable TMC2209 driver type. Compiles fine on the default A4988 driver type.
|
Same on an SKR E3 Mini v1.2:
|
Thanks to those of you who posted your build output. It's not clear to me whether @Bob-the-Kuhn's original issue is directly related to this or not. We would need to see if more people encounter it without it being problems with example files, and can provide their build output. |
The platform in question is ST's STM32 library which Marlin uses for the STM32F4xx and STM32F7xx boards. The STM32F1xx boards use a different platform/library. |
I think all current PR failures are due to the problem with the examples. It will impact all platforms, it just seems that STM32F1 tests are often the fastest to report the failure and the rest get cancelled. It seems that any test that uses an example config and enabled TMC drivers will fail due to the issue described in #16611. @Bob-the-Kuhn, do you think there is still a separate issue impacting the STM32 HAL? Do you have a link to any failures which are not related to the |
I didn't save my failure log and I can't get back to the failing platform so I can't provide details beyond what is in PR #16587. |
No one else is seeing this issue so it probably was just a quirk in my PC. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
There may be a problem with one of the versions of platformio's framework-arduinoststm32.
I ran into a failure of a macro so I created PR #16589 to fix it. After that I ran into some other strange compile issues so I deleted the .platformio\packages\framework-arduinoststm32 directory and did a clean compile. All the problems were gone after that.
Now I see lots of PRs failing a test as a result of a macro problem on a STM32 board.
Could they be related?
The text was updated successfully, but these errors were encountered: