mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Add LED, button definition, and more EMC logic for the LPC1788
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5646 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -172,6 +172,22 @@ config ARCH_EXTDRAMSIZE
|
||||
---help---
|
||||
Size of the external SDRAM in bytes.
|
||||
|
||||
choice
|
||||
prompt "SDRAM Width Selection"
|
||||
default ARCH_CHIP_STM32F103ZET6
|
||||
depends on ARCH_CHIP_STM32
|
||||
|
||||
config ARCH_SDRAM_8BIT
|
||||
bool "8-bit"
|
||||
|
||||
config ARCH_SDRAM_16BIT
|
||||
bool "16-bit"
|
||||
|
||||
config ARCH_SDRAM_32BIT
|
||||
bool "32-bit"
|
||||
|
||||
endchoice
|
||||
|
||||
config ARCH_EXTDRAMHEAP
|
||||
bool "Add external SDRAM to the heap"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user