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

feat: support STM32WL family #49

Merged
merged 2 commits into from
Feb 25, 2022
Merged

feat: support STM32WL family #49

merged 2 commits into from
Feb 25, 2022

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Feb 23, 2022

@fpistm fpistm added the enhancement New feature or request label Feb 23, 2022
@fpistm fpistm added this to the 10.3.1 milestone Feb 23, 2022
@fpistm fpistm requested a review from ABOSTM February 23, 2022 17:14
fpistm and others added 2 commits February 25, 2022 15:38
Fixes stm32duino#44

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
It happens on STM32WL that case 4 fails.
And it seems to be linked to LiuLayland theoritical bound value,
which is based on ideal system.
It doesn't take into account things like RTOS task swap, ...
So take more margin for case 4 by decreasing the cpu load of one task,
so that global CPU moves away from theoretical bound.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
@fpistm
Copy link
Member Author

fpistm commented Feb 25, 2022

LGTM. Thanks @ABOSTM

@fpistm fpistm merged commit e730645 into stm32duino:main Feb 25, 2022
@fpistm fpistm deleted the wl_support branch May 2, 2022 11:57
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.

Add support of STM32WL
2 participants