drivers/periph/pdm: initial pdm implementation #25007
Annotations
4 errors and 4 warnings
Run static-tests:
drivers/include/periph/pdm.h#L106
Member get_pdm_sample_rate(void) (function) of group drivers_periph_pdm is not documented.
|
Run static-tests:
tests/periph/pdm/tests/01-run.py#L46
E302 expected 2 blank lines, found 1
|
Run static-tests:
dist/tools/pdm_to_wav/pdm_to_wav.py#L71
There is a typo: extention ==> extension
If this is a false positive, add it to dist/tools/codespell/ignored_words.txt.
You can fix this interactively by calling
CODESPELL_INTERACTIVE=1 BASE_BRANCH=master ./dist/tools/codespell/check.sh
|
Run static-tests
Process completed with exit code 2.
|
Run static-tests:
cpu/nrf52/periph/pdm.c#L168
line is longer than 100 characters
|
Run static-tests:
cpu/nrf52/periph/pdm.c#L171
line is longer than 100 characters
|
Run static-tests:
cpu/nrf52/periph/pdm.c#L75
too many consecutive empty lines
|
Run static-tests:
tests/periph/pdm/main.c#L75
full block {} expected in the control structure
|
Loading