i2s support for esp32 and esp32s2 #169647
Annotations
7 errors and 9 warnings
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
TRAILING_WHITESPACE: trailing whitespace
File:boards/lilygo/ttgo_lora32/ttgo_lora32-pinctrl.dtsi
Line:50
BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
File:drivers/i2s/i2s_esp32.c
Line:238
LINE_SPACING: Missing a blank line after declarations
File:drivers/i2s/i2s_esp32.c
Line:263
LONG_LINE: line length of 101 exceeds 100 columns
File:drivers/i2s/i2s_esp32.c
Line:276
CODE_INDENT: code indent should use tabs where possible
File:drivers/i2s/i2s_esp32.c
Line:287
SPACE_BEFORE_TAB: please, no space before tabs
File:drivers/i2s/i2s_esp32.c
Line:287
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/i2s/i2s_esp32.c
Line:287
CODE_INDENT: code indent should use tabs where possible
File:drivers/i2s/i2s_esp32.c
Line:297
SPACE_BEFORE_TAB: please, no space before tabs
File:drivers/i2s/i2s_esp32.c
Line:297
LEADING_SPACE: please, no spaces at the start of a line
File:drivers/i2s/i2s_esp32.c
Line:297
LINE_SPACING: Missing a blank line after declarations
File:drivers/i2s/i2s_esp32.c
Line:567
LINE_SPACING: Missing a blank line after declarations
File:drivers/i2s/i2s_esp32.c
Line:588
|
check-warns:
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
60d7026300ca13df64b7df3bb6716b8a5a8ea9fb: boards/lilygo/ttgo_lora32/ttgo_lora32-pinctrl.dtsi:50: trailing whitespace.
d45e989acaddfbf69e8511822b809e18f771d116: drivers/i2s/i2s_esp32.c:287: space before tab in indent.
d45e989acaddfbf69e8511822b809e18f771d116: drivers/i2s/i2s_esp32.c:297: space before tab in indent.
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
boards/lilygo/ttgo_lora32/ttgo_lora32-pinctrl.dtsi#L50
boards/lilygo/ttgo_lora32/ttgo_lora32-pinctrl.dtsi:50 trailing whitespace
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L287
drivers/i2s/i2s_esp32.c:287 code indent should use tabs where possible
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L297
drivers/i2s/i2s_esp32.c:297 code indent should use tabs where possible
|
Run Compliance Tests
Process completed with exit code 2.
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L238
drivers/i2s/i2s_esp32.c:238 Block comments use * on subsequent lines
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L263
drivers/i2s/i2s_esp32.c:263 Missing a blank line after declarations
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L276
drivers/i2s/i2s_esp32.c:276 line length of 101 exceeds 100 columns
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L287
drivers/i2s/i2s_esp32.c:287 please, no space before tabs
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L287
drivers/i2s/i2s_esp32.c:287 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L297
drivers/i2s/i2s_esp32.c:297 please, no space before tabs
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L297
drivers/i2s/i2s_esp32.c:297 please, no spaces at the start of a line
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L567
drivers/i2s/i2s_esp32.c:567 Missing a blank line after declarations
|
Run Compliance Tests:
drivers/i2s/i2s_esp32.c#L588
drivers/i2s/i2s_esp32.c:588 Missing a blank line after declarations
|
Loading