1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18165 from benpicco/pkg/esp32_sdk-4.4.1

pkg/esp32_sdk: Update version to 4.4.1
This commit is contained in:
Gunar Schorcht 2022-06-06 08:32:51 +02:00 committed by GitHub
commit ca0e651f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 6 deletions

View File

@ -64,6 +64,11 @@ int g_wpa_ca_cert_len;
char *g_wpa_ttls_phase2_type;
bool g_wpa_suiteb_certification;
char *g_wpa_phase1_options;
uint8_t *g_wpa_pac_file;
int g_wpa_pac_file_len;
/*
* provided by: /path/to/esp-idf/components/log/log_freertos.c
*/

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk
PKG_URL=https://github.com/espressif/esp-idf
# This is a version in the v4.4 release branch
PKG_VERSION=eb3797dc3ffebd9eaf873a01df63aed89fad58b6
# v4.4.1
PKG_VERSION=1329b19fe494500aeb79d19b27cfd99b40c37aec
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk_lib_phy
PKG_URL=https://github.com/espressif/esp-phy-lib
# This is a version in the v4.4 release branch
PKG_VERSION=4779ddaaf29e1d6aa2d26980103a1c1bbaa29462
# This is a version in the v4.4.1 release branch
PKG_VERSION=dcbe6085e0215e2ea6a2e43b1106bdb15807f398
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk_lib_wifi
PKG_URL=https://github.com/espressif/esp32-wifi-lib
# This is a version in the v4.4 release branch
PKG_VERSION=cd7d14917f2c3d0ea4382f4a188cb290304faf47
# This is a version in the v4.4.1 release branch
PKG_VERSION=5a0d2aee49633b1a0c0374c2a01ed8c2a10e2fe4
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk