mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 06:04:28 +08:00
tools/nxstyle: whitelist Micro XRCE-DDS type names
Allow public eProsima Micro XRCE-DDS Client and Micro-CDR type names used by the XRCE-DDS example. Signed-off-by: lljwork2021 <lljwork2021@163.com>
This commit is contained in:
@@ -261,6 +261,17 @@ static const char *g_white_prefix[] =
|
||||
|
||||
"uxrCustom", /* uxrCustomTransport */
|
||||
|
||||
/* Ref: apps/examples/xrcedds
|
||||
* Public type names from the eProsima Micro XRCE-DDS Client and
|
||||
* Micro-CDR APIs.
|
||||
*/
|
||||
|
||||
"uxrUDPTransport", /* uxrUDPTransport */
|
||||
"uxrSession", /* uxrSession */
|
||||
"uxrStreamId", /* uxrStreamId */
|
||||
"uxrObjectId", /* uxrObjectId */
|
||||
"ucdrBuffer", /* ucdrBuffer */
|
||||
|
||||
/* Ref: arch/arm/src/common/ameba, arch/arm/src/rtl8721dx,
|
||||
* arch/arm/src/rtl8720f, arch/arm/src/rtl8721f and the matching boards.
|
||||
* Realtek Ameba SDK ROM/HAL symbols and ARM CMSE intrinsics referenced
|
||||
|
||||
Reference in New Issue
Block a user