Add configuration for the Actinius Icarus Bee in the spi_flash and fs samples. Signed-off-by: Alex Tsamakos <alex@actinius.com>
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
#
|
|
# 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
|