drivers: pwm: nrfx: add global hsfll request for fast PWM #166132
Annotations
7 errors and 5 warnings
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LONG_LINE: line length of 104 exceeds 100 columns
File:drivers/pwm/pwm_nrfx.c
Line:289
SPACING: space prohibited before that ',' (ctx:WxW)
File:drivers/pwm/pwm_nrfx.c
Line:448
SPACE_BEFORE_TAB: please, no space before tabs
File:drivers/pwm/pwm_nrfx.c
Line:454
TRAILING_WHITESPACE: trailing whitespace
File:tests/drivers/pwm/pwm_api/testcase.yaml
Line:25
|
check-warns:
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
fb1a996fe00500275d35ba5aa1fde3ae632943c4: tests/drivers/pwm/pwm_api/testcase.yaml:25: trailing whitespace.
|
check-warns:
YAMLLint.txt#L1
Check YAML files with YAMLLint.
YAMLLint (indentation):wrong indentation: expected 4 but found 6
File:tests/drivers/pwm/pwm_api/testcase.yaml
Line:25
Column:7
YAMLLint (trailing-spaces):trailing spaces
File:tests/drivers/pwm/pwm_api/testcase.yaml
Line:25
Column:18
YAMLLint (None):syntax error: expected <block end>, but found '-' (syntax)
File:tests/drivers/pwm/pwm_api/testcase.yaml
Line:29
Column:7
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
drivers/pwm/pwm_nrfx.c#L448
drivers/pwm/pwm_nrfx.c:448 space prohibited before that ',' (ctx:WxW)
|
Run Compliance Tests:
tests/drivers/pwm/pwm_api/testcase.yaml#L25
tests/drivers/pwm/pwm_api/testcase.yaml:25 trailing whitespace
|
Run Compliance Tests
Process completed with exit code 3.
|
Run Compliance Tests:
tests/drivers/pwm/pwm_api/testcase.yaml#L25
tests/drivers/pwm/pwm_api/testcase.yaml:25 wrong indentation: expected 4 but found 6
|
Run Compliance Tests:
tests/drivers/pwm/pwm_api/testcase.yaml#L25
tests/drivers/pwm/pwm_api/testcase.yaml:25 trailing spaces
|
Run Compliance Tests:
tests/drivers/pwm/pwm_api/testcase.yaml#L29
tests/drivers/pwm/pwm_api/testcase.yaml:29 syntax error: expected <block end>, but found '-' (syntax)
|
Run Compliance Tests:
drivers/pwm/pwm_nrfx.c#L289
drivers/pwm/pwm_nrfx.c:289 line length of 104 exceeds 100 columns
|
Run Compliance Tests:
drivers/pwm/pwm_nrfx.c#L454
drivers/pwm/pwm_nrfx.c:454 please, no space before tabs
|
Loading