samples: add actinius_icarus_bee config in spi_flash and fs
Add configuration for the Actinius Icarus Bee in the spi_flash and fs samples. Signed-off-by: Alex Tsamakos <alex@actinius.com>
This commit is contained in:
parent
181192f364
commit
0b7e661a92
2 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2021 Actinius
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
10
samples/subsys/shell/fs/boards/actinius_icarus_bee.conf
Normal file
10
samples/subsys/shell/fs/boards/actinius_icarus_bee.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Copyright (c) 2021 Actinius
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
CONFIG_SPI=y
|
||||
CONFIG_SPI_NOR=y
|
||||
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|
||||
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
Loading…
Add table
Add a link
Reference in a new issue