esp-idf/components/spi_flash/include
Jakob Hasse c233ce0449 spi_flash: mocking should be possible now
The following three headers will be mockes:
* esp_flash.h
* esp_spi_flash.h
* esp_partition.h
* counter functions live in own header
* add spi_flash sim dir for esp_err.h to Unity
* modified gen_esp_err_to_name.py to ignore
  sim/ dir in spi_flash component

Add cmock .yaml config file
Add spi hal header until soc can mock the hal
  layer as well.
2020-12-14 18:53:14 +08:00
..
esp_flash_internal.h spi: fix config break and reduce overhead of the bus lock on SPI1 2020-04-22 16:06:13 +08:00
esp_flash_spi_init.h esp_flash: fix issue that cannot add flash on SPI1 CS1 when SPI_FLASH_SHARE_SPI1_BUS is disabled 2020-05-17 22:06:00 +08:00
esp_flash.h esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
esp_partition.h SPI Flash: fix doc error in esp_partition.h 2020-12-10 17:03:56 +08:00
esp_spi_flash_counters.h spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
esp_spi_flash.h spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
memspi_host_driver.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spi_flash_chip_driver.h esp_flash: support high capacity flash chips (32-bit address) 2020-10-29 18:20:11 +08:00
spi_flash_chip_gd.h esp_flash: fix the quad issue for some GD flash chips 2019-10-14 17:25:59 +08:00
spi_flash_chip_generic.h esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
spi_flash_chip_issi.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_chip_mxic.h esp_flash: support MXIC flash chips 2020-04-01 20:54:23 +08:00
spi_flash_chip_winbond.h esp_flash: support high capacity flash chips (32-bit address) 2020-10-29 18:20:11 +08:00