espressif/esp32-arduino-lib-builder

ESP32S3 idf 5.3.2 build failed due to MSPI_TIMING_PSRAM_CONFIG_TABLE_CORE_CLK_160M_MODULE_CLK_80M_STR_MODE not defined

bhcuong2008 opened this issue · 1 comments

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

Build successful

Actual behavior (suspected bug)

Build failed for ESP32S3

Error logs or terminal output

esp-idf/components/esp_hw_support/port/esp32s3/./mspi_timing_tuning_configs.h:179:57: error: 'MSPI_TIMING_PSRAM_CONFIG_TABLE_CORE_CLK_160M_MODULE_CLK_80M_STR_MODE' undeclared (first use in this function); did you mean 'MSPI_TIMING_PSRAM_CONFIG_TABLE_CORE_CLK_160M_MODULE_CLK_80M_DTR_MODE'?

Steps to reproduce the behavior

Run this command inside lib-builder folder
./build.sh -s -A idf-release/v5.3 -I release/v5.3 -i v5.3.2 -t 'esp32s3'

Project release version

v5.3.2

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

Ubuntu 22.04

Shell

Bash

Additional context

No response

I follow the latest (master) of file configs/builds.json for ESP32S3 at mem_variants section, then it's ok now.