You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new Zephyr EDMA driver, Zepyhr tries to
include the old "edma" directory, which results in a build
error since "driver_edma_rev2.cmake" is not placed inside
that directory. To fix this, change the included directory's
name to edma_rev2, which is the directory that contains the
files associated with EDMA rev2 driver from NXP HAL.
Signed-off-by: Laurentiu Mihalcea <[email protected]>
0 commit comments