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

Fix flash offset on HY_TinySTM103T variant. #1131

Merged
merged 2 commits into from
Aug 3, 2020
Merged

Conversation

mkarr
Copy link
Contributor

@mkarr mkarr commented Jul 23, 2020

The linker script for the HY_TinySTM103T variant ignored the
LD_FLASH_OFFSET linker flags. This prevented proper operation when using
a bootloader on these boards. The linker script has been replaced with
the generic F103 linkerscript that properly implements this.

The linker script for the HY_TinySTM103T variant ignored the
LD_FLASH_OFFSET linker flags. This prevented proper operation when using
a bootloader on these boards. The linker script has been replaced with
the generic F103 linkerscript that properly implements this.
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Aug 3, 2020
@fpistm fpistm added this to the 2.0.0 milestone Aug 3, 2020
STM32 core based on ST HAL automation moved this from In progress to Reviewer approved Aug 3, 2020
@fpistm fpistm merged commit 6fc4073 into stm32duino:master Aug 3, 2020
STM32 core based on ST HAL automation moved this from Reviewer approved to Done Aug 3, 2020
@fpistm
Copy link
Member

fpistm commented Aug 3, 2020

Thanks for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants