zephyr/boards/quicklogic/quick_feather/quick_feather_defconfig

25 lines
499 B
Plaintext

# Copyright (c) 2020 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM_MPU=n
# System clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=61440000
# Console
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# EOS S3 Configuration Manager copies software from external flash to MCU
# memory using preconfigured DMA and execute it there.
# Thus we do not use flash directly.
CONFIG_XIP=n
CONFIG_FLASH=n
CONFIG_FLASH_SIZE=0
CONFIG_FLASH_BASE_ADDRESS=0x0
# GPIO
CONFIG_GPIO=y