mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
313 B
YAML
13 lines
313 B
YAML
:cmock:
|
|
:plugins:
|
|
- expect
|
|
- expect_any_args
|
|
- return_thru_ptr
|
|
- array
|
|
- ignore
|
|
- ignore_arg
|
|
- callback
|
|
:strippables:
|
|
# esp_secure_boot_verify_sbv2_signature_block uses an ets type that is not yet available
|
|
- ['(?:esp_secure_boot_verify_sbv2_signature_block\s*\(+.*?\)+)']
|