Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.1->5.2 introduces undefined MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_80M_STR_MODE in mspi_timing_tuning_configs.h (IDFGH-13286) #14215

Open
3 tasks done
0xPIT opened this issue Jul 18, 2024 · 1 comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@0xPIT
Copy link

0xPIT commented Jul 18, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

5.2

Operating System used.

macOS

How did you build your project?

Other (please specify in More Information)

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Using esp-idf 5.2 instead of 5.1 in context of platformio compiles as before

What is the actual behavior?

updating working project from platformio 6.4.0 to 6.5.0 or later, which uses idc 5.2 (instead of 5.1 before), yields the following error:

~/.platformio/packages/framework-espidf@3.50201.240515/components/esp_hw_support/port/esp32s3/mspi_timing_tuning_configs.h:180:54: error:
'MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_80M_STR_MODE' undeclared (first use in this function); did you mean 'MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_120M_STR_MODE'?

Steps to reproduce.

change pio config to update to newer framework, recompile

Build or installation Logs.

~/.platformio/packages/framework-espidf@3.50201.240515/components/esp_hw_support/port/esp32s3/mspi_timing_tuning_configs.h:180:54: error: 
'MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_80M_STR_MODE' undeclared (first use in this function); did you mean 'MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_120M_STR_MODE'?

More Information.

I did not find anything in the release notes on the GH releases page

@0xPIT 0xPIT added the Type: Bug bugs in IDF label Jul 18, 2024
@github-actions github-actions bot changed the title 5.1->5.2 introduces undefined MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_80M_STR_MODE in mspi_timing_tuning_configs.h 5.1->5.2 introduces undefined MSPI_TIMING_FLASH_DEFAULT_CONFIG_ID_CORE_CLK_240M_MODULE_CLK_80M_STR_MODE in mspi_timing_tuning_configs.h (IDFGH-13286) Jul 18, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 18, 2024
@martinberlin
Copy link

I'm also suffering from this one. Is there any workaround to make it work?
In my case I just switched IDF to release/5.2 and executed install.sh again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants