This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
b2f3d35540
zephyr
/
drivers
/
dma
History
TOKITA Hiroshi
08606eac44
drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA
...
Adding RaspberryPi Pico DMA driver. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2023-03-22 09:33:52 +01:00
..
CMakeLists.txt
drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA
2023-03-22 09:33:52 +01:00
Kconfig
drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA
2023-03-22 09:33:52 +01:00
Kconfig.dma_pl330
…
Kconfig.dw
…
Kconfig.dw_common
…
Kconfig.esp32
…
Kconfig.gd32
…
Kconfig.intel_adsp_gpdma
…
Kconfig.intel_adsp_hda
…
Kconfig.iproc_pax
…
Kconfig.mcux_edma
…
Kconfig.mcux_lpc
…
Kconfig.nios2_msgdma
…
Kconfig.rpi_pico
drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA
2023-03-22 09:33:52 +01:00
Kconfig.sam0
…
Kconfig.sam_xdmac
…
Kconfig.stm32
…
Kconfig.xec
…
Kconfig.xmc4xxx
…
dma_dw.c
…
dma_dw_common.c
driver: gpdma: balance the pm usage
2023-03-21 18:10:41 +00:00
dma_dw_common.h
…
dma_esp32_gdma.c
…
dma_gd32.c
…
dma_handlers.c
…
dma_intel_adsp_gpdma.c
driver: gpdma: balance the pm usage
2023-03-21 18:10:41 +00:00
dma_intel_adsp_hda.c
…
dma_intel_adsp_hda.h
…
dma_intel_adsp_hda_host_in.c
…
dma_intel_adsp_hda_host_out.c
…
dma_intel_adsp_hda_link_in.c
…
dma_intel_adsp_hda_link_out.c
…
dma_iproc_pax.h
…
dma_iproc_pax_v1.c
…
dma_iproc_pax_v1.h
…
dma_iproc_pax_v2.c
…
dma_iproc_pax_v2.h
…
dma_mchp_xec.c
…
dma_mcux_edma.c
…
dma_mcux_edma.h
…
dma_mcux_lpc.c
…
dma_nios2_msgdma.c
…
dma_pl330.c
…
dma_pl330.h
…
dma_rpi_pico.c
drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA
2023-03-22 09:33:52 +01:00
dma_sam0.c
…
dma_sam_xdmac.c
drivers: dma: sam: Update to use clock control
2023-03-21 14:12:25 -07:00
dma_sam_xdmac.h
…
dma_stm32.c
…
dma_stm32.h
…
dma_stm32_bdma.c
…
dma_stm32_bdma.h
…
dma_stm32_v1.c
…
dma_stm32_v2.c
…
dma_stm32u5.c
…
dma_xmc4xxx.c
…
dmamux_stm32.c
…