Skip to content
Open
Show file tree
Hide file tree
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: 0 additions & 11 deletions bsp/.clang-format

This file was deleted.

14 changes: 14 additions & 0 deletions bsp/Infineon/psoc6-evaluationkit-062S2/libs/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
TARGET_RTT-062S2/**
15 changes: 15 additions & 0 deletions bsp/Vango/v85xx/Libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
CMSIS/**
VangoV85xx_standard_peripheral/**
15 changes: 15 additions & 0 deletions bsp/Vango/v85xxp/Libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
CMSIS/**
VangoV85xxP_standard_peripheral/**
14 changes: 14 additions & 0 deletions bsp/acm32/acm32f0x0-nucleo/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/acm32/acm32f4xx-nucleo/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
18 changes: 18 additions & 0 deletions bsp/apm32/libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
APM32F0xx_Library/**
APM32F10x_Library/**
APM32F4xx_Library/**
APM32E10x_Library/**
APM32S10x_Library/**
14 changes: 14 additions & 0 deletions bsp/at32/libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
CMSIS/**
15 changes: 15 additions & 0 deletions bsp/bouffalo_lab/libraries/bl_mcu_sdk/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
drivers/**
tools/**
16 changes: 16 additions & 0 deletions bsp/core-v-mcu/Libraries/core_v_hal_libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
bmsis/**
core_v_hal/**
core_v_udma_driver/**
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
core-v-mcu.c/**
crt0.S/**
vectors.S/**
14 changes: 14 additions & 0 deletions bsp/cvitek/drivers/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/essemi/es32f0654/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/essemi/es32f369x/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/essemi/es32vf2264/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/fm33lc026/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
libraries/**
14 changes: 14 additions & 0 deletions bsp/ft32/libraries/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# You can create .clang-format-ignore (https://clang.llvm.org/docs/ClangFormat.html#clang-format-ignore) files to make clang-format ignore certain files. A .clang-format-ignore file consists of patterns of file path names. It has the following format:
# - A blank line is skipped.
# - Leading and trailing spaces of a line are trimmed.
# - A line starting with a hash (#) is a comment.
# - A non-comment line is a single pattern.
# - The slash (/) is used as the directory separator.
# - A pattern is relative to the directory of the .clang-format-ignore file (or the root directory if the pattern starts with a slash). Patterns containing drive names (e.g. C:) are not supported.
# - Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
# - Bash globstar (**) is supported.
# - A pattern is negated if it starts with a bang (!).
# To match all files in a directory, use e.g. foo/bar/*. To match all files in the directory of the .clang-format-ignore file, use *. Multiple .clang-format-ignore files are supported similar to the .clang-format files, with a lower directory level file voiding the higher level ones.
#
FT32F0xx/**
Loading
Loading