Skip to content

Commit

Permalink
macOS/Linux build updates for ESP-IDF v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andycarle committed Feb 4, 2022
1 parent 8d0a5ea commit af072fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/mcconfig/make.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HOST_OS := $(shell uname)
UPLOAD_SPEED ?= 921600
DEBUGGER_SPEED ?= 460800

EXPECTED_ESP_IDF ?= v4.3.1
EXPECTED_ESP_IDF ?= v4.4

# ESP32_SUBCLASS is to find some include files in IDFv4
# values include esp32, esp32s3 and esp32s2
Expand Down Expand Up @@ -108,9 +108,12 @@ INC_DIRS = \
$(IDF_PATH)/components/freertos/include/freertos \
$(IDF_PATH)/components/freertos/port \
$(IDF_PATH)/components/freertos/port/$(ESP_ARCH)/include \
$(IDF_PATH)/components/freertos/include/esp_additions \
$(IDF_PATH)/components/freertos/include/esp_additions/freertos \
$(IDF_PATH)/components/freertos/port/$(ESP_ARCH)/include/freertos \
$(IDF_PATH)/components/hal/include \
$(IDF_PATH)/components/hal/$(ESP32_SUBCLASS)/include \
$(IDF_PATH)/components/hal/platform_port/include \
$(IDF_PATH)/components/heap/include \
$(IDF_PATH)/components/log/include \
$(IDF_PATH)/components/lwip/include/apps/ \
Expand Down

0 comments on commit af072fa

Please sign in to comment.