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(WL): wrong arm cortex math library and VECT_TAB_OFFSET used for CM4 #1665

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Feb 23, 2022

No description provided.

STM32WL has no FPU:
Replace:
arm_cortexM4lf_math.lib (Cortex-M4, Little endian, Floating Point Unit)
by:
arm_cortexM4l_math.lib (Cortex-M4, Little endian)

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added bug 🐛 Something isn't working fix 🩹 Bug fix labels Feb 23, 2022
@fpistm fpistm added this to the 2.3.0 milestone Feb 23, 2022
@fpistm fpistm requested a review from ABOSTM February 23, 2022 16:42
@fpistm fpistm merged commit 94a9914 into stm32duino:main Mar 1, 2022
@fpistm fpistm deleted the WL_Fix branch March 1, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working fix 🩹 Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants