refactor(spi_flash): Refactor gpspi flash for making it's clock accurate

This commit is contained in:
C.S.M
2025-07-17 16:35:09 +08:00
parent f1ebe5d1ce
commit 332614165b
25 changed files with 552 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
*/
int cs_id;
int freq_mhz; ///< The frequency of flash chip(MHZ)
spi_clock_source_t clock_source;///< Select SPI clock source, `SPI_CLK_SRC_DEFAULT` by default.
} esp_flash_spi_device_config_t;
/**