tools/nxstyle: add Segger System View prototype name into white list
Reference: https: //github.com/SEGGERMicro/SystemView/blob/master/SYSVIEW/SEGGER_SYSVIEW.h Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
e04ccba78a
commit
3fc18d50b8
|
@ -264,6 +264,17 @@ static const char *g_white_list[] =
|
|||
"PhysicalAddress",
|
||||
"WideCharToMultiByte",
|
||||
|
||||
/* Ref:
|
||||
* drivers/segger/note_sysview.c
|
||||
*/
|
||||
|
||||
"SEGGER_SYSVIEW",
|
||||
"TaskID",
|
||||
"sName",
|
||||
"Prio",
|
||||
"StackBase",
|
||||
"StackSize",
|
||||
|
||||
/* Ref:
|
||||
* fs/nfs/rpc.h
|
||||
* fs/nfs/nfs_proto.h
|
||||
|
|
Loading…
Reference in New Issue