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 <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b605e5adc4
commit
6ea53792f4
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
2
west.yml
2
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
|
||||
|
|
Loading…
Reference in New Issue