mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
cpu/esp32/esp-idf/wifi: migration to ESP-IDF v5.4
This commit is contained in:
parent
17ba88c9cb
commit
a0d43f12ee
@ -1,21 +1,30 @@
|
|||||||
MODULE = esp_idf_wifi
|
MODULE = esp_idf_wifi
|
||||||
|
|
||||||
# source files to be compiled for this module
|
|
||||||
ESP32_SDK_SRC = \
|
ESP32_SDK_SRC = \
|
||||||
components/esp_event/event_send.c \
|
components/esp_coex/$(CPU_FAM)/esp_coex_adapter.c \
|
||||||
components/esp_hw_support/port/$(CPU_FAM)/dport_access.c \
|
components/esp_phy/$(CPU_FAM)/phy_init_data.c \
|
||||||
|
components/esp_phy/src/phy_common.c \
|
||||||
components/esp_phy/src/phy_init.c \
|
components/esp_phy/src/phy_init.c \
|
||||||
|
components/esp_system/port/soc/$(CPU_FAM)/reset_reason.c \
|
||||||
components/esp_wifi/$(CPU_FAM)/esp_adapter.c \
|
components/esp_wifi/$(CPU_FAM)/esp_adapter.c \
|
||||||
components/esp_wifi/src/wifi_init.c \
|
components/esp_wifi/src/wifi_init.c \
|
||||||
|
components/soc/esp32/dport_access.c \
|
||||||
#
|
#
|
||||||
|
|
||||||
# additional include pathes required by this module
|
# additional include pathes required by this module
|
||||||
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/app_update/include
|
||||||
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_bootloader_format/include
|
||||||
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_coex/include
|
||||||
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_partition/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_phy/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_phy/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_phy/$(CPU_FAM)/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_phy/$(CPU_FAM)/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/tcpip_adapter/include
|
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/port/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/port/include
|
||||||
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/esp_supplicant/include
|
INCLUDES += -I$(ESP32_SDK_DIR)/components/wpa_supplicant/esp_supplicant/include
|
||||||
|
|
||||||
|
ifneq (,$(filter esp32c3 esp32s2,$(CPU_FAM)))
|
||||||
|
ESP32_SDK_SRC += components/esp_hw_support/port/$(CPU_FAM)/adc2_init_cal.c
|
||||||
|
endif
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
|
ESP32_SDK_BIN = $(BINDIR)/$(MODULE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user