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:
lljwork2021
2026-09-11 03:00:05 +08:00
committed by Xiang Xiao
parent 7d0b46b1f5
commit d645609254
+11
View File
@@ -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