-
Notifications
You must be signed in to change notification settings - Fork 215
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
Refactor the clock
module, provide ROM functions via linker scripts
#353
Conversation
This builds just fine locally for me, no idea why the S2 is failing on GHA. |
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.
LGTM
Code looks fine to me and I even tried to build the ESP32-S2 examples in WSL (to make sure there isn't a case-sensitivity issue with some file) - compiled fine for me Still, I'm a bit concerned since it would be awful if all future CI builds would fail for S2 |
One thing that is interesting: In the failing build it shows the invocation of the linker and it's missing |
Ok I know what is going on! The RUSTFLAGS get set which means it won't take the Removing that from the build script should make CI happy again |
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.
LGTM! Much cleaner now :).
3cc702b
to
309ac49
Compare
@bjoernQ good eye! Thank you so much that was driving me crazy 😁 That line should have been removed before the CI changes got merged so that was my bad anyway. Oh well, fixed now! |
clock.rs
andclocks_ll
into a commonclock
modulerom-functions
linker script for each device's HAL