]> granicus.if.org Git - esp-idf/commit
esp_flash: add support for encrypted read and write
authorMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Thu, 5 Sep 2019 10:45:45 +0000 (18:45 +0800)
committerMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Thu, 12 Sep 2019 04:41:50 +0000 (12:41 +0800)
commitd008c47dac652c0cc7593b04c9b219c9ffd6c30e
treea549a5cceff8b40a78d124bcc935752cebc2befe
parent15e0ee528ebf5c56140faeec34d42f7007aa732b
esp_flash: add support for encrypted read and write

Using legacy implementation.
components/spi_flash/esp_flash_api.c
components/spi_flash/include/esp_flash.h
components/spi_flash/test/test_flash_encryption.c