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

Avoid creating many tiny critical sections in embassy-stm32::init #2045

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Oct 11, 2023

Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840).

depends on #2035

Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840).
@Dirbaio Dirbaio marked this pull request as ready for review October 12, 2023 14:26
@Dirbaio Dirbaio changed the title wip: avoid creating many tiny critical sections in embassy-stm32::init Avoid creating many tiny critical sections in embassy-stm32::init Oct 12, 2023
@Dirbaio Dirbaio enabled auto-merge October 12, 2023 14:26
@Dirbaio Dirbaio added this pull request to the merge queue Oct 12, 2023
Merged via the queue into main with commit debda2f Oct 12, 2023
@Dirbaio Dirbaio deleted the stm32-cs-spam branch January 8, 2025 12:06
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.

1 participant