1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00

pkg/esp32_sdk_lib_coexist: add coexist libraries

This commit is contained in:
Gunar Schorcht 2025-03-02 15:44:18 +01:00
parent 5377a2ac9f
commit 231008116b
5 changed files with 20 additions and 0 deletions

View File

@ -44,6 +44,7 @@ endif
ifneq (,$(filter esp_wifi_any,$(USEMODULE)))
# add additional modules and packages used for any WiFi interface
USEPKG += esp32_sdk_lib_coexist
USEPKG += esp32_sdk_lib_phy
USEPKG += esp32_sdk_lib_wifi
USEMODULE += esp_idf_event

View File

@ -0,0 +1,10 @@
PKG_NAME=esp32_sdk_lib_coexist
PKG_URL=https://github.com/espressif/esp-coex-lib
# This is a version in the v5.4 release branch
PKG_VERSION=7b588f2dbb12ddcd46c075dcd041f4d03a59154f
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk
# there is nothing to compile
all:

View File

@ -0,0 +1,2 @@
# This package can only be used with the ESP32 CPU
FEATURES_REQUIRED += arch_esp32

View File

@ -0,0 +1,3 @@
export ESP32_SDK_LIB_COEXIST_DIR ?= $(PKGDIRBASE)/esp32_sdk_lib_coexist
PSEUDOMODULES += esp32_sdk_lib_coexist

View File

@ -0,0 +1,4 @@
@defgroup pkg_esp32_sdk_lib_coexist ESP32 SDK Coexist Libraries
@ingroup pkg_esp32_sdk
@brief Vendor SDK Coexist Libraries for ESP32 SoC by Espressif
@see https://github.com/espressif/esp-coex-lib