tools/nxstyle: add phy62xx/uart.c into style white list

To skip the style issue:
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:194:5: error: Mixed case identifier found
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:196:5: error: Mixed case identifier found
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:199:5: error: Mixed case identifier found
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:61:28: error: Mixed case identifier found
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:104:2: error: Mixed case identifier found
Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:162:50: error: Mixed case identifier found

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
This commit is contained in:
wangzhi16
2026-02-02 11:38:48 +08:00
committed by Xiang Xiao
parent a2e8a5464e
commit a06ac14988
+12
View File
@@ -712,6 +712,18 @@ static const char *g_white_files[] =
*/
"phy62xx/uart.c",
/* Skip Mixed case
* arch/arm/src/phy62xx/irq.c:194:5: error: Mixed case identifier found
*/
"phy62xx/irq.c",
/* Skip Mixed case
* arch/arm/src/phy62xx/phyplus_wdt.c:61:28: error: Mixed case identifier found
*/
"phy62xx/phyplus_wdt.c",
NULL
};