Skip to content

esp_io_expander_tca9554 not compatible with ESP-IDF 6.0 (Cmakelists.txt) (BSP-728) #659

@Voljka1

Description

@Voljka1

Board

espressif/esp32_s3_korvo_2_noglib

Hardware Description

Hello.
esp_io_expander_tca9554 can not be compiled under ESP-IDF 6.0 due to changes in IDF 6.0
Cmakelists.txt need to be corrected with:

get IDF version for comparison

set(idf_version "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}")
if (idf_version VERSION_GREATER_EQUAL "6.0")
list(APPEND PRIVREQ esp_driver_i2c)
endif()

IDE Name

VSCode + ESP-IDF 6.0

Operating System

Windows 11

Description

can not compile blank project due to dependencies errors

Sketch

no code at all. just blank project template.

Other Steps to Reproduce

No response

I have checked existing issues, README.md and ESP32 Forum

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions