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

mcu/pic32: Fix memset_func placement #3164

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Mar 12, 2024

By mistake sdata2 section was put in kseg0_program_mem. It should be left alone with no redirection to region xc32 linker will put it in correct place.

memset_func put in this place resulted in crash during boot since mbedtls was was updated.

By mistake sdata2 section was put in kseg0_program_mem.
It should be left alone with no redirection to region
xc32 linker will put it in correct place.

memset_func put in this place resulted in crash during
boot since mbedtls was was updated.
@kasjer kasjer requested a review from sjanc March 12, 2024 15:20
@kasjer kasjer merged commit 7a9dd95 into apache:master Mar 12, 2024
17 checks passed
@kasjer kasjer deleted the kasjer/pic32-fix-boot-liner-script branch March 12, 2024 16:45
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.

2 participants