modify stm32 configs to add f7 series in dma w/ Nocache Mem test cases. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
14 lines
340 B
Text
14 lines
340 B
Text
#
|
|
# Copyright (c) 2023 Graphcore Ltd, All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# enable DMA mode for SPI loopback test
|
|
CONFIG_SPI_STM32_DMA=y
|
|
CONFIG_SPI_STM32_INTERRUPT=n
|
|
CONFIG_SPI_ASYNC=n
|
|
CONFIG_NOCACHE_MEMORY=n
|
|
CONFIG_DT_DEFINED_NOCACHE=y
|
|
CONFIG_DT_DEFINED_NOCACHE_NAME="SRAM2"
|
|
CONFIG_SPI_LOOPBACK_16BITS_FRAMES=y
|