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
4 changes: 2 additions & 2 deletions boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* Copyright (c) 2019 Nordic Semiconductor
*
Expand All @@ -14,10 +14,10 @@
compatible = "nordic,nrf52840-dk-nrf52811";

chosen {
zephyr,console = &uart0;
zephyr,console = &uart0 ;

Check failure on line 17 in boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts:17 Remove unnecessary whitespace. Expected 0 space(s).
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,bt-mon-uart = &uart0;

Check failure on line 20 in boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts:20 Fix indentation
zephyr,bt-c2h-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
Expand Down
4 changes: 2 additions & 2 deletions boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* Copyright (c) 2017 Linaro Limited
*
Expand All @@ -19,10 +19,10 @@
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,bt-mon-uart = &uart0 ;

Check failure on line 22 in boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts:22 Remove unnecessary whitespace. Expected 0 space(s).
zephyr,bt-c2h-uart = &uart0;
zephyr,ieee802154 = &ieee802154;
zephyr,boot-mode = &boot_mode0;
zephyr,boot-mode = &boot_mode0;

Check failure on line 25 in boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts:25 Fix indentation
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This annotation message has been improved to show indentation string expected e.g.

Fix indentation. Expecting →→→····

};

leds {
Expand Down
4 changes: 2 additions & 2 deletions boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
model = "Nordic nRF54L15 DK nRF54L15 Application MCU";

chosen {
zephyr,code-partition = &slot0_partition;
zephyr,sram = &cpuapp_sram;
zephyr,code-partition = &slot0_partition

Check failure on line 17 in boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Synatx error.

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts:17 Expected ';'
zephyr,sram = &cpuapp_sram

Check failure on line 18 in boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Synatx error.

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts:18 Expected ';'
};
};

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in package.json

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Copyright missing

package.json:1 File has no SPDX-FileCopyrightText header, consider adding one.

Check warning on line 1 in package.json

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

License missing

package.json:1 File has no SPDX-License-Identifier header, consider adding one.
"private": true,
"dependencies": {
"dts-linter": "^0.3.0-beta8"
"dts-linter": "^0.3.0-beta9"
}
}
Loading