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:
parent
19097e407c
commit
b90e0587a3
1 changed files with 9 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue