Skip to content

Commit

Permalink
modules: stm32 hal: Rename USE_STM32_HAL_CRYPT and _CRYPT_EX
Browse files Browse the repository at this point in the history
Cf zephyrproject-rtos/hal_stm32#29

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
  • Loading branch information
erwango committed Dec 10, 2019
1 parent 94e0485 commit bd82c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ config USE_STM32_HAL_CRC
config USE_STM32_HAL_CRC_EX
bool

config USE_STM32_HAL_CRYPT
config USE_STM32_HAL_CRYP
bool

config USE_STM32_HAL_CRYPT_EX
config USE_STM32_HAL_CRYP_EX
bool

config USE_STM32_HAL_DAC
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ manifest:
revision: fa481784b3c49780f18d50bafe00390ccb62b2ec
path: modules/hal/st
- name: hal_stm32
revision: 20776221282b6447c6330a041bc27758c8f593f3
revision: 92bdc131f915e53c19c03c65ae275fb0c9c7ee91
path: modules/hal/stm32
- name: hal_ti
revision: 7a82e93e14766ef6e42df9915ea2ab8e3b952a8b
Expand Down

0 comments on commit bd82c37

Please sign in to comment.