Skip to content
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

Allow using custom linker scripts in PlatformIO build script #7078

Merged
merged 1 commit into from
Feb 12, 2020
Merged

Allow using custom linker scripts in PlatformIO build script #7078

merged 1 commit into from
Feb 12, 2020

Conversation

valeros
Copy link
Contributor

@valeros valeros commented Feb 12, 2020

This will allow users to set any linker script from platformio.ini file using the following syntax:

[env:esp01]
platform = espressif8266
framework = arduino
board = esp01
board_build.ldscript = custom_ldscript.ld

This is a more correct way of specifying it in comparison with using the -Wl,-T flag.

@valeros valeros changed the title Allow using custom linker scripts Allow using custom linker scripts in PlatformIO build script Feb 12, 2020
@ivankravets ivankravets merged commit 5efdc77 into esp8266:master Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants