Skip to content

drivers/periph/pdm: initial pdm implementation #24409

drivers/periph/pdm: initial pdm implementation

drivers/periph/pdm: initial pdm implementation #24409

Re-run triggered March 27, 2024 15:02
Status Failure
Total duration 2m 58s
Artifacts

static-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
static-tests: cpu/nrf52/include/periph_cpu.h#L150
trailing whitespace.
static-tests: cpu/nrf52/include/periph_cpu.h#L158
trailing whitespace.
static-tests: boards/adafruit-clue/include/periph_conf.h#L122
Member pdm_config (variable) of file periph_conf.h is not documented.
static-tests: boards/feather-nrf52840-sense/include/periph_conf.h#L92
Member pdm_config (variable) of file periph_conf.h is not documented.
static-tests: drivers/include/periph/pdm.h#L81
Member NEW_BUF_SIZE (macro definition) of group drivers_periph_pdm is not documented.
static-tests: tests/periph_pdm/testing_pdm_conversion.py#L10
F401 'struct' imported but unused
static-tests: tests/periph_pdm/testing_pdm_conversion.py#L12
F401 'time' imported but unused
static-tests: tests/periph_pdm/testing_pdm_conversion.py#L15
E225 missing whitespace around operator
static-tests: cpu/nrf52/include/periph_cpu.h#L150
trailing whitespace
static-tests: cpu/nrf52/include/periph_cpu.h#L158
trailing whitespace
static-tests: cpu/nrf52/periph/pdm.c#L49
line is longer than 100 characters
static-tests: sys/net/gnrc/link_layer/gomach/gomach.c#L2217
source file is too long
static-tests: sys/net/gnrc/link_layer/lwmac/lwmac.c#L348
line is longer than 100 characters
static-tests: sys/net/gnrc/link_layer/lwmac/lwmac.c#L354
line is longer than 100 characters
static-tests: sys/net/gnrc/link_layer/lwmac/lwmac.c#L424
line is longer than 100 characters
static-tests: sys/net/gnrc/link_layer/lwmac/lwmac.c#L652
line is longer than 100 characters
static-tests: tests/periph_pdm/main.c#L98
comma should be followed by whitespace
static-tests: cpu/nrf52/periph/pdm.c#L32
Coccinelle proposes the following patch: --- cpu/nrf52/periph/pdm.c +++ cpu/nrf52/periph/pdm.c @@ -26,7 +26,7 @@ #include "periph/gpio.h" #include "periph/pdm.h" -#define ENABLE_DEBUG (0) +#define ENABLE_DEBUG 0 #include "debug.h" /* The samples buffer is a double buffer */