Skip to content

Enable UCPD Dead Battery Support Again #2576

Closed
@klaus-liebler

Description

@klaus-liebler

Good evening,

my feature request is related to the problem described here:
manuelbl/usb-pd-arduino#20
https://www.mikrocontroller.net/topic/573034#7778987

In short: The Arduino Framework for STM32G431 disables the Dead Battery Support for USB-C PD applications without offering conditional compilation for this. However, at least I need Dead Battery Support in my application. The only way to archive this now is to comment out the particular line in hw_config.c

I would like to have a preprocessor symbol that enables Dead Battery Support (i.e. disables the deactivation).

Thank you, regards
Klaus

Activity

fpistm

fpistm commented on Nov 21, 2024

@fpistm
Member

Hi @klaus-liebler
Feel free to provide a PR for this.
Thanks

added a commit that references this issue on Dec 17, 2024
2ad9ef8
added this to the 2.10 milestone on Dec 17, 2024
added a commit that references this issue on Dec 17, 2024
aa37c03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Enable UCPD Dead Battery Support Again · Issue #2576 · stm32duino/Arduino_Core_STM32