samples/drivers/spi_flash: add board overrides
Particle mesh feather devices, and Nordic PCA10056, can both run this example with the on-board JEDEC SPI NOR device if the driver is enabled. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
0e338efb3c
commit
7f2edeef6c
2 changed files with 14 additions and 0 deletions
7
samples/drivers/spi_flash/boards/nrf52840_pca10056.conf
Normal file
7
samples/drivers/spi_flash/boards/nrf52840_pca10056.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
7
samples/drivers/spi_flash/boards/particle_xenon.conf
Normal file
7
samples/drivers/spi_flash/boards/particle_xenon.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
Loading…
Add table
Add a link
Reference in a new issue