Skip to content

Commit ef490ba

Browse files
committed
fixup! cpu/esp32/esp-idf: migration to ESP-IDF v5.4
1 parent 009d5ae commit ef490ba

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

cpu/esp32/esp-idf/esp_idf.mk

-11
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_driver_gpio/include
1212
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_hw_support/ldo/include
1313
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_hw_support/port/include
1414
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_hw_support/port/$(CPU_FAM)
15-
#INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_hw_support/port/$(CPU_FAM)/private_include
16-
#INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_ipc/include
1715
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_mm/include
1816
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_pm/include
1917
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_system/port/include/private
20-
#INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_system/port/public_compat
2118
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_timer/include
2219
INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_timer/private_include
2320
INCLUDES += -I$(ESP32_SDK_DIR)/components/freertos/esp_additions/include
@@ -31,14 +28,6 @@ ifneq (,$(filter xtensa%,$(TARGET_ARCH)))
3128
INCLUDES += -I$(ESP32_SDK_DIR)/components/xtensa/$(CPU_FAM)/include
3229
endif
3330

34-
ifneq (,$(filter esp32c3 esp32h2 esp32s3,$(CPU_FAM)))
35-
# INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_hw_support/port/$(CPU_FAM)/private_include
36-
endif
37-
38-
ifeq (esp32c3,$(CPU_FAM))
39-
# INCLUDES += -I$(ESP32_SDK_DIR)/components/esp_driver_usb_serial_jtag/include
40-
endif
41-
4231
ifeq (esp32s3,$(CPU_FAM))
4332
INCLUDES += -I$(ESP32_SDK_DIR)/components/spi_flash/include/spi_flash
4433
endif

cpu/esp32/esp-idf/esp_idf_cflags.mk

-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ CFLAGS += -Wno-enum-compare
3535
CFLAGS += -Wno-cast-align
3636

3737
# TODO: required to be able to compile with GCC 14.0, remove them later
38-
#CFLAGS += -Wno-attributes
3938
CFLAGS += -Wno-enum-conversion
40-
#CFLAGS += -Wno-error=format=
41-
#CFLAGS += -Wno-format
42-
#CFLAGS += -Wno-use-after-free
4339
CFLAGS += -Wno-incompatible-pointer-types
4440
CFLAGS += -Wno-unused-function
4541

0 commit comments

Comments
 (0)