From 34abeda54d7093df62fc2808601c7d7e0bb2ab1c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 27 Feb 2012 19:50:35 +0000 Subject: Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm32f4discovery/nsh/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/stm32f4discovery/nsh/defconfig') diff --git a/nuttx/configs/stm32f4discovery/nsh/defconfig b/nuttx/configs/stm32f4discovery/nsh/defconfig index 5bc628323..61c4d51f5 100755 --- a/nuttx/configs/stm32f4discovery/nsh/defconfig +++ b/nuttx/configs/stm32f4discovery/nsh/defconfig @@ -97,7 +97,8 @@ CONFIG_ARCH_DMA=n # CONFIG_STM32_CODESOURCERYW=n CONFIG_STM32_CODESOURCERYL=y -CONFIG_STM32_ATOLLIC=n +CONFIG_STM32_ATOLLIC_LITE=n +CONFIG_STM32_ATOLLIC_PRO=n CONFIG_STM32_DEVKITARM=n CONFIG_STM32_RAISONANCE=n CONFIG_STM32_BUILDROOT=n -- cgit v1.2.3