mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Cache config"
 | 
						|
 | 
						|
    config ESP32C2_INSTRUCTION_CACHE_WRAP
 | 
						|
        # TODO: IDF-4194
 | 
						|
        bool
 | 
						|
        prompt "Instruction cache wrap"
 | 
						|
        help
 | 
						|
            If enabled, instruction cache will use wrap mode to read spi flash.
 | 
						|
            The wrap length is fixed to 32B
 | 
						|
 | 
						|
endmenu
 |