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

stm32cube: all: Rename Kconfig symbol xxx_CRYPT to xxx_CRYP #29

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 4, 2019

  1. stm32cube: all: Rename Kconfig symbol xxx_CRYPT to xxx_CRYP

    Each Cube peripheral API _foo.h has a matching Kconfig symbol
    USE_STM32_HAL_FOO. This convention is useful for automatic package
    update.
    Crypto API derogates from this rule, which breaks automatic update:
    - API is _cryp.h
    - Kconfig is USE_STM32_HAL_CRYPT
    
    Fix this by aligning Kconfig symbol on API naming.
    
    Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
    erwango committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d7dbe8c View commit details
    Browse the repository at this point in the history