summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 23:02:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 23:02:43 +0000
commitaf2c1fe0b2327427ea8c2adc376c06796141aedb (patch)
tree7011e0912cedf3470b14dbe4dc237933da287bab /nuttx/configs/stm32f4discovery
parent26e1787a9bccfb9e301cbdceb70f838df158c7c7 (diff)
downloadpx4-nuttx-af2c1fe0b2327427ea8c2adc376c06796141aedb.tar.gz
px4-nuttx-af2c1fe0b2327427ea8c2adc376c06796141aedb.tar.bz2
px4-nuttx-af2c1fe0b2327427ea8c2adc376c06796141aedb.zip
STM32 Kconfig looks good. STM32 external ram configuration changed.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5100 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rwxr-xr-xnuttx/configs/stm32f4discovery/README.txt14
-rw-r--r--nuttx/configs/stm32f4discovery/ostest/defconfig8
2 files changed, 7 insertions, 15 deletions
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index 93b8fee03..12b30c62c 100755
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -445,13 +445,13 @@ present in the NuttX configuration file:
CONFIG_STM32_FSMC=y : Enables the FSMC
CONFIG_STM32_FSMC_SRAM=y : Indicates that SRAM is available via the
- FSMC (as opposed to an LCD or FLASH).
+ FSMC (as opposed to an LCD or FLASH).
CONFIG_HEAP2_BASE : The base address of the SRAM in the FSMC
- address space
- CONFIG_HEAP2_END : The end (+1) of the SRAM in the FSMC
- address space
+ address space
+ CONFIG_HEAP2_SIZE : The size of the SRAM in the FSMC
+ address space
CONFIG_MM_REGIONS : Must be set to a large enough value to
- include the FSMC SRAM
+ include the FSMC SRAM
SRAM Configurations
-------------------
@@ -704,9 +704,9 @@ STM32F4Discovery-specific Configuration Options
CONFIG_STM32_FSMC_SRAM - Indicates that SRAM is available via the
FSMC (as opposed to an LCD or FLASH).
- CONFIG_HEAP2_BASE - The base address of the SRAM in the FSMC address space
+ CONFIG_HEAP2_BASE - The base address of the SRAM in the FSMC address space (hex)
- CONFIG_HEAP2_END - The end (+1) of the SRAM in the FSMC address space
+ CONFIG_HEAP2_SIZE - The size of the SRAM in the FSMC address space (decimal)
CONFIG_ARCH_IRQPRIO - The STM32F4Discovery supports interrupt prioritization
diff --git a/nuttx/configs/stm32f4discovery/ostest/defconfig b/nuttx/configs/stm32f4discovery/ostest/defconfig
index c7cee2331..5c120c614 100644
--- a/nuttx/configs/stm32f4discovery/ostest/defconfig
+++ b/nuttx/configs/stm32f4discovery/ostest/defconfig
@@ -179,14 +179,6 @@ CONFIG_UART4_2STOP=0
CONFIG_UART5_2STOP=0
#
-# STM32F40xxx specific SSI device driver settings
-#
-CONFIG_SSI0_DISABLE=n
-CONFIG_SSI1_DISABLE=y
-CONFIG_SSI_POLLWAIT=y
-#CONFIG_SSI_TXLIMIT=4
-
-#
# STM32F40xxx specific CAN device driver settings
#
CONFIG_CAN=n