[nrf fromtree] Fixes in GPPI for nrf9251 #15327
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
3m 16s
Annotations
1 warning and 2 notices
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-#define GPPI_INIT_STATE \
+#define GPPI_INIT_STATE \
COND_CODE_1(IS_ENABLED(CONFIG_NRFX_GPPI_SD2PPI_GLOBAL), (POST_KERNEL), (EARLY))
-#define GPPI_INIT_PRIO \
+#define GPPI_INIT_PRIO \
File:soc/nordic/common/gppi_init.c
Line:151
You may want to run clang-format on this change:
- static const NRF_SPU_Type * spu_addr[] = {
+ static const NRF_SPU_Type *spu_addr[] = {
NRF_SPU131,
NRF_SPU132,
NRF_SPU133,
NRF_SPU134,
NRF_SPU135,
- IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic135)), (NRF_SPU136,))
- IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic136)), (NRF_SPU137,))
- NRF_SPU122,
- };
+ IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic135)), (NRF_SPU136,)) IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic136)), (NRF_SPU137,)) NRF_SPU122,
+ };
File:soc/nordic/common/nrfx_gppi_sd2ppi_global.c
Line:427
|
|
You may want to run clang-format on this change:
soc/nordic/common/nrfx_gppi_sd2ppi_global.c#L427
soc/nordic/common/nrfx_gppi_sd2ppi_global.c:427
- static const NRF_SPU_Type * spu_addr[] = {
+ static const NRF_SPU_Type *spu_addr[] = {
NRF_SPU131,
NRF_SPU132,
NRF_SPU133,
NRF_SPU134,
NRF_SPU135,
- IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic135)), (NRF_SPU136,))
- IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic136)), (NRF_SPU137,))
- NRF_SPU122,
- };
+ IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic135)), (NRF_SPU136,)) IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(dppic136)), (NRF_SPU137,)) NRF_SPU122,
+ };
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
|
|
You may want to run clang-format on this change:
soc/nordic/common/gppi_init.c#L151
soc/nordic/common/gppi_init.c:151
-#define GPPI_INIT_STATE \
+#define GPPI_INIT_STATE \
COND_CODE_1(IS_ENABLED(CONFIG_NRFX_GPPI_SD2PPI_GLOBAL), (POST_KERNEL), (EARLY))
-#define GPPI_INIT_PRIO \
+#define GPPI_INIT_PRIO \
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compliance.xml
|
1.03 KB |
sha256:308642c208f31778417e184860f323b35471ad4ae512149d0eb6de706ce5a99d
|
|
|
dts_linter.patch
|
148 Bytes |
sha256:cb6560c0e96c5c7cb2bd01ec6c17733def17b433946fc4f3ecb51c51ef4698ed
|
|