2021-07-21 12:07:53 +08:00
|
|
|
:cmock:
|
|
|
|
:includes_h_pre_orig_header:
|
|
|
|
- FreeRTOS.h
|
|
|
|
:plugins:
|
|
|
|
- expect
|
|
|
|
- expect_any_args
|
|
|
|
- return_thru_ptr
|
|
|
|
- array
|
|
|
|
- ignore
|
|
|
|
- ignore_arg
|
|
|
|
- callback
|
|
|
|
:strippables:
|
|
|
|
- '(?:__attribute__\s*\(+.*?\)+)'
|
2021-08-20 14:51:08 +08:00
|
|
|
# following functions are disabled by configQUEUE_REGISTRY_SIZE
|
|
|
|
- '(?:vQueueAddToRegistry\s*\([\s\w\*_,]*\))'
|
|
|
|
- '(?:vQueueUnregisterQueue\s*\([\s\w\*_,]*\))'
|
|
|
|
- '(?:pcQueueGetName\s*\([\s\w\*_,]*\))'
|
|
|
|
# following function is disabled by configTHREAD_LOCAL_STORAGE_DELETE_CALLBACKS
|
|
|
|
- '(?:vTaskSetThreadLocalStoragePointerAndDelCallback\s*\([\s\w\*_,]*\))'
|
2021-07-21 12:07:53 +08:00
|
|
|
- PRIVILEGED_FUNCTION
|
2021-09-22 09:11:44 +08:00
|
|
|
- portDONT_DISCARD
|