tests: drivers: adc: adc_api: enable nocache memory

The nucleo_f746zg board doesn't handle RX/TX buffers in
non-cacheable memory when required. This leads to an error
in the test_adc_api with the log:
Supplied buffer is not in a non-cacheable region.

Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
This commit is contained in:
Fabrice DJIATSA 2025-06-09 15:13:03 +02:00 committed by Benjamin Cabé
parent 1d913d2147
commit 2e5f703c28

View File

@ -0,0 +1 @@
CONFIG_NOCACHE_MEMORY=y