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

Conversation

erwango
Copy link
Member

@erwango erwango commented Dec 4, 2019

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

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>
@galak
Copy link
Contributor

galak commented Dec 4, 2019

Is there a matching change on the zephyr side?

@erwango
Copy link
Member Author

erwango commented Dec 4, 2019

Is there a matching change on the zephyr side?

Yeah it's coming. Had a coffee break in-bewteen :-)

@galak galak merged commit 92bdc13 into zephyrproject-rtos:master Dec 9, 2019
erwango added a commit to erwango/zephyr that referenced this pull request Dec 10, 2019
Cf zephyrproject-rtos/hal_stm32#29

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
nashif pushed a commit to zephyrproject-rtos/zephyr that referenced this pull request Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants