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

[sw] Add UART disable tag #1112

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Conversation

LukasP46
Copy link
Contributor

@LukasP46 LukasP46 commented Dec 3, 2024

Optional tag to reduce lib footprint if you know that UART is not synthesized. Especially with Link-Time-Optimization this can reduce the size of the binary significantly, especially as UART is used in the RTE.

@LukasP46 LukasP46 changed the title Add UART disable tag [sw] Add UART disable tag Dec 3, 2024
@stnolting stnolting self-assigned this Dec 3, 2024
@stnolting stnolting added SW Software-related optimization Make things faster, smaller and more efficient labels Dec 3, 2024
@stnolting
Copy link
Owner

Nice idea! Thanks for adding this.

@stnolting stnolting merged commit 66a702d into stnolting:main Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Make things faster, smaller and more efficient SW Software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants