]> granicus.if.org Git - esp-idf/commit
spi_flash: move cache operations into separate file
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 19 Oct 2016 09:08:05 +0000 (17:08 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 09:57:29 +0000 (17:57 +0800)
commit54ca573ce465b4a12cad9cc804c6c80063dcab35
tree030a8c982b73945d5ca373456c27d7979fade541
parent628bde2080a9b99023e3214a8d55aae5962d9eeb
spi_flash: move cache operations into separate file
components/spi_flash/README.rst [new file with mode: 0644]
components/spi_flash/cache_utils.c [moved from components/spi_flash/esp_spi_flash.c with 53% similarity]
components/spi_flash/cache_utils.h [new file with mode: 0644]
components/spi_flash/flash_ops.c [new file with mode: 0644]