Skip to content

Conversation

asukiaaa
Copy link
Contributor

@asukiaaa asukiaaa commented May 3, 2022

I tried to build FreeRTOS for STM32L552ZE-Q with using PlatformIO bud failed.
stm32duino/STM32FreeRTOS#51
However, it succeeds on Arduino IDE.

I see log of them and I found that PlatformIO does not add the following flags for arm-none-eabi-gcc and arm-none-eabi-g++.

-mfpu=fpv4-sp-d16
-mfloat-abi=hard

The modification of this PR allow building FreeRTOS for STM32L552ZE-Q on PlatformIO.
Thank you.

Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@valeros, please could you check this and provide your feedback?

@valeros
Copy link
Contributor

valeros commented May 3, 2022

@asukiaaa Thanks for the PR!
@fpistm Thanks for pinging me, please merge.

@fpistm
Copy link
Member

fpistm commented May 3, 2022

@valeros Thanks for the quick feedback and thanks @asukiaaa for this PR.

@fpistm fpistm added this to the 2.3.0 milestone May 3, 2022
@fpistm fpistm added the enhancement New feature or request label May 3, 2022
@fpistm fpistm merged commit 949ecc8 into stm32duino:main May 3, 2022
@asukiaaa asukiaaa deleted the feature/support-fpv4-for-cortex-m33 branch May 3, 2022 15:24
@asukiaaa
Copy link
Contributor Author

asukiaaa commented May 3, 2022

Thank you for checking and merging.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants