mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
[mocks]: fixed strippables patterns for CMock
This commit is contained in:
parent
85e1258178
commit
1151fdf9ae
@ -11,8 +11,10 @@
|
||||
- callback
|
||||
:strippables:
|
||||
- '(?:__attribute__\s*\(+.*?\)+)'
|
||||
- '(?:vQueueAddToRegistry\s*\(+.*?\)+)'
|
||||
- '(?:vQueueUnregisterQueue\s*\(+.*?\)+)'
|
||||
- '(?:pcQueueGetName\s*\(+.*?\)+)'
|
||||
- '(?:vTaskSetThreadLocalStoragePointerAndDelCallback\s*\(+.*?\)+)'
|
||||
# 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\*_,]*\))'
|
||||
- PRIVILEGED_FUNCTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user