summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-13 11:04:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-13 11:04:18 -0600
commit9ceb4c0753a552a4af2b1d6d924b0b6e9ebd5ac5 (patch)
tree779e02acad9e66079e30fc9a2ed3243eba1905bb /nuttx/arch/arm/src/armv6-m/Kconfig
parent4691fbd207362f6ff7df11dc0b4b5c1df5f3242e (diff)
downloadpx4-nuttx-9ceb4c0753a552a4af2b1d6d924b0b6e9ebd5ac5.tar.gz
px4-nuttx-9ceb4c0753a552a4af2b1d6d924b0b6e9ebd5ac5.tar.bz2
px4-nuttx-9ceb4c0753a552a4af2b1d6d924b0b6e9ebd5ac5.zip
Add support for a generic windows-based EABI toolchain; Add NX configuration to force default NXTK border colors
Diffstat (limited to 'nuttx/arch/arm/src/armv6-m/Kconfig')
-rw-r--r--nuttx/arch/arm/src/armv6-m/Kconfig15
1 files changed, 11 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/armv6-m/Kconfig b/nuttx/arch/arm/src/armv6-m/Kconfig
index e22ef5a8f..9dc5ca2c4 100644
--- a/nuttx/arch/arm/src/armv6-m/Kconfig
+++ b/nuttx/arch/arm/src/armv6-m/Kconfig
@@ -7,8 +7,8 @@ comment "ARMV6M Configuration Options"
choice
prompt "Toolchain Selection"
- default ARMV6M_TOOLCHAIN_CODESOURCERYW if HOST_WINDOWS
- default ARMV6M_TOOLCHAIN_GNU_EABI if !HOST_WINDOWS
+ default ARMV6M_TOOLCHAIN_GNU_EABIW if HOST_WINDOWS
+ default ARMV6M_TOOLCHAIN_GNU_EABIL if !HOST_WINDOWS
config ARMV6M_TOOLCHAIN_ATOLLIC
bool "Atollic Lite/Pro for Windows"
@@ -38,8 +38,15 @@ config ARMV6M_TOOLCHAIN_DEVKITARM
bool "devkitARM GNU toolchain"
depends on HOST_WINDOWS
-config ARMV6M_TOOLCHAIN_GNU_EABI
- bool "Generic GNU EABI toolchain"
+config ARMV6M_TOOLCHAIN_GNU_EABIL
+ bool "Generic GNU EABI toolchain under Linux (or other POSIX environment)"
+ ---help---
+ This option should work for any modern GNU toolchain (GCC 4.5 or newer)
+ configured for arm-none-eabi.
+
+config ARMV6M_TOOLCHAIN_GNU_EABIW
+ bool "Generic GNU EABI toolchain under Windows"
+ depends on HOST_WINDOWS
---help---
This option should work for any modern GNU toolchain (GCC 4.5 or newer)
configured for arm-none-eabi.