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
This commit is contained in:
patacongo 2011-08-30 15:26:16 +00:00
parent 8967c65008
commit 13fd47b868
2 changed files with 4 additions and 4 deletions

View File

@ -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
----------- ----------------------- --------------------------------

View File

@ -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
#