Feature/aia upstream rhx base #32
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
1h 7m
Annotations
20 errors and 11 warnings
|
Run compliance checks on patch series (PR):
KconfigHWMv2.txt#L0
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Undefined Kconfig symbols:
warning: undefined symbol RISCV:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_PRIVILEGED:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_HAS_AIA:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol INCLUDE_RESET_VECTOR:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_ISA_EXT_M:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_ISA_EXT_A:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_ISA_EXT_C:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
warning: undefined symbol XIP:
- Referenced at soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:4:
config SOC_QEMU_VIRT_RISCV32_AIA
bool
select RISCV
select RISCV_PRIVILEGED
select RISCV_HAS_AIA
select INCLUDE_RESET_VECTOR
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
|
|
Run compliance checks on patch series (PR):
Kconfig.txt#L0
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Found references to undefined Kconfig symbols. If any of these are false
positives, then add them to UNDEF_KCONFIG_ALLOWLIST in /home/runner/work/zephyr/zephyr/./scripts/ci/check_compliance.py.
If the reference is for a comment like /* CONFIG_FOO_* */ (or
/* CONFIG_FOO_*_... */), then please use exactly that form (with the '*'). The
CI check knows not to flag it.
More generally, a reference followed by $, @, {, (, ., *, or ## will never be
flagged.
CONFIG_RISCV_HAS_APLIC samples/uart_echo_aia_zephyr/README.md:256
CONFIG_RISCV_HAS_IMSIC samples/uart_echo_aia_zephyr/README.md:256
|
|
Run compliance checks on patch series (PR):
Identity.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
2202ba82a465436d67a2ea14c2e529c3918b3a45: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
4388cf5c7dc3f95edaaf4ea783d20cac53c687bf: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
f1bf92c09fb6d7979cdb1eb233b70f8c2b8029bc: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
08443d001caad922707a45a19c4438119fbb6cf4: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
4a73501be669cb7d95491982c82891029a00cad7: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
c9b01abc283e5a14f1bf4fe0757546596fe05c31: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
d046d822432fbb05c45274dff12592fe5dab9011: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
2752590eb818efff20bb1af5d4c91e0b36b89596: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
5dd07f412be5c9cf4d4ba7cd116881d5cce6fbeb: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
0815a72ccb52401420d65ee902548ea3b0e7c8d2: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
5585f37fa73473d1199b5ca679edaa3a7a94565d: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
24bffb0bebd1272d9295d4fa6903dc2cdfb15ab2: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
4810b62785b2b670442be03091214caa30ab1ab5: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
cf533f715f1d01ab867c1b2346dfff6a02e2d6ca: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
4035f5db5ce9473a44880b7111169b7dd967043c: author name (Afonso Oliveira) and email ([email protected]) needs to match one of the signed-off-by entries.
|
|
Run compliance checks on patch series (PR):
Gitlint.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
Commit 79f975518b:
39: UC4 Commit message body line exceeds max length (81>75): " west build -p -b qemu_riscv64 tests/drivers/interrupt_controller/intc_riscv_aia"
Commit 8b916258ca:
14: UC4 Commit message body line exceeds max length (77>75): " * Called automatically from arch_secondary_cpu_init() on each secondary CPU"
|
|
Run compliance checks on patch series (PR):
GitDiffCheck.txt#L0
Git conflict markers and whitespace errors are not allowed in added changes
d046d822432fbb05c45274dff12592fe5dab9011: boards/snps/nsim/arc_v/support/rmx100_aia_dmsi.props:20: trailing whitespace.
d046d822432fbb05c45274dff12592fe5dab9011: boards/snps/nsim/arc_v/support/rmx100_aia_dmsi.props:27: trailing whitespace.
d046d822432fbb05c45274dff12592fe5dab9011: boards/snps/nsim/arc_v/support/rmx100_mmsi.props:20: trailing whitespace.
2752590eb818efff20bb1af5d4c91e0b36b89596: boards/qemu/riscv32_aia/Kconfig:6: new blank line at EOF.
2752590eb818efff20bb1af5d4c91e0b36b89596: boards/qemu/riscv32_aia/Kconfig.qemu_riscv32_aia:6: new blank line at EOF.
2752590eb818efff20bb1af5d4c91e0b36b89596: boards/qemu/riscv32_aia/board.yml:9: new blank line at EOF.
5dd07f412be5c9cf4d4ba7cd116881d5cce6fbeb: soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig:10: new blank line at EOF.
5dd07f412be5c9cf4d4ba7cd116881d5cce6fbeb: soc/qemu/virt_riscv/qemu_virt_riscv32_aia/Kconfig.soc:18: new blank line at EOF.
24bffb0bebd1272d9295d4fa6903dc2cdfb15ab2: drivers/interrupt_controller/intc_riscv_aplic_msi.c:48: trailing whitespace.
24bffb0bebd1272d9295d4fa6903dc2cdfb15ab2: drivers/interrupt_controller/intc_riscv_aplic_msi.c:52: trailing whitespace.
4035f5db5ce9473a44880b7111169b7dd967043c: dts/bindings/interrupt-controller/riscv,imsic.yaml:26: new blank line at EOF.
|
|
Run compliance checks on patch series (PR):
DevicetreeLinting.txt#L0
See https://docs.zephyrproject.org/latest/contribute/style/devicetree.html for more details.
Not correctly formatted.:Index: a/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts
===================================================================
--- a/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts
+++ a/boards/adi/max32655evkit/max32655evkit_max32655_m4.dts
@@ -179,8 +179,9 @@
code_partition: partition@0 {
label = "image-m4";
reg = <0x0 DT_SIZE_K(448)>;
};
+
storage_partition: partition@70000 {
label = "storage";
reg = <0x70000 DT_SIZE_K(64)>;
};
File:boards/adi/max32655evkit/max32655evkit_max32655_m4.dts
:Insert new lines. Expecting 2.
File:boards/adi/max32655evkit/max32655evkit_max32655_m4.dts
Line:182
Column:4
EndLine:182
EndColumn:4
Not correctly formatted.:Index: a/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts
===================================================================
--- a/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts
+++ a/boards/adi/max32655fthr/max32655fthr_max32655_m4.dts
@@ -210,8 +210,9 @@
code_partition: partition@0 {
label = "image-m4";
reg = <0x0 DT_SIZE_K(448)>;
};
+
storage_partition: partition@70000 {
label = "storage";
reg = <0x70000 DT_SIZE_K(64)>;
};
File:boards/adi/max32655fthr/max32655fthr_max32655_m4.dts
:Insert new lines. Expecting 2.
File:boards/adi/max32655fthr/max32655fthr_max32655_m4.dts
Line:213
Column:4
EndLine:213
EndColumn:4
Not correctly formatted.:Index: a/boards/adi/max32658evkit/max32658evkit_max32658.dts
===================================================================
--- a/boards/adi/max32658evkit/max32658evkit_max32658.dts
+++ a/boards/adi/max32658evkit/max32658evkit_max32658.dts
@@ -9,13 +9,13 @@
#include <adi/max32/max32657.dtsi>
#include "max32658evkit_max32658_common.dtsi"
/ {
- chosen {
- zephyr,sram = &secure_ram;
- zephyr,flash = &flash0;
- zephyr,code-partition = &slot0_partition;
- };
+ chosen {
+ zephyr,sram = &secure_ram;
+ zephyr,flash = &flash0;
+ zephyr,code-partition = &slot0_partition;
+ };
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
:Fix indentation. Expecting →
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
Line:13
EndLine:13
EndColumn:2
:Fix indentation. Expecting →→
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
Line:14
EndLine:14
EndColumn:3
:Fix indentation. Expecting →→
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
Line:15
EndLine:15
EndColumn:3
:Fix indentation. Expecting →→
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
Line:16
EndLine:16
EndColumn:3
:Fix indentation. Expecting →
File:boards/adi/max32658evkit/max32658evkit_max32658.dts
Line:17
EndLine:17
EndColumn:2
Not correctly formatted.:Index: a/boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
===================================================================
--- a/boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
+++ a/boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
@@ -9,15 +9,15 @@
#include <adi/max32/max32657_ns.dtsi>
#include "max32658evkit_max32658_common.dtsi"
/ {
- chosen {
+ chosen {
zephyr,sram = &non_secure_ram;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_ns_partition;
- };
+ };
- reserved-memory {
+ reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
File:boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
:Fix indentation. Expecting →
File:boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
Line:13
EndLine:13
EndColumn:2
:Fix indentation. Expecting →
File:boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
Line:17
EndLine:17
EndColumn:2
:Fix indentation. Expecting →
File:boards/adi/max32658evkit/max32658evkit_max32658_ns.dts
Line:19
EndLine:19
EndColumn:2
Not correctly formatted.:Index: a/boards/microchip/pic32c/pic32cx_sg61_cult/pic32cx_sg61_cult.dts
===================================================================
--- a/boards/microchip/pic32c/pic32cx_sg61_cult/
|
|
Run compliance checks on patch series (PR):
DevicetreeBindings.txt#L0
See https://docs.zephyrproject.org/latest/build/dts/bindings.html for more details.
dts/bindings/interrupt-controller/riscv,aplic-msi.yaml: property "riscv,max-priority": 'required: false' is redundant, please remove
|
|
Run compliance checks on patch series (PR):
Checkpatch.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
-:26100: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26100: FILE: boards/qemu/riscv32_aia/Kconfig:5:
+ select QEMU_TARGET$
-:26111: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26111: FILE: boards/qemu/riscv32_aia/Kconfig.defconfig:4:
+ default y$
-:26114: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26114: FILE: boards/qemu/riscv32_aia/Kconfig.defconfig:7:
+ default n$
-:26117: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26117: FILE: boards/qemu/riscv32_aia/Kconfig.defconfig:10:
+ default y$
-:26120: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26120: FILE: boards/qemu/riscv32_aia/Kconfig.defconfig:13:
+ default 6 if QEMU_ICOUNT$
-:26134: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26134: FILE: boards/qemu/riscv32_aia/Kconfig.qemu_riscv32_aia:5:
+ select SOC_QEMU_VIRT_RISCV32_AIA$
-:26193: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26193: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:8:
+ model = "QEMU RISC-V virt (AIA)";$
-:26194: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26194: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:9:
+ compatible = "qemu,virt-riscv32-aia";$
-:26196: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26196: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:11:
+ chosen {$
-:26197: ERROR:CODE_INDENT: code indent should use tabs where possible
#26197: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:12:
+ zephyr,console = &uart0;$
-:26197: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26197: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:12:
+ zephyr,console = &uart0;$
-:26198: ERROR:CODE_INDENT: code indent should use tabs where possible
#26198: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:13:
+ zephyr,shell-uart = &uart0;$
-:26198: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26198: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:13:
+ zephyr,shell-uart = &uart0;$
-:26199: ERROR:CODE_INDENT: code indent should use tabs where possible
#26199: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:14:
+ zephyr,sram = &ram0;$
-:26199: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26199: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:14:
+ zephyr,sram = &ram0;$
-:26200: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26200: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:15:
+ };$
-:26205: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26205: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:20:
+ interrupt-parent = <&aplic>;$
-:26206: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26206: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:21:
+ interrupts = <10 1 4>; /* source 10, priority 1, flags 4 (edge rising) */$
-:26207: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26207: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:22:
+ status = "okay";$
-:26213: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26213: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:28:
+ status = "disabled";$
-:26219: ERROR:CODE_INDENT: code indent should use tabs where possible
#26219: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:34:
+ compatible = "riscv,aplic-msi";$
-:26219: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26219: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:34:
+ compatible = "riscv,aplic-msi";$
-:26220: ERROR:CODE_INDENT: code indent should use tabs where possible
#26220: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts:35:
+ reg = <0x0c000000 0x00008000>;$
-:26220: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#26220: FILE: boards/qemu/riscv32_aia/qemu_riscv32_aia.dts
|
|
Run compliance checks on patch series (PR):
CMakeStyle.txt#L0
See https://docs.zephyrproject.org/latest/contribute/style/cmake.html for more details.
CMakeStyle
File:drivers/display/CMakeLists.txt
Line:53
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/display/CMakeLists.txt
Line:54
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/display/CMakeLists.txt
Line:57
Column:Remove space before '(' in if() statements
CMakeStyle
File:drivers/display/CMakeLists.txt
Line:58
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/display/CMakeLists.txt
Line:59
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/flash/CMakeLists.txt
Line:101
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/flash/CMakeLists.txt
Line:102
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/flash/CMakeLists.txt
Line:104
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/flash/CMakeLists.txt
Line:111
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/flash/CMakeLists.txt
Line:112
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/fuel_gauge/CMakeLists.txt
Line:19
Column:Remove space before '(' in if() statements
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:15
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:16
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:53
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:54
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:55
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:56
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:58
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:59
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:60
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:61
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:95
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:96
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:97
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:98
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:99
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:100
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:101
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:102
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:103
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:104
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:105
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:106
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:107
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:108
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:109
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:111
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:112
Column:Use spaces instead of tabs for indentation
CMakeStyle
File:drivers/i2c/CMakeLists.txt
Line:113
Column:Use spaces instea
|
|
Run compliance checks on patch series (PR):
BinaryFiles.txt#L0
No binary files allowed.
Binary file not allowed: samples/subsys/mgmt/mcumgr/smp_svr/certificates/echo-apps-cert.der
Binary file not allowed: samples/subsys/mgmt/mcumgr/smp_svr/certificates/echo-apps-key.der
|
|
CMakeStyle:
drivers/flash/CMakeLists.txt#L112
drivers/flash/CMakeLists.txt:112 CMakeStyle
|
|
CMakeStyle:
drivers/flash/CMakeLists.txt#L111
drivers/flash/CMakeLists.txt:111 CMakeStyle
|
|
CMakeStyle:
drivers/flash/CMakeLists.txt#L104
drivers/flash/CMakeLists.txt:104 CMakeStyle
|
|
CMakeStyle:
drivers/flash/CMakeLists.txt#L102
drivers/flash/CMakeLists.txt:102 CMakeStyle
|
|
CMakeStyle:
drivers/flash/CMakeLists.txt#L101
drivers/flash/CMakeLists.txt:101 CMakeStyle
|
|
CMakeStyle:
drivers/display/CMakeLists.txt#L59
drivers/display/CMakeLists.txt:59 CMakeStyle
|
|
CMakeStyle:
drivers/display/CMakeLists.txt#L58
drivers/display/CMakeLists.txt:58 CMakeStyle
|
|
CMakeStyle:
drivers/display/CMakeLists.txt#L57
drivers/display/CMakeLists.txt:57 CMakeStyle
|
|
CMakeStyle:
drivers/display/CMakeLists.txt#L54
drivers/display/CMakeLists.txt:54 CMakeStyle
|
|
CMakeStyle:
drivers/display/CMakeLists.txt#L53
drivers/display/CMakeLists.txt:53 CMakeStyle
|
|
Run compliance checks on patch series (PR):
LicenseAndCopyrightCheck.txt#L0
Check SPDX headers and copyright lines with the reuse Python API.
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/snps/nsim/arc_v/nsim_arc_v_rmx100_aia_mmsi.dts
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:.editorconfig
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/aplic_genmsi_smp/src/main.c
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/ambiq/apollo510_evb/apollo510_evb.dts
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/uart_echo_aia_smp/QEMU_AIA_ANALYSIS.md
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:doc/connectivity/bluetooth/api/hci.txt
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:subsys/pmci/mctp/mctp_usb.ld
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/net/cloud/aws_iot_mqtt/pinnacle_100-hl78xx.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/net/lwm2m_client/pinnacle_100-hl78xx.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/snps/nsim/arc_v/nsim_arc_v_rhx100.dts
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/snps/nsim/arc_v/support/rhx100.props
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/net/cellular_modem/boards/b_u585i_iot02a.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/aia_genmsi_test/src/main.c
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/rakwireless/rak3112/doc/img/rak3112.webp
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/snps/nsim/arc_v/rhx1xx.dtsi
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/silabs/explorer_kits/xg22/doc/xg22_ek2710a.png
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:boards/shields/st_lcd_dsi_mb1835/doc/mb1835_front.webp
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/drivers/modem/hello_hl78xx/boards/pinnacle_100_common.dtsi
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:lib/posix/c_lib_ext/getopt/README
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/aplic_msi_test/src/main.c
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/uart_echo_aia_zephyr/DEMO_SUMMARY.md
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:doc/zephyr.doxyfile.in
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/boards/st/power_mgmt/blinky/boards/arduino_uno_q.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/subsys/mgmt/mcumgr/smp_svr/certificates/echo-apps-key.der
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:scripts/west_commands/completion/west-completion.fish
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:VERSION
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/drivers/modem/hello_hl78xx/boards/nrf9160dk_nrf9160_ns.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:samples/drivers/modem/hello_hl78xx/boards/pinnacle_100_dvk.overlay
Line:1
License missing:File has no SPDX-License-Identifier header, consider adding one.
File:subsys/tracing/ctf/tsdl/met
|
|
License missing:
samples/net/cloud/aws_iot_mqtt/pinnacle_100-hl78xx.overlay#L1
samples/net/cloud/aws_iot_mqtt/pinnacle_100-hl78xx.overlay:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
subsys/pmci/mctp/mctp_usb.ld#L1
subsys/pmci/mctp/mctp_usb.ld:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
doc/connectivity/bluetooth/api/hci.txt#L1
doc/connectivity/bluetooth/api/hci.txt:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
samples/uart_echo_aia_smp/QEMU_AIA_ANALYSIS.md#L1
samples/uart_echo_aia_smp/QEMU_AIA_ANALYSIS.md:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
boards/ambiq/apollo510_evb/apollo510_evb.dts#L1
boards/ambiq/apollo510_evb/apollo510_evb.dts:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
samples/aplic_genmsi_smp/src/main.c#L1
samples/aplic_genmsi_smp/src/main.c:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
.editorconfig#L1
.editorconfig:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
License missing:
boards/snps/nsim/arc_v/nsim_arc_v_rmx100_aia_mmsi.dts#L1
boards/snps/nsim/arc_v/nsim_arc_v_rmx100_aia_mmsi.dts:1 File has no SPDX-License-Identifier header, consider adding one.
|
|
YAMLLint (empty-lines):
dts/bindings/interrupt-controller/riscv#L26
dts/bindings/interrupt-controller/riscv,imsic.yaml:26 too many blank lines (1 > 0)
|
|
YAMLLint (empty-lines):
boards/qemu/riscv32_aia/board.yml#L9
boards/qemu/riscv32_aia/board.yml:9 too many blank lines (1 > 0)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compliance.xml
|
67.4 KB |
sha256:7add0ec69890750ae3ddab60acedda8850cfd4b366c3041b29b5ff632ca2d471
|
|
|
dts_linter.patch
|
22.6 KB |
sha256:c51136f5d62805248e1e1fc34e269cc0ef5c9d8e86b7185fa977b96f706e4ba5
|
|