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 Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
stubs spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
flash_mock_util.c Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
flash_mock.cpp esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
Makefile Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile.files soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
SpiFlash.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
SpiFlash.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00