summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-11 19:52:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-11 19:52:20 +0000
commit58278ea5cfe0d7bf7bdba285052d506c6cc677f3 (patch)
tree4455652298bcc4d204d17222dddd709481252b4c /nuttx/configs/stm3210e-eval/ostest
parentdbda6f5f4a9f9175500e1db3641245be6f9fd3ac (diff)
downloadpx4-nuttx-58278ea5cfe0d7bf7bdba285052d506c6cc677f3.tar.gz
px4-nuttx-58278ea5cfe0d7bf7bdba285052d506c6cc677f3.tar.bz2
px4-nuttx-58278ea5cfe0d7bf7bdba285052d506c6cc677f3.zip
Basic USART setup works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2126 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/ostest')
-rw-r--r--nuttx/configs/stm3210e-eval/ostest/Make.defs2
-rwxr-xr-xnuttx/configs/stm3210e-eval/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/ostest/Make.defs b/nuttx/configs/stm3210e-eval/ostest/Make.defs
index 773b3e71c..2940b86fd 100644
--- a/nuttx/configs/stm3210e-eval/ostest/Make.defs
+++ b/nuttx/configs/stm3210e-eval/ostest/Make.defs
@@ -37,7 +37,7 @@ include ${TOPDIR}/.config
# Setup for the selected toolchain
-ifeq ($(CONFIG_STM32_DFU)y)
+ifeq ($(CONFIG_STM32_DFU),y)
LDSCRIPT = ld.script.dfu
else
LDSCRIPT = ld.script
diff --git a/nuttx/configs/stm3210e-eval/ostest/defconfig b/nuttx/configs/stm3210e-eval/ostest/defconfig
index 7c5afbdf7..f490ea9fc 100755
--- a/nuttx/configs/stm3210e-eval/ostest/defconfig
+++ b/nuttx/configs/stm3210e-eval/ostest/defconfig
@@ -92,7 +92,7 @@ CONFIG_STM32_CODESOURCERY=n
CONFIG_STM32_DEVKITARM=n
CONFIG_STM32_RAISONANCE=n
CONFIG_STM32_BUILDROOT=y
-CONFIG_STM32_DFU=n
+CONFIG_STM32_DFU=y
#
# Individual subsystems can be enabled: