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 <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@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 added this to In progress in STM32 core based on ST HAL via automation Feb 23, 2022
STM32 core based on ST HAL automation moved this from In progress to Reviewer approved Mar 1, 2022
@fpistm fpistm merged commit 94a9914 into stm32duino:main Mar 1, 2022
STM32 core based on ST HAL automation moved this from Reviewer approved to Done 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
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants