Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK #78672

Conversation

EmilioCBen
Copy link
Contributor

The Buffer data was being stored in cacahable memory for the MIMXRT1010_EVK, the caching is not handle in these test and cause mimxrt1010 to fail, this commit moves the memory region to DTCM and in some cases lowers the size of the DATA Buffer since it won't fit in DTCM for MIMXRT1010_EVK

Copy link
Collaborator

@danieldegrasse danieldegrasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit on the commit message: cacahable-> cacheable

The Buffer data was being stored in cacheable memory for
the MIMXRT1010_EVK, the caching is not handle in these
test and cause mimxrt1010 to fail, this commit moves the
memory region to DTCM and in some cases lowers the size
of the DATA Buffer since it won't fit in DTCM for MIMXRT1010_EVK

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
@EmilioCBen EmilioCBen force-pushed the feature/enable_dma_tests_mimxrt1010_evk branch from 64d5394 to a814123 Compare September 19, 2024 20:43
@MaureenHelm MaureenHelm merged commit 63308c5 into zephyrproject-rtos:main Sep 20, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DMA Direct Memory Access platform: NXP NXP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants