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

tusb_fifo: skip constant address functions if not used #2618

Merged
merged 3 commits into from
May 6, 2024

Conversation

HiFiPhile
Copy link
Collaborator

Describe the PR
Due to a missed optimization in the compiler, code for constant address handling is being included in all builds. This change splits the code in different functions to avoid that.

Additional context
Supercede #2132

mndza and others added 3 commits June 30, 2023 11:35
Due to a missed optimization in the compiler, code for constant address
handling is being included in all builds. This change splits the code
in different functions to avoid that.
Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

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

look great, thank you

@hathach hathach merged commit 104a5da into hathach:master May 6, 2024
70 checks passed
@HiFiPhile HiFiPhile deleted the fifo_const_split branch May 7, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants