package embox.driver.dma

@BuildDepends(third_party.bsp.st_bsp_api)
module stm32f7_dma extends dma_api {
	option number dma2_stream0_irq = 2

	option string log_level="LOG_ERR"

	source "stm32f7_dma.c"

	@NoRuntime depends third_party.bsp.st_bsp_api
}
