Skip to content

[nrf fromtree] tests: pwm: pwm_gpio_loopback: add nrf platforms #8427

[nrf fromtree] tests: pwm: pwm_gpio_loopback: add nrf platforms

[nrf fromtree] tests: pwm: pwm_gpio_loopback: add nrf platforms #8427

Triggered via pull request January 20, 2025 18:50
Status Failure
Total duration 2m 15s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 8s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 1 notice
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR): ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details. You may want to run clang-format on this change: - { \ - LISTIFY(TEST_PWM_COUNT, TEST_PWM_CONFIG_ENTRY, (,), node_id) \ - } + {LISTIFY(TEST_PWM_COUNT, TEST_PWM_CONFIG_ENTRY, (, ), node_id)} #define TEST_GPIO_COUNT DT_PROP_LEN(DT_PATH(zephyr_user), gpios) #define TEST_GPIO_CONFIG_ENTRY(idx, node_id) GPIO_DT_SPEC_GET_BY_IDX(node_id, gpios, idx) #define TEST_GPIO_CONFIG_ARRAY(node_id) \ - { \ - LISTIFY(TEST_GPIO_COUNT, TEST_GPIO_CONFIG_ENTRY, (,), node_id) \ - } + {LISTIFY(TEST_GPIO_COUNT, TEST_GPIO_CONFIG_ENTRY, (, ), node_id)} File:tests/drivers/pwm/pwm_gpio_loopback/src/main.c Line:38
You may want to run clang-format on this change: tests/drivers/pwm/pwm_gpio_loopback/src/main.c#L38
tests/drivers/pwm/pwm_gpio_loopback/src/main.c:38 - { \ - LISTIFY(TEST_PWM_COUNT, TEST_PWM_CONFIG_ENTRY, (,), node_id) \ - } + {LISTIFY(TEST_PWM_COUNT, TEST_PWM_CONFIG_ENTRY, (, ), node_id)} #define TEST_GPIO_COUNT DT_PROP_LEN(DT_PATH(zephyr_user), gpios) #define TEST_GPIO_CONFIG_ENTRY(idx, node_id) GPIO_DT_SPEC_GET_BY_IDX(node_id, gpios, idx) #define TEST_GPIO_CONFIG_ARRAY(node_id) \ - { \ - LISTIFY(TEST_GPIO_COUNT, TEST_GPIO_CONFIG_ENTRY, (,), node_id) \ - } + {LISTIFY(TEST_GPIO_COUNT, TEST_GPIO_CONFIG_ENTRY, (, ), node_id)}

Artifacts

Produced during runtime
Name Size
compliance.xml
768 Bytes