samples: spi_flash: add gd32f450i_eval and gd32vf103v_eval boards
This add gd32f450i_eval and gd32vf103v_eval boards to spi_flash sample. Signed-off-by: HaiLong Yang <cameledyang@pm.me>
This commit is contained in:
parent
140bce498b
commit
823b468890
7
samples/drivers/spi_flash/boards/gd32f450i_eval.conf
Normal file
7
samples/drivers/spi_flash/boards/gd32f450i_eval.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2022 BrainCo Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
7
samples/drivers/spi_flash/boards/gd32vf103v_eval.conf
Normal file
7
samples/drivers/spi_flash/boards/gd32vf103v_eval.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2022 BrainCo Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
Loading…
Reference in a new issue