This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 265a543 Stm32F7: add external ram config (#529)
265a543 is described below
commit 265a54365b08f66f9f4b865dc581743f135ee6e4
Author: AlexanderVasiljev <[email protected]>
AuthorDate: Thu Mar 12 17:40:01 2020 +0300
Stm32F7: add external ram config (#529)
* Stm32F7: add external ram config
---
arch/arm/src/stm32f7/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig
index 806022b..806a820 100644
--- a/arch/arm/src/stm32f7/Kconfig
+++ b/arch/arm/src/stm32f7/Kconfig
@@ -2136,6 +2136,14 @@ endchoice #"ULPI Selection"
endmenu # OTG_HS Config
+config STM32F7_EXTERNAL_RAM
+ bool "External RAM on FMC"
+ default n
+ depends on STM32F7_FMC
+ select ARCH_HAVE_HEAP2
+ ---help---
+ In addition to internal SDRAM, external RAM may be available
through the FMC.
+
menu "QuadSPI Configuration"
depends on STM32F7_QUADSPI