Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading