summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 00:21:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-30 00:21:48 +0000
commitd84fc46d2ccf24899de6c26c866900a6a0a1de78 (patch)
tree59f8f544ab090c9c6300f91ac417c1e9f0d04eef /nuttx
parent61e71aad8571ec108e00df46983f5c3252c32e7c (diff)
downloadpx4-nuttx-d84fc46d2ccf24899de6c26c866900a6a0a1de78.tar.gz
px4-nuttx-d84fc46d2ccf24899de6c26c866900a6a0a1de78.tar.bz2
px4-nuttx-d84fc46d2ccf24899de6c26c866900a6a0a1de78.zip
Switch NSH2 config to use buildroot toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3925 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt6
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/defconfig4
2 files changed, 4 insertions, 6 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index c40e96c57..2c591c57f 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -455,16 +455,14 @@ Where <subdir> is one of the following:
=========== ======================= ================================
nsh nsh2
=========== ======================= ================================
- Toolchain: NuttX buildroot for Codesourcery for Windows (1)
- Linux or Cygwin (1,2)
+ Toolchain: NuttX buildroot for NuttX buildroot for)
+ Linux or Cygwin (1,2) Linux or Cygwin (1,2)
----------- ----------------------- --------------------------------
Loader: DfuSe DfuSe
----------- ----------------------- --------------------------------
Serial Debug output: USART1 Debug output: USART1
Console: NSH output: USART1 NSH output: USART1 (3)
----------- ----------------------- --------------------------------
- I2C1 Disabled Enabled
- ----------- ----------------------- --------------------------------
microSD Yes Yes
Support
----------- ----------------------- --------------------------------
diff --git a/nuttx/configs/stm3210e-eval/nsh2/defconfig b/nuttx/configs/stm3210e-eval/nsh2/defconfig
index d49669886..f4f1fb40b 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=y
+CONFIG_STM32_CODESOURCERYW=n
CONFIG_STM32_CODESOURCERYL=n
CONFIG_STM32_DEVKITARM=n
CONFIG_STM32_RAISONANCE=n
-CONFIG_STM32_BUILDROOT=n
+CONFIG_STM32_BUILDROOT=y
CONFIG_STM32_DFU=y
#