[nrf fromtree] tests: pwm: pwm_gpio_loopback: add nrf platforms #8427
Annotations
3 errors, 1 warning, and 1 notice
Check for PR description
Process completed with exit code 1.
|
Run Compliance Tests
Process completed with exit code 1.
|
check-warns
Process completed with exit code 1.
|
check-warns:
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
|
Run Compliance Tests:
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)}
|
Loading