mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
This commit is contained in:
@@ -258,13 +258,13 @@ VSN-specific Configuration Options
|
||||
CONFIG_ENDIAN_BIG - define if big endian (default is little
|
||||
endian)
|
||||
|
||||
CONFIG_DRAM_SIZE - Describes the installed DRAM (SRAM in this case):
|
||||
CONFIG_RAM_SIZE - Describes the installed DRAM (SRAM in this case):
|
||||
|
||||
CONFIG_DRAM_SIZE=0x00010000 (64Kb)
|
||||
CONFIG_RAM_SIZE=0x00010000 (64Kb)
|
||||
|
||||
CONFIG_DRAM_START - The start address of installed DRAM
|
||||
CONFIG_RAM_START - The start address of installed DRAM
|
||||
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_RAM_START=0x20000000
|
||||
|
||||
CONFIG_ARCH_IRQPRIO - The STM32F103Z supports interrupt prioritization
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG=y
|
||||
CONFIG_ARCH_BOARD="vsn"
|
||||
CONFIG_ARCH_BOARD_VSN=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=5483
|
||||
CONFIG_DRAM_SIZE=65536
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_RAM_SIZE=65536
|
||||
CONFIG_RAM_START=0x20000000
|
||||
CONFIG_ARCH_IRQPRIO=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
|
||||
Reference in New Issue
Block a user