2021-02-16 10:47:10 -05:00
|
|
|
:cmock:
|
|
|
|
:plugins:
|
|
|
|
- expect
|
|
|
|
- expect_any_args
|
|
|
|
- return_thru_ptr
|
|
|
|
- ignore
|
|
|
|
- array
|
|
|
|
- callback
|
|
|
|
:includes_h_pre_orig_header:
|
2022-05-13 10:55:22 -04:00
|
|
|
- local_FreeRTOS_config.h
|
|
|
|
- esp_attr.h
|
2021-02-16 10:47:10 -05:00
|
|
|
- FreeRTOS.h
|
|
|
|
- net/if.h
|
|
|
|
:strippables:
|
|
|
|
- '(?:__attribute__\s*\(+.*?\)+)'
|
|
|
|
- '(?:vQueueAddToRegistry\s*\(+.*?\)+)'
|
|
|
|
- '(?:vQueueUnregisterQueue\s*\(+.*?\)+)'
|
|
|
|
- '(?:pcQueueGetName\s*\(+.*?\)+)'
|
|
|
|
- '(?:xQueueTakeMutexRecursive\s*\(+.*?\)+)'
|
|
|
|
- '(?:xQueueGiveMutexRecursive\s*\(+.*?\)+)'
|
|
|
|
- '(?:vTaskSetThreadLocalStoragePointerAndDelCallback\s*\(+.*?\)+)'
|
|
|
|
- '(?:esp_log_writev\s*\(+.*?\)+)'
|
|
|
|
- '(?:esp_restart\s*\(+.*?\)+)'
|
|
|
|
- '(?:esp_system_abort\s*\(+.*?\)+)'
|
|
|
|
- PRIVILEGED_FUNCTION
|