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:
parent
5377a2ac9f
commit
231008116b
@ -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
|
||||
|
||||
10
pkg/esp32_sdk_lib_coexist/Makefile
Normal file
10
pkg/esp32_sdk_lib_coexist/Makefile
Normal 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:
|
||||
2
pkg/esp32_sdk_lib_coexist/Makefile.dep
Normal file
2
pkg/esp32_sdk_lib_coexist/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
# This package can only be used with the ESP32 CPU
|
||||
FEATURES_REQUIRED += arch_esp32
|
||||
3
pkg/esp32_sdk_lib_coexist/Makefile.include
Normal file
3
pkg/esp32_sdk_lib_coexist/Makefile.include
Normal file
@ -0,0 +1,3 @@
|
||||
export ESP32_SDK_LIB_COEXIST_DIR ?= $(PKGDIRBASE)/esp32_sdk_lib_coexist
|
||||
|
||||
PSEUDOMODULES += esp32_sdk_lib_coexist
|
||||
4
pkg/esp32_sdk_lib_coexist/doc.md
Normal file
4
pkg/esp32_sdk_lib_coexist/doc.md
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user