drivers: dma: siwx917: Add DMA driver #221
Annotations
1 error, 2 warnings, and 1 notice
compliance
Process completed with exit code 1.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
compliance:
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:
- status = UDMAx_ChannelConfigure(&udma_resources, (uint8_t)channel,
- config->head_block->source_address,
- config->head_block->dest_address,
- config->head_block->block_size, channel_control,
- &channel_config, NULL, channel_info, udma_handle);
+ status = UDMAx_ChannelConfigure(
+ &udma_resources, (uint8_t)channel, config->head_block->source_address,
+ config->head_block->dest_address, config->head_block->block_size, channel_control,
+ &channel_config, NULL, channel_info, udma_handle);
File:drivers/dma/dma_silabs_siwx917.c
Line:157
|
You may want to run clang-format on this change:
drivers/dma/dma_silabs_siwx917.c#L157
drivers/dma/dma_silabs_siwx917.c:157
- status = UDMAx_ChannelConfigure(&udma_resources, (uint8_t)channel,
- config->head_block->source_address,
- config->head_block->dest_address,
- config->head_block->block_size, channel_control,
- &channel_config, NULL, channel_info, udma_handle);
+ status = UDMAx_ChannelConfigure(
+ &udma_resources, (uint8_t)channel, config->head_block->source_address,
+ config->head_block->dest_address, config->head_block->block_size, channel_control,
+ &channel_config, NULL, channel_info, udma_handle);
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
2.66 KB |
|