10fc7a38cc
tested on mimxrt1060_evt MEMORY_NOCACHE is needed test on frdmk64f special test slot need configure with CONFIG_DMA_TEST_SLOT_START Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
21 lines
352 B
C
21 lines
352 B
C
/*
|
|
* Copyright (c) 2020 NXP Semiconductor INC.
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef DMA_MCUX_EDMA_H_
|
|
#define DMA_MCUX_EDMA_H_
|
|
|
|
#include <errno.h>
|
|
#include <device.h>
|
|
#include <drivers/dma.h>
|
|
#include <soc.h>
|
|
#include <fsl_common.h>
|
|
|
|
#include "fsl_edma.h"
|
|
#include "fsl_dmamux.h"
|
|
|
|
#endif /* DMA_MCUX_EDMA_H_*/
|