mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
20 lines
432 B
YAML
20 lines
432 B
YAML
|
:cmock:
|
||
|
:includes_h_pre_header:
|
||
|
- esp_netif_types.h
|
||
|
:includes_c_pre_header:
|
||
|
# Some types are not directly included in header files
|
||
|
- esp_netif_types.h
|
||
|
- esp_wifi_types.h
|
||
|
- esp_netif_mock.h
|
||
|
- esp_smartconfig.h
|
||
|
:plugins:
|
||
|
- expect
|
||
|
- expect_any_args
|
||
|
- return_thru_ptr
|
||
|
- array
|
||
|
- ignore
|
||
|
- ignore_arg
|
||
|
- callback
|
||
|
:strippables:
|
||
|
- '(?:ESP_EVENT_DECLARE_BASE\s*\([\s\w\*_,]*\))'
|