zephyr/tests
Emilio Benavente 63308c5f13 tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK
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>
2024-09-20 15:23:58 -05:00
..
application_development style: tests: remove unnecessary `return` statements 2024-09-20 11:06:55 +02:00
arch style: tests: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
benchmarks tests: latency_measure: fix stacks for the busy threads 2024-09-19 18:28:16 +01:00
bluetooth Bluetooth: BAP: Add bondable requirement for BAP 2024-09-19 18:27:53 +01:00
boards doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
boot tests: boot: mcuboot_data_sharing: Fix test 2024-09-09 15:23:16 +03:00
bsim tests: bsim: Bluetooth: Audio: Fix minor things in source files 2024-09-20 09:04:11 +02:00
cmake tests: cmake: add test cases for CMake YAML module 2024-08-23 08:02:11 -04:00
crypto mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 2024-09-12 10:02:40 +02:00
drivers tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00
integration/kernel
kconfig
kernel style: tests: remove unnecessary `return` statements 2024-09-20 11:06:55 +02:00
lib tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
misc llext: use EXPORT_SYMBOL() universally 2024-09-02 12:31:52 -04:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net tests: net: wifi: exclude RW612 ethernet variant 2024-09-18 19:56:18 +01:00
posix tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
robot
subsys style: tests: remove unnecessary `return` statements 2024-09-20 11:06:55 +02:00
unit
ztest ztest: Add Support for Multiple Test Runs. 2024-09-18 15:32:28 +02:00
test_config.yaml