Skip to content

Commit

Permalink
modules: stm32: Rename lib Kconfig symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
erwango authored and hakehuang committed Jun 20, 2020
1 parent 8663907 commit 8a016a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/bluetooth/hci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions modules/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a016a4

Please sign in to comment.