1menu "Cache config" 2 3 config ESP32C2_INSTRUCTION_CACHE_WRAP 4 # TODO: IDF-4194 5 bool 6 prompt "Instruction cache wrap" 7 help 8 If enabled, instruction cache will use wrap mode to read spi flash. 9 The wrap length is fixed to 32B 10 11endmenu 12