tests: spi_loopback: Add rv32m1 configuration

Adds a board-specific configuration for the rv32m1 VEGAboard to the
spi_loopback test.

Enabled slave number 2, and turned on debug configurations to debug
effectively and from excess code being optimized out.

Signed-off-by: Jose Manuel Pacheco Luna <manuel.pacheco@nxp.com>
This commit is contained in:
Jose Manuel Pacheco Luna 2019-08-06 15:07:40 -05:00 committed by Ioannis Glaropoulos
commit b90e0587a3

View file

@ -0,0 +1,9 @@
#
# Copyright (c) 2018, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_0"
CONFIG_SPI_LOOPBACK_SLAVE_NUMBER=2
CONFIG_DEBUG_OPTIMIZATIONS=y