mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 17:03:29 +00:00
Add an option that configure the number of regular group conversions that will trigger a DMA callback transfering data to the upper-half driver. By default this value is 1 and the driver behaves the same as before the change. Increasing this value allows to reduce the number of DMA interrupts and achieve higher sampling rates. DMA support for H5 and H7 is not complete so this change has no effect, but for consistency they have also been modified. The naming between ports has also been unified: - dmabuffer -> r_dmabuffer - nchannels -> rnchannels - chanlist -> r_chanlist - jchanlist -> j_chanlist Signed-off-by: raiden00pl <raiden00@railab.me> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||