-
Notifications
You must be signed in to change notification settings - Fork 218
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
Find a better way to create direct-boot linker scripts #431
Labels
linker scripts
Linker script issues
Comments
I experimented a bit to simplify the ESP32-C3 direct-boot linker script - here is what I came up with
I think it's definitely easier to maintain than the current approach |
cc #803 |
Support for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current way we create them is by hand, and very error-prone to keep track of all the section load addresses. We may be write them in a more maintainable way, or perhaps a generator script may be a better solution
The text was updated successfully, but these errors were encountered: