nuttx/boards/arm/stm32f7/stm32f746g-disco/Kconfig
OSer e1f904c943 Merged in OSer916/nuttx/stm32f746g-disco-n25q (pull request #1074)
stm32f746g-disco board add n25q128 support

* arch/arm/src/stm32f7/hardware/stm32f74xx75xx_pinmap.h: fix QSPI pin
    config.

* arch/arm/src/stm32f7/stm32_qspi.c: fix gpio_dumpgpioconfig() function,
    fix qspi_command() function

* boards/arm/stm32f7/stm32f746g-disco/README.txt: fix board path

* boards/arm/stm32f7/stm32f746g-disco: add n25q128 function

* boards/arm/stm32f7/stm32f746g-disco/scripts/Make.defs: use st-flash tool to write fireware on Linux

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-11-21 13:39:45 +00:00

21 lines
497 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32F746G_DISCO
config STM32F746GDISCO_FLASH
bool "MTD driver for external 16Mbyte N25Q128A FLASH on QSPI port"
default n
select MTD
select MTD_N25QXXX
select MTD_SMART
select FS_SMARTFS
select STM32F7_QUADSPI
select MTD_BYTE_WRITE
---help---
Configures an MTD device for use with the onboard flash
endif # ARCH_BOARD_STM32F746G_DISCO