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

chore: allow to not disable UCPD dead battery #2607

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Dec 17, 2024

Closes #2576.

Wiki will be updated to reference it:

Enable UCPD dead battery behavior

Note

Available with STM32 core version higher than 2.9.0.

By default, UCPD dead battery behavior is disabled after reset.
After user request to be able to not disable it, user can use this definition to
not disable it:

SKIP_DISABLING_UCPD_DEAD_BATTERY

It can be defined thanks the variant.h, build_opt.h or hal_conf_extra.h

Warning

Enable it is under user responsability.

Closes stm32duino#2576.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added the enhancement New feature or request label Dec 17, 2024
@fpistm fpistm added this to the 2.10 milestone Dec 17, 2024
@fpistm fpistm merged commit aa37c03 into stm32duino:main Dec 17, 2024
24 checks passed
@fpistm fpistm deleted the UCPDDeadBattery branch December 17, 2024 13:27
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
Development

Successfully merging this pull request may close these issues.

Enable UCPD Dead Battery Support Again
1 participant