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

pkg/esp32_sdk: bump to v4.4.2

https://github.com/espressif/esp-idf/releases/tag/v4.4.2
This commit is contained in:
Benjamin Valentin 2022-10-18 19:09:47 +02:00
parent 4826ad7425
commit 3ba39e110d
11 changed files with 13 additions and 10 deletions

View File

@ -72,6 +72,7 @@ INCLUDES += -I$(ESP32_SDK_DIR)/components/hal/platform_port/include
INCLUDES += -I$(ESP32_SDK_DIR)/components/heap/include
INCLUDES += -I$(ESP32_SDK_DIR)/components/log/include
INCLUDES += -I$(ESP32_SDK_DIR)/components/newlib/platform_include
INCLUDES += -I$(ESP32_SDK_DIR)/components/nvs_flash/private_include
INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/include
INCLUDES += -I$(ESP32_SDK_DIR)/components/soc/$(CPU_FAM)/include

View File

@ -25,11 +25,13 @@ ESP32_SDK_SRC = \
components/esp_system/port/soc/$(CPU_FAM)/cache_err_int.c \
components/esp_system/port/soc/$(CPU_FAM)/clk.c \
components/esp_system/port/soc/$(CPU_FAM)/reset_reason.c \
components/esp_system/port/soc/$(CPU_FAM)/system_internal.c \
components/esp_system/system_time.c \
components/esp_timer/src/esp_timer.c \
components/esp_timer/src/system_time.c \
components/hal/cpu_hal.c \
components/hal/mpu_hal.c \
components/hal/soc_hal.c \
components/hal/timer_hal.c \
components/hal/uart_hal.c \
components/hal/wdt_hal_iram.c \

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk
PKG_URL=https://github.com/espressif/esp-idf
# v4.4.1
PKG_VERSION=1329b19fe494500aeb79d19b27cfd99b40c37aec
# v4.4.2
PKG_VERSION=1b16ef6cfc2479a08136782f9dc57effefa86f66
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk_lib_bt_esp32
PKG_URL=https://github.com/espressif/esp32-bt-lib
# This is a version in the v4.4.1 release branch
PKG_VERSION=b877f7e1fc98dccfcf4dbf31f215c5cb44ec3f0d
# This is a version in the v4.4.2 release branch
PKG_VERSION=9bc3e81aa1b556c23d4ef6933042bfd24b86d1ab
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1,7 +1,7 @@
PKG_NAME=esp32_sdk_lib_bt_esp32c3
PKG_URL=https://github.com/espressif/esp32c3-bt-lib
# This is a version in the v4.4.1 release branch
PKG_VERSION=98dcc9591365b5ac486a9f0b474c36bf8c4ca97b
# This is a version in the v4.4.2 release branch
PKG_VERSION=d1c2082e5633a89c6fd6051c7761c1e697cb7a2e
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.1 release branch
PKG_VERSION=dcbe6085e0215e2ea6a2e43b1106bdb15807f398
# This is a version in the v4.4.2 release branch
PKG_VERSION=ff0d771b8e33e320e11634567ee53b9cd78e6be1
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.1 release branch
PKG_VERSION=5a0d2aee49633b1a0c0374c2a01ed8c2a10e2fe4
# This is a version in the v4.4.2 release branch
PKG_VERSION=85d6197b8f4271f51a409c0cd7e293ae2694145c
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk