2021-07-21 00:07:53 -04: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 02:51:08 -04: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 00:07:53 -04:00
|
|
|
- PRIVILEGED_FUNCTION
|
2021-09-21 21:11:44 -04:00
|
|
|
- portDONT_DISCARD
|