Skip to content

drivers: dma: siwx917: Add DMA driver #219

drivers: dma: siwx917: Add DMA driver

drivers: dma: siwx917: Add DMA driver #219

Triggered via pull request December 9, 2024 12:13
Status Failure
Total duration 1m 26s
Artifacts 1

compliance.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 3 warnings, and 2 notices
compliance
Process completed with exit code 2.
compliance: Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details. SPACE_BEFORE_TAB: please, no space before tabs File:drivers/dma/dma_silabs_siwx917.c Line:39
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/
SPACE_BEFORE_TAB: drivers/dma/dma_silabs_siwx917.c#L39
drivers/dma/dma_silabs_siwx917.c:39 please, no space before tabs
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: - dma_callback_t dma_callback; /* User callback */ - void *cb_data; /* User callback data */ - RSI_UDMA_DATACONTEXT_T dma_rom_buff; /* Buffer to store UDMA handle */ - /* related information */ + dma_callback_t dma_callback; /* User callback */ + void *cb_data; /* User callback data */ + RSI_UDMA_DATACONTEXT_T dma_rom_buff; /* Buffer to store UDMA handle */ + /* related information */ File:drivers/dma/dma_silabs_siwx917.c Line:41 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#L41
drivers/dma/dma_silabs_siwx917.c:41 - dma_callback_t dma_callback; /* User callback */ - void *cb_data; /* User callback data */ - RSI_UDMA_DATACONTEXT_T dma_rom_buff; /* Buffer to store UDMA handle */ - /* related information */ + dma_callback_t dma_callback; /* User callback */ + void *cb_data; /* User callback data */ + RSI_UDMA_DATACONTEXT_T dma_rom_buff; /* Buffer to store UDMA handle */ + /* related information */
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
3.97 KB