mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c233ce0449
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.
8 lines
160 B
YAML
8 lines
160 B
YAML
:cmock:
|
|
:plugins:
|
|
- expect
|
|
- expect_any_args
|
|
- return_thru_ptr
|
|
- array
|
|
- callback
|