Skip to content

Commit bb305ea

Browse files
committed
utilize the clang-format-ignore mechanism in bsp/nxp
1 parent e8d3d0f commit bb305ea

File tree

12 files changed

+60
-30
lines changed

12 files changed

+60
-30
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP imxrt1060-nxp-evk library
9+
/board/board.c
10+
/board/MCUX_Config/
11+
/xip/

bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/.ignore_format.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP IMXRT library
9+
/MIMXRT1060/

bsp/nxp/imx/imxrt/libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP LPC55Sxx library
9+
/LPC55S6X/
10+
/LPC55S06/
11+
/LPC5502/
12+
/LPC55S28/
13+
/LPC55S36/

bsp/nxp/lpc/lpc55sxx/Libraries/.ignore_format.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP MCXA library
9+
/MCXA153/

bsp/nxp/mcx/mcxa/Libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP MCXC library
9+
/MCXC444/

bsp/nxp/mcx/mcxc/Libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)