Skip to content

Commit

Permalink
Merge branch 'change/remove_s3_120_sdr_warning_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
mspi: remove s3 120mhz sdr warning (v5.1)

See merge request espressif/esp-idf!26254
  • Loading branch information
ginkgm committed Oct 12, 2023
2 parents 1c3b865 + deea438 commit f618850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/esp_hw_support/mspi_timing_tuning.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ static uint32_t select_best_tuning_config_dtr(mspi_timing_config_t *config, uint
static uint32_t select_best_tuning_config_str(mspi_timing_config_t *config, uint32_t consecutive_length, uint32_t end)
{
#if (MSPI_TIMING_CORE_CLOCK_MHZ == 120 || MSPI_TIMING_CORE_CLOCK_MHZ == 240)
ESP_EARLY_LOGW("FLASH/PSRAM", "DO NOT USE FOR MASS PRODUCTION! Timing parameters may be updated in future IDF version.");

//STR best point scheme
uint32_t best_point;

Expand Down

0 comments on commit f618850

Please sign in to comment.