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:
Yannick Thesen 2022-07-21 16:00:51 +02:00 committed by Fabio Baltieri
parent 838f581300
commit ffdd428419
3 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,7 @@ source "modules/Kconfig.telink"
source "modules/Kconfig.tinycbor" source "modules/Kconfig.tinycbor"
source "modules/Kconfig.tinycrypt" source "modules/Kconfig.tinycrypt"
source "modules/Kconfig.vega" source "modules/Kconfig.vega"
source "modules/Kconfig.wurthelektronik"
source "modules/Kconfig.xtensa" source "modules/Kconfig.xtensa"
source "modules/zcbor/Kconfig" source "modules/zcbor/Kconfig"
source "modules/Kconfig.mcuboot_bootutil" source "modules/Kconfig.mcuboot_bootutil"

View 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

View file

@ -144,6 +144,11 @@ manifest:
path: modules/hal/ti path: modules/hal/ti
groups: groups:
- hal - hal
- name: hal_wurthelektronik
revision: 24ca9873c3d608fad1fea0431836bc8f144c132e
path: modules/hal/wurthelektronik
groups:
- hal
- name: hal_xtensa - name: hal_xtensa
revision: 63f655362423aa49507da7977a2d37142e8debeb revision: 63f655362423aa49507da7977a2d37142e8debeb
path: modules/hal/xtensa path: modules/hal/xtensa