dma: move from driver to hw_support

This commit is contained in:
morris
2022-06-28 11:06:27 +08:00
parent dede9da16e
commit 7fd9a91034
21 changed files with 68 additions and 114 deletions
-5
View File
@@ -7,11 +7,6 @@ entries:
gptimer: gptimer_set_alarm_action (noflash)
gptimer: gptimer_start (noflash)
gptimer: gptimer_stop (noflash)
if GDMA_CTRL_FUNC_IN_IRAM = y:
gdma: gdma_start (noflash)
gdma: gdma_stop (noflash)
gdma: gdma_append (noflash)
gdma: gdma_reset (noflash)
if PCNT_CTRL_FUNC_IN_IRAM = y:
pulse_cnt: pcnt_unit_start (noflash)
pulse_cnt: pcnt_unit_stop (noflash)