From 6ea53792f4ebba58aeb598dea2c892eb6215ba1c Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 8 May 2020 15:36:26 +0200 Subject: [PATCH] modules: stm32: Rename lib Kconfig symbol Both ST and STM32 modules where using same HAS_STLIB Kconfig symbol. Now that each module is createing is own lib, we need to be able to distinguish libs. Depends on zephyrproject-rtos/hal_stm32/pull/52 Signed-off-by: Erwan Gouriou --- drivers/bluetooth/hci/Kconfig | 2 +- modules/Kconfig.stm32 | 3 +++ west.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 72f8ec1279a..9fa7a90a33f 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -49,7 +49,7 @@ config BT_SPI config BT_STM32_IPM bool "IPM HCI" select USE_STM32_HAL_CORTEX - select HAS_STLIB + select HAS_STM32LIB help TODO diff --git a/modules/Kconfig.stm32 b/modules/Kconfig.stm32 index 387ffc632d5..4fcc165a776 100644 --- a/modules/Kconfig.stm32 +++ b/modules/Kconfig.stm32 @@ -3,6 +3,9 @@ # Copyright (c) 2016 Linaro Limited. # SPDX-License-Identifier: Apache-2.0 +config HAS_STM32LIB + bool + config HAS_STM32CUBE bool select HAS_CMSIS_CORE diff --git a/west.yml b/west.yml index fb15152c283..10703791a0f 100644 --- a/west.yml +++ b/west.yml @@ -68,7 +68,7 @@ manifest: revision: fa481784b3c49780f18d50bafe00390ccb62b2ec path: modules/hal/st - name: hal_stm32 - revision: ff9b7f295da7e8918fbe3e0119b5271cb9cb4a55 + revision: d1bc80d021f4ebc31f6e8b36f14b738cc26c7b03 path: modules/hal/stm32 - name: hal_ti revision: c398cc7959097d27a9cfec857eeade9b851cd46c