mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	Merge branch 'feature/flash_wrap_supported' into 'master'
spi_flash: Support flash wrap (burst read), flash driver side See merge request espressif/esp-idf!21922
This commit is contained in:
		@@ -927,6 +927,10 @@ config SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE
 | 
			
		||||
    bool
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
config SOC_SPI_MEM_SUPPORT_WRAP
 | 
			
		||||
    bool
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
config SOC_PM_SUPPORT_EXT_WAKEUP
 | 
			
		||||
    bool
 | 
			
		||||
    default y
 | 
			
		||||
 
 | 
			
		||||
@@ -404,6 +404,7 @@
 | 
			
		||||
#define SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND                  (1)
 | 
			
		||||
#define SOC_SPI_MEM_SUPPORT_SW_SUSPEND                    (1)
 | 
			
		||||
#define SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE          (1)
 | 
			
		||||
#define SOC_SPI_MEM_SUPPORT_WRAP                          (1)
 | 
			
		||||
 | 
			
		||||
/*-------------------------- Power Management CAPS ---------------------------*/
 | 
			
		||||
#define SOC_PM_SUPPORT_EXT_WAKEUP                 (1)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user