Mike Smith

Results 5 comments of Mike Smith

I believe https://github.com/epics-base/p4p/pull/154 fixes this issue, but only for NTEnum types.

@kurup I'm happy with this PR as it is now, just needs review and approval on your end.

@Monarda I've sync'd this PR with epics-base:master, now just waiting for a maintainer to approve the CI/CD workflow. I'm not a maintainer and cannot trigger CI/CD or merge.

I recently had a similar issue when initialising an NTEnum struct (see this PR: https://github.com/epics-base/p4p/pull/154). I think the ideal fix is to make it as similar to the NRScalar wrap()...

The driver in the linux kernel adds support for using the Xilinx XDMA IP block with the kernel's DMA Engine API: https://docs.kernel.org/driver-api/dmaengine/client.html To use it, you would write your own...