yamllint: fix all yamllint comments-indentation errors
Fix all comments-indentation errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments-indentation)' This checks that the comment is aligned with the content. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
a2e5bd1928
commit
7dd902d035
24 changed files with 50 additions and 47 deletions
|
@ -26,7 +26,7 @@ properties:
|
|||
type: array
|
||||
description: PCR sleep register index and bit position
|
||||
|
||||
# optional properties application to different host facing devices
|
||||
# optional properties application to different host facing devices
|
||||
host-io:
|
||||
type: int
|
||||
description: |
|
||||
|
|
|
@ -37,6 +37,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -34,5 +34,5 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
|
|
|
@ -17,6 +17,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -33,6 +33,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -23,6 +23,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -19,6 +19,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -104,10 +104,10 @@ properties:
|
|||
const: 3
|
||||
|
||||
pwm-cells:
|
||||
# The rpi pico pwm peripheral is divided in 8 slices with an individual
|
||||
# clock setting and two output channels. The pwm channels are mapped the
|
||||
# following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B
|
||||
# is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on.
|
||||
# The rpi pico pwm peripheral is divided in 8 slices with an individual
|
||||
# clock setting and two output channels. The pwm channels are mapped the
|
||||
# following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B
|
||||
# is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on.
|
||||
- channel
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -24,5 +24,5 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
|
|
|
@ -19,6 +19,6 @@ properties:
|
|||
|
||||
pwm-cells:
|
||||
- channel
|
||||
# period in terms of nanoseconds
|
||||
# period in terms of nanoseconds
|
||||
- period
|
||||
- flags
|
||||
|
|
|
@ -18,7 +18,7 @@ properties:
|
|||
- 16
|
||||
- 24
|
||||
- 32
|
||||
# channel configuration options
|
||||
# channel configuration options
|
||||
channel-l:
|
||||
type: boolean
|
||||
description: Enable (l) channel.
|
||||
|
@ -58,7 +58,7 @@ properties:
|
|||
channel-cfg:
|
||||
type: boolean
|
||||
description: Enable (cfg) channel.
|
||||
# feature unit configuration options
|
||||
# feature unit configuration options
|
||||
feature-mute:
|
||||
type: boolean
|
||||
required: true
|
||||
|
|
|
@ -38,7 +38,7 @@ properties:
|
|||
- 16
|
||||
- 24
|
||||
- 32
|
||||
# microphone channel configuration options
|
||||
# microphone channel configuration options
|
||||
mic-channel-l:
|
||||
type: boolean
|
||||
description: Enable (l) channel.
|
||||
|
@ -78,7 +78,7 @@ properties:
|
|||
mic-channel-cfg:
|
||||
type: boolean
|
||||
description: Enable (cfg) channel.
|
||||
# microphone feature unit configuration options
|
||||
# microphone feature unit configuration options
|
||||
mic-feature-mute:
|
||||
type: boolean
|
||||
required: true
|
||||
|
@ -158,7 +158,7 @@ properties:
|
|||
hp-channel-cfg:
|
||||
type: boolean
|
||||
description: Enable (cfg) channel.
|
||||
# headphones feature unit configuration options
|
||||
# headphones feature unit configuration options
|
||||
hp-feature-mute:
|
||||
type: boolean
|
||||
required: true
|
||||
|
|
|
@ -30,7 +30,7 @@ properties:
|
|||
- "Asynchronous"
|
||||
- "Adaptive"
|
||||
- "Synchronous"
|
||||
# channel configuration options
|
||||
# channel configuration options
|
||||
channel-l:
|
||||
type: boolean
|
||||
description: Enable (l) channel.
|
||||
|
@ -70,7 +70,7 @@ properties:
|
|||
channel-cfg:
|
||||
type: boolean
|
||||
description: Enable (cfg) channel.
|
||||
# feature unit configuration options
|
||||
# feature unit configuration options
|
||||
feature-mute:
|
||||
type: boolean
|
||||
required: true
|
||||
|
|
|
@ -28,9 +28,12 @@
|
|||
# Service definitions for IPC mode.
|
||||
"services": [{
|
||||
"name": "TFM_DP_SECRET_DIGEST",
|
||||
"sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this),
|
||||
|
||||
# Bits [31:12] denote the vendor (change this),
|
||||
# bits [11:0] are arbitrary at the discretion of the
|
||||
# vendor.
|
||||
"sid": "0xFFFFF001",
|
||||
|
||||
"non_secure_clients": true,
|
||||
"version": 1,
|
||||
"version_policy": "STRICT"
|
||||
|
|
|
@ -49,8 +49,8 @@ bluetooth:
|
|||
cmsis_dsp:
|
||||
files:
|
||||
- modules/Kconfig.cmsis_dsp
|
||||
# we have no means of telling file changes in a module, so for assume any
|
||||
# change to west.yml is updating something we need to re-test for.
|
||||
# we have no means of telling file changes in a module, so for assume any
|
||||
# change to west.yml is updating something we need to re-test for.
|
||||
- west.yml
|
||||
|
||||
kernel:
|
||||
|
|
|
@ -14,9 +14,9 @@ tests:
|
|||
- "PROJECT EXECUTION SUCCESSFUL"
|
||||
|
||||
|
||||
# Cortex-M has 24bit systick, so default 1 TICK per seconds
|
||||
# is achievable only if frequency is below 0x00FFFFFF (around 16MHz)
|
||||
# 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz)
|
||||
# Cortex-M has 24bit systick, so default 1 TICK per seconds
|
||||
# is achievable only if frequency is below 0x00FFFFFF (around 16MHz)
|
||||
# 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz)
|
||||
benchmark.kernel.latency.stm32:
|
||||
filter: CONFIG_PRINTK and CONFIG_SOC_FAMILY_STM32
|
||||
# FIXME: no DWT and no RTC_TIMER
|
||||
|
|
|
@ -41,7 +41,7 @@ tests:
|
|||
extra_args: CONF_FILE="log.conf"
|
||||
tags: bluetooth
|
||||
|
||||
# Bluetooth Audio Compile validation tests
|
||||
# Bluetooth Audio Compile validation tests
|
||||
bluetooth.shell.audio:
|
||||
extra_args: CONF_FILE="audio.conf"
|
||||
build_only: true
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
tests:
|
||||
kernel.usage:
|
||||
tags: kernel
|
||||
# The following architectures are excluded as they have boards that
|
||||
# exhibit precision timing anomalies related to emulation.
|
||||
# posix, riscv32, sparc
|
||||
# The following architectures are exluded as the necessary
|
||||
# thread runtime statistic hooks do not yet exist.
|
||||
# mips
|
||||
# The following architectures are excluded as they have boards that
|
||||
# exhibit precision timing anomalies related to emulation.
|
||||
# posix, riscv32, sparc
|
||||
# The following architectures are exluded as the necessary
|
||||
# thread runtime statistic hooks do not yet exist.
|
||||
# mips
|
||||
arch_exclude: posix sparc mips
|
||||
# SMP is excluded as the test was only written for UP
|
||||
# SMP is excluded as the test was only written for UP
|
||||
filter: not CONFIG_SMP
|
||||
|
|
|
@ -36,7 +36,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_TC_TX_COUNT=8
|
||||
- CONFIG_NET_TC_RX_COUNT=8
|
||||
# TX multi queue, RX one queue
|
||||
# TX multi queue, RX one queue
|
||||
net.traffic_class.2_no_rx:
|
||||
extra_configs:
|
||||
- CONFIG_NET_TC_TX_COUNT=2
|
||||
|
@ -65,7 +65,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_TC_TX_COUNT=8
|
||||
- CONFIG_NET_TC_RX_COUNT=1
|
||||
# TX one queue, RX multi queue
|
||||
# TX one queue, RX multi queue
|
||||
net.traffic_class.2_no_tx:
|
||||
extra_configs:
|
||||
- CONFIG_NET_TC_RX_COUNT=2
|
||||
|
@ -94,7 +94,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_TC_RX_COUNT=8
|
||||
- CONFIG_NET_TC_TX_COUNT=1
|
||||
# Then test some hybrid combinations.
|
||||
# Then test some hybrid combinations.
|
||||
net.traffic_class.tx_2_rx_3:
|
||||
extra_configs:
|
||||
- CONFIG_NET_TC_RX_COUNT=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue