Add support for the new BICR generation tools #7719
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 10s
Annotations
1 error, 1 warning, and 2 notices
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:
- accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX
- ? dev_data->max_accuracy
- : spec->accuracy;
+ accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX ? dev_data->max_accuracy
+ : spec->accuracy;
File:drivers/clock_control/clock_control_nrf2_lfclk.c
Line:127
You may want to run clang-format on this change:
-#define RX_BUF_SIZE \
+#define RX_BUF_SIZE \
File:drivers/misc/coresight/nrf_etr.c
Line:138
|
You may want to run clang-format on this change:
drivers/clock_control/clock_control_nrf2_lfclk.c#L127
drivers/clock_control/clock_control_nrf2_lfclk.c:127
- accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX
- ? dev_data->max_accuracy
- : spec->accuracy;
+ accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX ? dev_data->max_accuracy
+ : spec->accuracy;
|
You may want to run clang-format on this change:
drivers/misc/coresight/nrf_etr.c#L138
drivers/misc/coresight/nrf_etr.c:138
-#define RX_BUF_SIZE \
+#define RX_BUF_SIZE \
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
720 Bytes |
|