no-OS icon indicating copy to clipboard operation
no-OS copied to clipboard

axi_dmac.c: Clear CYCLIC flag if transfer not cyclic

Open danmois opened this issue 11 months ago • 0 comments

Clear the CYCLIC flag in the DMA flags register if the transfer is set to not cyclic.

See: https://github.com/analogdevicesinc/no-OS/issues/2117

PR Type

  • [ ] Bug fix (change that fixes an issue)
  • [x] New feature (change that adds new functionality)
  • [ ] Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • [x] I have followed the Coding style guidelines
  • [x] I have performed a self-review of the changes
  • [x] I have commented my code, at least hard-to-understand parts
  • [ ] I have build all projects affected by the changes in this PR
  • [ ] I have tested in hardware affected projects, at the relevant boards
  • [x] I have signed off all commits from this PR
  • [x] I have updated the documentation (wiki pages, ReadMe etc), if applies

danmois avatar Mar 11 '24 09:03 danmois