commit | 6c6b688b9114686cdc1a57dd306a1935b7d6be78 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Tue Dec 28 14:25:14 2021 -0300 |
committer | Maureen Helm <maureen.helm@intel.com> | Mon May 02 10:30:24 2022 -0500 |
tree | 1691c03abd0e77750dbf35d1b6fa69c16e4462a0 | |
parent | c2db84ee8af2d87db0f2b60a984a756cbbb6405b [diff] |
driver: spi: esp32: update flash driver to use hal This modification is required to enable flash encryption. Using hal implementation of spi_flash calls maintains compability amongs different socs while offering latest esp-idf enhancements. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>