modules: Added hal_wurthelektronik module.
Added hal_wurthelektronik module (contains drivers provided by Würth Elektronik eiSos GmbH & Co. KG). Signed-off-by: Yannick Thesen <Yannick.Thesen@we-online.de>
This commit is contained in:
parent
838f581300
commit
ffdd428419
|
@ -38,6 +38,7 @@ source "modules/Kconfig.telink"
|
|||
source "modules/Kconfig.tinycbor"
|
||||
source "modules/Kconfig.tinycrypt"
|
||||
source "modules/Kconfig.vega"
|
||||
source "modules/Kconfig.wurthelektronik"
|
||||
source "modules/Kconfig.xtensa"
|
||||
source "modules/zcbor/Kconfig"
|
||||
source "modules/Kconfig.mcuboot_bootutil"
|
||||
|
|
6
modules/Kconfig.wurthelektronik
Normal file
6
modules/Kconfig.wurthelektronik
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Würth Elektronik HAL config
|
||||
# Copyright (c) 2022 Würth Elektronik eiSos GmbH & Co. KG
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config HAS_WESENSORS
|
||||
bool
|
5
west.yml
5
west.yml
|
@ -144,6 +144,11 @@ manifest:
|
|||
path: modules/hal/ti
|
||||
groups:
|
||||
- hal
|
||||
- name: hal_wurthelektronik
|
||||
revision: 24ca9873c3d608fad1fea0431836bc8f144c132e
|
||||
path: modules/hal/wurthelektronik
|
||||
groups:
|
||||
- hal
|
||||
- name: hal_xtensa
|
||||
revision: 63f655362423aa49507da7977a2d37142e8debeb
|
||||
path: modules/hal/xtensa
|
||||
|
|
Loading…
Reference in a new issue