esp-idf/components/spi_flash/sim
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
..
sdkconfig
stubs spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
Makefile
Makefile.files
SpiFlash.cpp
SpiFlash.h
component.mk
flash_mock.cpp esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
flash_mock_util.c