Add RNG driver #143
Annotations
1 error, 3 warnings, and 2 notices
Run Compliance Tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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:
-static int siwx917_get_entropy_isr(const struct device *dev, uint8_t *buffer,
- uint16_t length, uint32_t flags)
+static int siwx917_get_entropy_isr(const struct device *dev, uint8_t *buffer, uint16_t length,
+ uint32_t flags)
File:drivers/entropy/entropy_silabs_siwx917.c
Line:14
You may want to run clang-format on this change:
-#define SIWX917_RNG_INIT(idx) \
- DEVICE_DT_INST_DEFINE(idx, siwx917_init, NULL, NULL, (void *)DT_INST_REG_ADDR(idx), \
+#define SIWX917_RNG_INIT(idx) \
+ DEVICE_DT_INST_DEFINE(idx, siwx917_init, NULL, NULL, (void *)DT_INST_REG_ADDR(idx), \
File:drivers/entropy/entropy_silabs_siwx917.c
Line:59
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "compliance.xml".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run Compliance Tests:
drivers/entropy/entropy_silabs_siwx917.c#L14
drivers/entropy/entropy_silabs_siwx917.c:14
-static int siwx917_get_entropy_isr(const struct device *dev, uint8_t *buffer,
- uint16_t length, uint32_t flags)
+static int siwx917_get_entropy_isr(const struct device *dev, uint8_t *buffer, uint16_t length,
+ uint32_t flags)
|
Run Compliance Tests:
drivers/entropy/entropy_silabs_siwx917.c#L59
drivers/entropy/entropy_silabs_siwx917.c:59
-#define SIWX917_RNG_INIT(idx) \
- DEVICE_DT_INST_DEFINE(idx, siwx917_init, NULL, NULL, (void *)DT_INST_REG_ADDR(idx), \
+#define SIWX917_RNG_INIT(idx) \
+ DEVICE_DT_INST_DEFINE(idx, siwx917_init, NULL, NULL, (void *)DT_INST_REG_ADDR(idx), \
|
Loading