summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 15:26:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 15:26:16 +0000
commitf62cc877bdb5e731e099aa45c8774c5d5892c672 (patch)
treef108796a2c7f2aa85b7ae5fd6b7af2c18089250a
parent6da7839685a296ef4324847306de9be7b0e6722b (diff)
downloadpx4-nuttx-f62cc877bdb5e731e099aa45c8774c5d5892c672.tar.gz
px4-nuttx-f62cc877bdb5e731e099aa45c8774c5d5892c672.tar.bz2
px4-nuttx-f62cc877bdb5e731e099aa45c8774c5d5892c672.zip
Revert STM32 NSH2 configuration to use CodeSourcery toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3928 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt4
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/defconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 2c591c57f..0224f65a2 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -455,8 +455,8 @@ Where <subdir> is one of the following:
=========== ======================= ================================
nsh nsh2
=========== ======================= ================================
- Toolchain: NuttX buildroot for NuttX buildroot for)
- Linux or Cygwin (1,2) Linux or Cygwin (1,2)
+ Toolchain: NuttX buildroot for Codesourcery for Windows (1)
+ Linux or Cygwin (1,2)
----------- ----------------------- --------------------------------
Loader: DfuSe DfuSe
----------- ----------------------- --------------------------------
diff --git a/nuttx/configs/stm3210e-eval/nsh2/defconfig b/nuttx/configs/stm3210e-eval/nsh2/defconfig
index f4f1fb40b..d49669886 100644
--- a/nuttx/configs/stm3210e-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3210e-eval/nsh2/defconfig
@@ -92,11 +92,11 @@ CONFIG_ARCH_DMA=y
#
# Identify toolchain and linker options
#
-CONFIG_STM32_CODESOURCERYW=n
+CONFIG_STM32_CODESOURCERYW=y
CONFIG_STM32_CODESOURCERYL=n
CONFIG_STM32_DEVKITARM=n
CONFIG_STM32_RAISONANCE=n
-CONFIG_STM32_BUILDROOT=y
+CONFIG_STM32_BUILDROOT=n
CONFIG_STM32_DFU=y
#