Merge branch 'refactor/mspi_ll' into 'master'

mspi: rename mspi_timing_tuning_ll.h to mspi_ll.h

Closes IDF-11918

See merge request espressif/esp-idf!36039
This commit is contained in:
Armando (Dou Yiwen)
2025-01-08 16:29:28 +08:00
39 changed files with 762 additions and 531 deletions
@@ -12,7 +12,7 @@
#include "esp_efuse_table.h"
#include "esp_log.h"
#include "hal/key_mgr_ll.h"
#include "hal/mspi_timing_tuning_ll.h"
#include "hal/mspi_ll.h"
#include "soc/soc_caps.h"
#include "sdkconfig.h"
@@ -12,7 +12,7 @@
#include "esp_log.h"
#include "sdkconfig.h"
#include "hal/key_mgr_ll.h"
#include "hal/mspi_timing_tuning_ll.h"
#include "hal/mspi_ll.h"
static __attribute__((unused)) const char *TAG = "flash_encrypt";